Date: Thu, 2 Dec 2004 22:31:57 -0600 (CST) From: Sean Farley <sean-freebsd@farley.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: des@FreeBSD.org Subject: ports/74639: [PATCH] games/linux-nwnclient: update to 1.64 Message-ID: <200412030431.iB34VvHC034678@thor.farley.org> Resent-Message-ID: <200412030440.iB34eP5J073075@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 74639 >Category: ports >Synopsis: [PATCH] games/linux-nwnclient: update to 1.64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Dec 03 04:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sean Farley >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD thor.farley.org 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Nov 29 13:48:28 CST 2004 >Description: - Update to 1.64 - Made portlint happier with variable order. - I had to chmod a few files that were extracted unreadable to at least other, so I had it recursively make <PREFIX>/share/nwnclient readable to all. Port maintainer (des@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- linux-nwnclient-1.64.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/linux-nwnclient.orig/Makefile /usr/ports/games/linux-nwnclient/Makefile --- /usr/ports/games/linux-nwnclient.orig/Makefile Fri Oct 15 13:13:40 2004 +++ /usr/ports/games/linux-nwnclient/Makefile Thu Dec 2 22:28:20 2004 @@ -6,13 +6,13 @@ # PORTNAME= nwnclient -PKGNAMEPREFIX= linux- -PORTVERSION= 1.62 +PORTVERSION= 1.64 CATEGORIES= games linux MASTER_SITES= http://nwdownloads.bioware.com/neverwinternights/linux/${PORTVERSION:S/.//}/ \ - http://nwdownloads.bioware.com/neverwinternights/linux/129/ + http://nwdownloads.bioware.com/neverwinternights/linux/164/ +PKGNAMEPREFIX= linux- DISTFILES= nwclient129.tar.gz \ - linuxclientupdate129to${PORTVERSION:S/.//}eng.tar.gz + linuxclientupdate1xxto${PORTVERSION:S/.//}eng.tar.gz MAINTAINER= des@FreeBSD.org COMMENT= Neverwinter Nights Linux (x86) Client @@ -45,6 +45,7 @@ ${CPIO} -pdmuv -R${SHAREOWN}:${SHAREGRP} ${DATADIR}) ${LN} -s ${LINUXBASE}/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so \ ${DATADIR}/lib/libstdc++-libc6.1-2.so.3 + ${CHMOD} -R a+r ${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/nwn ${PREFIX}/bin/ .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/games/linux-nwnclient.orig/distinfo /usr/ports/games/linux-nwnclient/distinfo --- /usr/ports/games/linux-nwnclient.orig/distinfo Mon Mar 1 17:20:01 2004 +++ /usr/ports/games/linux-nwnclient/distinfo Wed Dec 1 10:02:34 2004 @@ -1,4 +1,4 @@ MD5 (nwclient129.tar.gz) = 73c6515fd6aa5f860802098a55000ae8 SIZE (nwclient129.tar.gz) = 5504342 -MD5 (linuxclientupdate129to162eng.tar.gz) = 89f373e0a5e0042912a3a214ebf4436b -SIZE (linuxclientupdate129to162eng.tar.gz) = 71917130 +MD5 (linuxclientupdate1xxto164eng.tar.gz) = 1abaa4f5f8355526301fea3eb693d211 +SIZE (linuxclientupdate1xxto164eng.tar.gz) = 76244017 diff -ruN --exclude=CVS /usr/ports/games/linux-nwnclient.orig/pkg-plist /usr/ports/games/linux-nwnclient/pkg-plist --- /usr/ports/games/linux-nwnclient.orig/pkg-plist Fri Oct 15 13:15:12 2004 +++ /usr/ports/games/linux-nwnclient/pkg-plist Wed Dec 1 13:22:33 2004 @@ -1,6 +1,6 @@ bin/nwn %%DATADIR%%/EULA.txt -%%DATADIR%%/NWNv162.txt +%%DATADIR%%/NWNv164.txt %%DATADIR%%/data/patch.bif %%DATADIR%%/dialog.tlk %%DATADIR%%/dmclient @@ -13,11 +13,9 @@ %%DATADIR%%/miles/msssoft.m3d %%DATADIR%%/movies-OC.txt %%DATADIR%%/nwm/Chapter1.nwm -%%DATADIR%%/nwm/Chapter1E.nwm %%DATADIR%%/nwm/Chapter2.nwm %%DATADIR%%/nwm/Chapter2E.nwm %%DATADIR%%/nwm/Chapter3.nwm -%%DATADIR%%/nwm/Chapter4.nwm %%DATADIR%%/nwm/Prelude.nwm %%DATADIR%%/nwmain %%DATADIR%%/nwn.ini --- linux-nwnclient-1.64.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412030431.iB34VvHC034678>