diff options
author | demon <demon@FreeBSD.org> | 2003-08-26 08:19:34 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-08-26 08:19:34 +0000 |
commit | eef1897e03577b8430cf176eab9c3eb5ac9a27b1 (patch) | |
tree | b2ed669dfed89a14b48af5aebda7a8cc9e503ff0 /games | |
parent | 12248161d6e11d034b1d2310e2d4c6abe0f6c873 (diff) | |
download | FreeBSD-ports-eef1897e03577b8430cf176eab9c3eb5ac9a27b1.zip FreeBSD-ports-eef1897e03577b8430cf176eab9c3eb5ac9a27b1.tar.gz |
Update to version 1.14.0.
PR: 55508
Submitted by: Jens Rehsack <rehsack@liwing.de>
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv-gtk2/Makefile | 6 | ||||
-rw-r--r-- | games/freeciv-gtk2/distinfo | 2 | ||||
-rw-r--r-- | games/freeciv-gtk2/pkg-plist | 10 | ||||
-rw-r--r-- | games/freeciv/Makefile | 6 | ||||
-rw-r--r-- | games/freeciv/distinfo | 2 | ||||
-rw-r--r-- | games/freeciv/pkg-plist | 10 |
6 files changed, 28 insertions, 8 deletions
diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile index 6d00095..a20c053 100644 --- a/games/freeciv-gtk2/Makefile +++ b/games/freeciv-gtk2/Makefile @@ -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> diff --git a/games/freeciv-gtk2/distinfo b/games/freeciv-gtk2/distinfo index a822c5e..f9f9b58 100644 --- a/games/freeciv-gtk2/distinfo +++ b/games/freeciv-gtk2/distinfo @@ -1 +1 @@ -MD5 (freeciv-1.13.0.tar.bz2) = a3544f113dbab77f3c6f00130c1bf181 +MD5 (freeciv-1.14.0.tar.bz2) = c506ec29b94ea516aaa02a107129cf10 diff --git a/games/freeciv-gtk2/pkg-plist b/games/freeciv-gtk2/pkg-plist index d09dd51..bab69ce 100644 --- a/games/freeciv-gtk2/pkg-plist +++ b/games/freeciv-gtk2/pkg-plist @@ -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 diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 6d00095..a20c053 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -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> diff --git a/games/freeciv/distinfo b/games/freeciv/distinfo index a822c5e..f9f9b58 100644 --- a/games/freeciv/distinfo +++ b/games/freeciv/distinfo @@ -1 +1 @@ -MD5 (freeciv-1.13.0.tar.bz2) = a3544f113dbab77f3c6f00130c1bf181 +MD5 (freeciv-1.14.0.tar.bz2) = c506ec29b94ea516aaa02a107129cf10 diff --git a/games/freeciv/pkg-plist b/games/freeciv/pkg-plist index d09dd51..bab69ce 100644 --- a/games/freeciv/pkg-plist +++ b/games/freeciv/pkg-plist @@ -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 |