ports/85272: [UPDATE] games/nexuiz: update distinfo, and avoid downloading an additional patch

Alejandro Pulver alejandro at varnet.biz
Wed Aug 24 22:50:19 UTC 2005


>Number:         85272
>Category:       ports
>Synopsis:       [UPDATE] games/nexuiz: update distinfo, and avoid downloading an additional patch
>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 Aug 24 22:50:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alejandro Pulver
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:





>Description:


Changes:
* Update distinfo.
* Don't download an additional patch, just one package.


>How-To-Repeat:





>Fix:


--- nexuiz.diff begins here ---
diff -urN /usr/ports/games/nexuiz/Makefile nexuiz/Makefile
--- /usr/ports/games/nexuiz/Makefile	Tue Jul 12 08:51:25 2005
+++ nexuiz/Makefile	Wed Aug 24 19:32:47 2005
@@ -10,8 +10,7 @@
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTFILES=	${PORTNAME}${EXTRACT_SUFX} \
-		patch${PORTVERSION:S/.//g}${EXTRACT_SUFX}
+DISTNAME=	${PORTNAME}${PORTVERSION:S/.//}
 
 MAINTAINER=	danfe at FreeBSD.org
 COMMENT=	A fast-paced, chaotic, and intense multiplayer first person shooter
@@ -21,14 +20,15 @@
 USE_REINPLACE=	yes
 USE_ZIP=	yes
 
-WRKSRC=		${WRKDIR}/sources/darkplaces
+WRKSRC=		${WRKDIR}/Nexuiz/sources/darkplaces
 MAKEFILE=	makefile.bsd
 MAKE_ARGS=	CC="${CC}" OPTIM_RELEASE="${CFLAGS} -fno-strict-aliasing -ffast-math -funroll-loops"
 ALL_TARGET=	#
 
-PLIST_FILES=	%%CLIENT%%bin/${PORTNAME}-glx %%SDL_CLIENT%%bin/${PORTNAME}-sdl \
-		%%SERVER%%bin/${PORTNAME}-dedicated %%DATADIR%%/data/data20050531.pk3 \
-		%%DATADIR%%/data/data20050629.pk3
+PLIST_FILES=	%%CLIENT%%bin/${PORTNAME}-glx \
+		%%SDL_CLIENT%%bin/${PORTNAME}-sdl \
+		%%SERVER%%bin/${PORTNAME}-dedicated \
+		%%DATADIR%%/data/data20050703.pk3
 PLIST_DIRS=	%%DATADIR%%/data %%DATADIR%%
 
 OPTIONS=	CLIENT		"Build GLX client"		on \
@@ -81,7 +81,6 @@
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/nexuiz-* ${PREFIX}/bin
 	@${MKDIR} ${DATADIR}/data
-	${INSTALL_DATA} ${WRKDIR}/Nexuiz/data/data20050531.pk3 \
-		${WRKDIR}/data/data20050629.pk3 ${DATADIR}/data
+	${INSTALL_DATA} ${WRKDIR}/Nexuiz/data/data20050703.pk3 ${DATADIR}/data
 
 .include <bsd.port.post.mk>
diff -urN /usr/ports/games/nexuiz/distinfo nexuiz/distinfo
--- /usr/ports/games/nexuiz/distinfo	Tue Jul 12 08:51:25 2005
+++ nexuiz/distinfo	Wed Aug 24 18:50:34 2005
@@ -1,4 +1,2 @@
-MD5 (nexuiz.zip) = 43fbe6322931460b69ff257df1eb0bee
-SIZE (nexuiz.zip) = 161541758
-MD5 (patch11.zip) = b94642ca4932682e400ef79c5edef5ec
-SIZE (patch11.zip) = 15013902
+MD5 (nexuiz11.zip) = cbeed956d88073681b8f3cd06486bba0
+SIZE (nexuiz11.zip) = 165992553
--- nexuiz.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list