ports/85832: [PATCH] games/linux-nwnclient: update to 1.66

Sean Farley sean-freebsd at farley.org
Wed Sep 7 12:50:24 UTC 2005


>Number:         85832
>Category:       ports
>Synopsis:       [PATCH] games/linux-nwnclient: update to 1.66
>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:   Wed Sep 07 12:50:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Sean Farley
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD thor.farley.org 5.4-STABLE FreeBSD 5.4-STABLE #0: Tue Aug  2 17:23:18 CDT
>Description:
- Update to 1.66
- Client now includes a few music files of its own as opposed to the
  nwndata port.

Port maintainer (des at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- linux-nwnclient-1.66.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	Sat Jul 23 05:13:31 2005
+++ /usr/ports/games/linux-nwnclient/Makefile	Wed Sep  7 07:42:37 2005
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	nwnclient
-PORTVERSION=	1.65
-PORTREVISION=	2
+PORTVERSION=	1.66
 CATEGORIES=	games linux
-MASTER_SITES=	http://content.bioware.com/neverwinternights/linux/${PORTVERSION:S/.//}/
+MASTER_SITES=	http://content.bioware.com/neverwinternights/linux/${PORTVERSION:S/.//}/ \
+		http://nwdownloads.bioware.com/neverwinternights/linux/129/
 PKGNAMEPREFIX=	linux-
 DISTFILES=	nwclient129.tar.gz \
-		linuxclientupdate1xxto${PORTVERSION:S/.//}eng.tar.gz
+		English_linuxclient${PORTVERSION:S/.//}_orig.tar.gz
 
 MAINTAINER=	des at FreeBSD.org
 COMMENT=	Neverwinter Nights Linux (x86) Client
@@ -52,8 +52,8 @@
 	    ${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
-	${FIND} ${DATADIR} -type d -print0 | ${XARGS} -0 chmod 0755
-	${FIND} ${DATADIR} -type f -print0 | ${XARGS} -0 chmod 0644
+	${FIND} ${DATADIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 0755
+	${FIND} ${DATADIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 0644
 	(cd ${DATADIR} && ${CHMOD} 0755 dmclient nwmain nwserver)
 	${INSTALL_SCRIPT} ${WRKDIR}/nwn ${PREFIX}/bin/
 
diff -ruN --exclude=CVS /usr/ports/games/linux-nwnclient.orig/distinfo /usr/ports/games/linux-nwnclient/distinfo
--- /usr/ports/games/linux-nwnclient.orig/distinfo	Tue Dec 21 05:30:30 2004
+++ /usr/ports/games/linux-nwnclient/distinfo	Sat Sep  3 17:36:39 2005
@@ -1,4 +1,4 @@
 MD5 (nwclient129.tar.gz) = 73c6515fd6aa5f860802098a55000ae8
 SIZE (nwclient129.tar.gz) = 5504342
-MD5 (linuxclientupdate1xxto165eng.tar.gz) = 920e498efc0763b6a4f03d22ad689db7
-SIZE (linuxclientupdate1xxto165eng.tar.gz) = 80623755
+MD5 (English_linuxclient166_orig.tar.gz) = bf313bdffef3440011888a1b8386ef88
+SIZE (English_linuxclient166_orig.tar.gz) = 95293070
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	Tue Dec 21 05:30:30 2004
+++ /usr/ports/games/linux-nwnclient/pkg-plist	Sat Sep  3 17:36:39 2005
@@ -12,6 +12,9 @@
 %%DATADIR%%/miles/mssmp3.asi
 %%DATADIR%%/miles/msssoft.m3d
 %%DATADIR%%/movies-OC.txt
+%%DATADIR%%/music/mus_dd_kingmaker.bmu
+%%DATADIR%%/music/mus_dd_shadowgua.bmu
+%%DATADIR%%/music/mus_dd_witchwake.bmu
 %%DATADIR%%/nwm/Chapter1.nwm
 %%DATADIR%%/nwm/Chapter1E.nwm
 %%DATADIR%%/nwm/Chapter2.nwm
@@ -33,6 +36,7 @@
 %%DATADIR%%/readme.txt
 @dirrm %%DATADIR%%/override
 @dirrm %%DATADIR%%/nwm
+ at dirrm %%DATADIR%%/music
 @dirrm %%DATADIR%%/miles
 @dirrm %%DATADIR%%/lib
 @dirrm %%DATADIR%%/data
--- linux-nwnclient-1.66.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list