Date: Sat, 17 Mar 2007 03:48:01 +0100 (CET) From: Dierk Sacher <usenet01@blaxxtarz.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: danfe@FreeBSD.org Subject: ports/110418: games/nexuiz upgrade to 2.2.3 and fixed PATCH_DEPEND Message-ID: <200703170248.l2H2m1Uq081972@blaxxtarz.evangelion.free> Resent-Message-ID: <200703170320.l2H3K54r058349@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 110418 >Category: ports >Synopsis: games/nexuiz upgrade to 2.2.3 and fixed PATCH_DEPEND >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: Sat Mar 17 03:20:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Dierk Sacher >Release: FreeBSD 6.2-RELEASE-p2 i386 >Organization: DSITC >Environment: System: FreeBSD blaxxtarz.evangelion.free 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #0: Sat Mar 10 19:30:14 CET 2007 root@blaxxtarz.evangelion.free:/usr/obj/usr/src/sys/BLAXXTARZ61 i386 >Description: update to 2.2.3 fixed a missing PATCH_DEPEND for unzip in patch stage which is only triggered in tinderbox build (it's very unlikely that someone will remove extract dependencies directly after extract stage as tinderbox does, which triggers the problem, also FORCE_PACKAGE is required) USE_ZIP only guaranties existance of unzip in extract stage as far is I understand >How-To-Repeat: >Fix: --- nexuiz-update.diff begins here --- diff -u -r nexuiz.old/Makefile nexuiz/Makefile --- nexuiz.old/Makefile Fri Sep 22 16:39:32 2006 +++ nexuiz/Makefile Sat Mar 17 03:31:08 2007 @@ -6,7 +6,7 @@ # PORTNAME= nexuiz -PORTVERSION= 2.1 +PORTVERSION= 2.2.3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,13 +26,15 @@ PLIST_FILES= %%CLIENT%%bin/${PORTNAME}-glx %%SDL_CLIENT%%bin/${PORTNAME}-sdl \ %%SERVER%%bin/${PORTNAME}-dedicated %%DATADIR%%/data/common-spog.pk3 \ - %%DATADIR%%/data/data20060905.pk3 + %%DATADIR%%/data/data20070123.pk3 PLIST_DIRS= %%DATADIR%%/data %%DATADIR%% OPTIONS= CLIENT "Build GLX client" on \ SDL_CLIENT "Build SDL client" on \ SERVER "Build dedicated server" on +PATCH_DEPENDS= unzip:${PORTSDIR}/archivers/unzip + .include <bsd.port.pre.mk> .if !(defined(WITHOUT_CLIENT) && defined(WITHOUT_SDL_CLIENT)) @@ -66,7 +68,7 @@ .endif pre-patch: - @${EXTRACT_CMD} ${WRKDIR}/Nexuiz/sources/enginesource20060905.zip \ + @${EXTRACT_CMD} ${WRKDIR}/Nexuiz/sources/enginesource20070123.zip \ -d ${WRKDIR}/Nexuiz/sources @${REINPLACE_CMD} -E 's,sdl-config,${SDL_CONFIG},g' \ ${WRKSRC}/makefile.inc diff -u -r nexuiz.old/distinfo nexuiz/distinfo --- nexuiz.old/distinfo Fri Sep 22 16:39:32 2006 +++ nexuiz/distinfo Sat Mar 17 01:50:39 2007 @@ -1,3 +1,3 @@ -MD5 (nexuiz-21.zip) = b614b2e8e9de82085cfe3175a3d26562 -SHA256 (nexuiz-21.zip) = 4374cd921df8cd18260761840da0b83f363060e409f7921d173afaef2bc77ba2 -SIZE (nexuiz-21.zip) = 198728869 +MD5 (nexuiz-223.zip) = 953fda1555fc1f9ca040bdbb797eb0fd +SHA256 (nexuiz-223.zip) = fef9d5bb3edf56e4db1e5db2d66150b5d3e619870b5d32df9263f70f8120395a +SIZE (nexuiz-223.zip) = 199639016 --- nexuiz-update.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703170248.l2H2m1Uq081972>