Date: Tue, 12 Aug 2003 19:27:22 GMT From: Jens Rehsack <rehsack@liwing.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: adam-ports@blacktabby.org Subject: ports/55508: [PATCH] update of games/freeciv to 1.14 Message-ID: <200308121927.h7CJRMD3084895@helo.liwing.de> Resent-Message-ID: <200308121930.h7CJUKMt070486@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 55508 >Category: ports >Synopsis: [PATCH] update of games/freeciv to 1.14 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Aug 12 12:30:20 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Jens Rehsack >Release: FreeBSD 5.1-CURRENT i386 >Organization: LiWing IT-Services >Environment: System: FreeBSD statler 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Aug 11 08:11:10 GMT 2003 trevor@statler:/usr/obj/usr/src/sys/STATLER i386 >Description: JJust an update :-) >How-To-Repeat: Install FreeCiv an wonder about the version :-) >Fix: --- patch-update-1.14 begins here --- Index: games/freeciv/Makefile =================================================================== diff -u games/freeciv/Makefile.orig games/freeciv/Makefile --- games/freeciv/Makefile.orig Mon Aug 11 20:19:49 2003 +++ games/freeciv/Makefile Tue Aug 12 19:18:14 2003 @@ -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 @@ 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" @@ -32,5 +33,8 @@ .else 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> Index: games/freeciv/distinfo =================================================================== diff -u games/freeciv/distinfo.orig games/freeciv/distinfo --- games/freeciv/distinfo.orig Wed Aug 7 21:37:39 2002 +++ games/freeciv/distinfo Mon Aug 11 20:35:00 2003 @@ -1 +1 @@ -MD5 (freeciv-1.13.0.tar.bz2) = a3544f113dbab77f3c6f00130c1bf181 +MD5 (freeciv-1.14.0.tar.bz2) = c506ec29b94ea516aaa02a107129cf10 Index: games/freeciv/pkg-plist =================================================================== diff -u games/freeciv/pkg-plist.orig games/freeciv/pkg-plist --- games/freeciv/pkg-plist.orig Wed Aug 7 21:37:39 2002 +++ games/freeciv/pkg-plist Tue Aug 12 18:29:18 2003 @@ -27,6 +27,13 @@ share/freeciv/freeciv.rc share/freeciv/freeciv.rc-2.0 share/freeciv/helpdata.txt +share/freeciv/history +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 +101,11 @@ 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 +151,7 @@ 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 +169,7 @@ @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 --- patch-update-1.14 ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308121927.h7CJRMD3084895>