mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Update to version 1.14.0.
PR: 55508 Submitted by: Jens Rehsack <rehsack@liwing.de>
This commit is contained in:
parent
cc1c598550
commit
9b0b16bebe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87713
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= freeciv
|
||||
PORTVERSION= 1.13.0
|
||||
PORTVERSION= 1.14.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \
|
||||
ftp://ftp.netc.pt/pub/freeciv/stable/ \
|
||||
@ -20,6 +20,7 @@ LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
|
||||
USE_XPM= yes
|
||||
USE_BZIP2= yes
|
||||
WANT_GNOME= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
@ -33,4 +34,7 @@ PKGNAMESUFFIX?= -imlib
|
||||
LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
cd ${WRKSRC}; ${FIND} . -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e 's/@program_transform_name@//'
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (freeciv-1.13.0.tar.bz2) = a3544f113dbab77f3c6f00130c1bf181
|
||||
MD5 (freeciv-1.14.0.tar.bz2) = c506ec29b94ea516aaa02a107129cf10
|
||||
|
@ -27,6 +27,12 @@ share/freeciv/default/units.ruleset
|
||||
share/freeciv/freeciv.rc
|
||||
share/freeciv/freeciv.rc-2.0
|
||||
share/freeciv/helpdata.txt
|
||||
share/freeciv/history/buildings.ruleset
|
||||
share/freeciv/history/game.ruleset
|
||||
share/freeciv/history/governments.ruleset
|
||||
share/freeciv/history/techs.ruleset
|
||||
share/freeciv/history/terrain.ruleset
|
||||
share/freeciv/history/units.ruleset
|
||||
share/freeciv/isotrident.tilespec
|
||||
share/freeciv/isotrident/cities.spec
|
||||
share/freeciv/isotrident/cities.xpm
|
||||
@ -94,13 +100,11 @@ share/freeciv/nation/italian.ruleset
|
||||
share/freeciv/nation/japanese.ruleset
|
||||
share/freeciv/nation/kenyan.ruleset
|
||||
share/freeciv/nation/korean.ruleset
|
||||
share/freeciv/nation/krevi.ruleset
|
||||
share/freeciv/nation/latvian.ruleset
|
||||
share/freeciv/nation/lithuanian.ruleset
|
||||
share/freeciv/nation/misc_cities.ruleset
|
||||
share/freeciv/nation/mongol.ruleset
|
||||
share/freeciv/nation/mordor.ruleset
|
||||
share/freeciv/nation/olympic.ruleset
|
||||
share/freeciv/nation/persian.ruleset
|
||||
share/freeciv/nation/polish.ruleset
|
||||
share/freeciv/nation/portuguese.ruleset
|
||||
@ -146,6 +150,7 @@ share/locale/da/LC_MESSAGES/freeciv.mo
|
||||
share/locale/de/LC_MESSAGES/freeciv.mo
|
||||
share/locale/en_GB/LC_MESSAGES/freeciv.mo
|
||||
share/locale/es/LC_MESSAGES/freeciv.mo
|
||||
share/locale/et/LC_MESSAGES/freeciv.mo
|
||||
share/locale/fi/LC_MESSAGES/freeciv.mo
|
||||
share/locale/fr/LC_MESSAGES/freeciv.mo
|
||||
share/locale/hu/LC_MESSAGES/freeciv.mo
|
||||
@ -163,6 +168,7 @@ share/locale/sv/LC_MESSAGES/freeciv.mo
|
||||
@dirrm share/freeciv/scenario
|
||||
@dirrm share/freeciv/nation
|
||||
@dirrm share/freeciv/misc
|
||||
@dirrm share/freeciv/history
|
||||
@dirrm share/freeciv/isotrident
|
||||
@dirrm share/freeciv/default
|
||||
@dirrm share/freeciv/civ2
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= freeciv
|
||||
PORTVERSION= 1.13.0
|
||||
PORTVERSION= 1.14.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \
|
||||
ftp://ftp.netc.pt/pub/freeciv/stable/ \
|
||||
@ -20,6 +20,7 @@ LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
|
||||
USE_XPM= yes
|
||||
USE_BZIP2= yes
|
||||
WANT_GNOME= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
@ -33,4 +34,7 @@ PKGNAMESUFFIX?= -imlib
|
||||
LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
cd ${WRKSRC}; ${FIND} . -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e 's/@program_transform_name@//'
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (freeciv-1.13.0.tar.bz2) = a3544f113dbab77f3c6f00130c1bf181
|
||||
MD5 (freeciv-1.14.0.tar.bz2) = c506ec29b94ea516aaa02a107129cf10
|
||||
|
@ -27,6 +27,12 @@ share/freeciv/default/units.ruleset
|
||||
share/freeciv/freeciv.rc
|
||||
share/freeciv/freeciv.rc-2.0
|
||||
share/freeciv/helpdata.txt
|
||||
share/freeciv/history/buildings.ruleset
|
||||
share/freeciv/history/game.ruleset
|
||||
share/freeciv/history/governments.ruleset
|
||||
share/freeciv/history/techs.ruleset
|
||||
share/freeciv/history/terrain.ruleset
|
||||
share/freeciv/history/units.ruleset
|
||||
share/freeciv/isotrident.tilespec
|
||||
share/freeciv/isotrident/cities.spec
|
||||
share/freeciv/isotrident/cities.xpm
|
||||
@ -94,13 +100,11 @@ share/freeciv/nation/italian.ruleset
|
||||
share/freeciv/nation/japanese.ruleset
|
||||
share/freeciv/nation/kenyan.ruleset
|
||||
share/freeciv/nation/korean.ruleset
|
||||
share/freeciv/nation/krevi.ruleset
|
||||
share/freeciv/nation/latvian.ruleset
|
||||
share/freeciv/nation/lithuanian.ruleset
|
||||
share/freeciv/nation/misc_cities.ruleset
|
||||
share/freeciv/nation/mongol.ruleset
|
||||
share/freeciv/nation/mordor.ruleset
|
||||
share/freeciv/nation/olympic.ruleset
|
||||
share/freeciv/nation/persian.ruleset
|
||||
share/freeciv/nation/polish.ruleset
|
||||
share/freeciv/nation/portuguese.ruleset
|
||||
@ -146,6 +150,7 @@ share/locale/da/LC_MESSAGES/freeciv.mo
|
||||
share/locale/de/LC_MESSAGES/freeciv.mo
|
||||
share/locale/en_GB/LC_MESSAGES/freeciv.mo
|
||||
share/locale/es/LC_MESSAGES/freeciv.mo
|
||||
share/locale/et/LC_MESSAGES/freeciv.mo
|
||||
share/locale/fi/LC_MESSAGES/freeciv.mo
|
||||
share/locale/fr/LC_MESSAGES/freeciv.mo
|
||||
share/locale/hu/LC_MESSAGES/freeciv.mo
|
||||
@ -163,6 +168,7 @@ share/locale/sv/LC_MESSAGES/freeciv.mo
|
||||
@dirrm share/freeciv/scenario
|
||||
@dirrm share/freeciv/nation
|
||||
@dirrm share/freeciv/misc
|
||||
@dirrm share/freeciv/history
|
||||
@dirrm share/freeciv/isotrident
|
||||
@dirrm share/freeciv/default
|
||||
@dirrm share/freeciv/civ2
|
||||
|
Loading…
Reference in New Issue
Block a user