From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 12 12:30:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF4AC37B401 for ; Tue, 12 Aug 2003 12:30:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E747443FBD for ; Tue, 12 Aug 2003 12:30:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7CJUKUp070487 for ; Tue, 12 Aug 2003 12:30:20 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7CJUKMt070486; Tue, 12 Aug 2003 12:30:20 -0700 (PDT) Resent-Date: Tue, 12 Aug 2003 12:30:20 -0700 (PDT) Resent-Message-Id: <200308121930.h7CJUKMt070486@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jens Rehsack Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77A7137B401 for ; Tue, 12 Aug 2003 12:27:29 -0700 (PDT) Received: from helo.liwing.de (helo.liwing.de [213.70.188.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8740843FBF for ; Tue, 12 Aug 2003 12:27:28 -0700 (PDT) (envelope-from root@helo.liwing.de) Received: from helo.liwing.de (localhost.liwing.de [127.0.0.1]) by helo.liwing.de (8.12.7/8.12.7) with ESMTP id h7CJRO6l084896; Tue, 12 Aug 2003 19:27:24 GMT (envelope-from root@helo.liwing.de) Received: (from root@localhost) by helo.liwing.de (8.12.7/8.12.7/Submit) id h7CJRMD3084895; Tue, 12 Aug 2003 19:27:22 GMT Message-Id: <200308121927.h7CJRMD3084895@helo.liwing.de> Date: Tue, 12 Aug 2003 19:27:22 GMT From: Jens Rehsack To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: adam-ports@blacktabby.org Subject: ports/55508: [PATCH] update of games/freeciv to 1.14 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jens Rehsack List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 19:30:24 -0000 >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 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: