Bug 74639 - [PATCH] games/linux-nwnclient: update to 1.64
Summary: [PATCH] games/linux-nwnclient: update to 1.64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dag-Erling Smørgrav
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-03 04:40 UTC by Sean Farley
Modified: 2004-12-21 11:31 UTC (History)
1 user (show)

See Also:


Attachments
linux-nwnclient-1.64.patch (2.49 KB, patch)
2004-12-03 04:40 UTC, Sean Farley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Farley 2004-12-03 04:40:24 UTC
- 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
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-12-03 15:02:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->des

Over to maintainer
Comment 2 Sean Farley 2004-12-16 17:47:35 UTC
The latest client version is now 1.65.  Here is a new patch.

--------- begin ------------
diff -ruN linux-nwnclient.orig/Makefile linux-nwnclient/Makefile
--- linux-nwnclient.orig/Makefile	Fri Oct 15 13:13:40 2004
+++ linux-nwnclient/Makefile	Wed Dec 15 20:06:17 2004
@@ -6,13 +6,12 @@
  #

  PORTNAME=	nwnclient
-PKGNAMEPREFIX=	linux-
-PORTVERSION=	1.62
+PORTVERSION=	1.65
  CATEGORIES=	games linux
-MASTER_SITES=	http://nwdownloads.bioware.com/neverwinternights/linux/${PORTVERSION:S/.//}/ \
-		http://nwdownloads.bioware.com/neverwinternights/linux/129/
+MASTER_SITES=	http://content.bioware.com/neverwinternights/linux/${PORTVERSION:S/.//}/
+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
@@ -26,6 +25,8 @@
  ONLY_FOR_ARCHS=	i386
  NWNDATADIR=	${LOCALBASE}/share/nwndata

+PLIST_SUB+=	NWNVERSION="${PORTVERSION:S/.//}"
+
  do-extract:
  	${MKDIR} ${WRKSRC}
  .for _distfile in ${DISTFILES}
@@ -45,6 +46,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 linux-nwnclient.orig/distinfo linux-nwnclient/distinfo
--- linux-nwnclient.orig/distinfo	Mon Mar  1 17:20:01 2004
+++ linux-nwnclient/distinfo	Wed Dec 15 20:06:17 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 (linuxclientupdate1xxto165eng.tar.gz) = 920e498efc0763b6a4f03d22ad689db7
+SIZE (linuxclientupdate1xxto165eng.tar.gz) = 80623755
diff -ruN linux-nwnclient.orig/pkg-plist linux-nwnclient/pkg-plist
--- linux-nwnclient.orig/pkg-plist	Fri Oct 15 13:15:12 2004
+++ linux-nwnclient/pkg-plist	Wed Dec 15 20:06:17 2004
@@ -1,6 +1,6 @@
  bin/nwn
  %%DATADIR%%/EULA.txt
-%%DATADIR%%/NWNv162.txt
+%%DATADIR%%/NWNv%%NWNVERSION%%.txt
  %%DATADIR%%/data/patch.bif
  %%DATADIR%%/dialog.tlk
  %%DATADIR%%/dmclient
--------- end ------------
Comment 3 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2004-12-21 11:31:01 UTC
State Changed
From-To: open->closed

Committed, thanks!