Date: Thu, 10 Sep 2009 00:46:53 +0400 (MSD) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: aragon@phat.za.net Subject: ports/138682: [PATCH] games/d2x-xl: update to 1.14.121 Message-ID: <20090909204653.EDB6EB829@hades.panopticon> Resent-Message-ID: <200909092050.n89Ko1jh096047@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138682 >Category: ports >Synopsis: [PATCH] games/d2x-xl: update to 1.14.121 >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 09 20:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-BETA2 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009 >Description: - Update to 1.14.121, unbreak fetch by that - Add SF/d2x-xl/Linux/Archive MASTER_SITE so fetch is not broken again in the future (older source packages are moved there) - Reorder MASTER_SITES in order for users to not have too many fetch fails in any case: if the port is on latest version, it's fetched from descent2.se; otherwise, descent2.se fails and it's fetched from archive on SF - Add newly introduced dependencies on curl and open-motif. Maybe also some OPTIONS should be added to make this optional - Mark MAKE_JOBS_SAFE while here Again, I didn't playtest it. Port maintainer (aragon@phat.za.net) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- d2x-xl-1.14.121.patch begins here --- Index: Makefile =================================================================== RCS file: /usr/home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/games/d2x-xl/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 28 Aug 2009 17:48:41 -0000 1.5 +++ Makefile 9 Sep 2009 20:40:05 -0000 @@ -6,11 +6,12 @@ # PORTNAME= d2x-xl -PORTVERSION= 1.14.108 +PORTVERSION= 1.14.121 CATEGORIES= games -MASTER_SITES= SF/d2x-xl/Linux:source \ - SF/d2x-xl/Data:data \ - http://www.descent2.de/downloads/:source,data +MASTER_SITES= http://www.descent2.de/downloads/:source,data \ + SF/d2x-xl/Linux/Archive:source \ + SF/d2x-xl/Linux:source \ + SF/d2x-xl/Data:data DISTFILES= ${PORTNAME}-src-${PORTVERSION}.rar:source \ ${PORTNAME}-data-${DATAVERSION}.rar:data @@ -18,6 +19,7 @@ COMMENT= Community Unix port of Descent 2 Game EXTRACT_DEPENDS= unrar:${PORTSDIR}/archivers/unrar +LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl DATAVERSION= 1.14.95 @@ -30,6 +32,8 @@ autoheader:262 \ automake:110 \ autoconf:262 +USE_MOTIF= yes +MAKE_JOBS_SAFE= yes AUTOMAKE_ARGS= --add-missing --copy USE_DOS2UNIX= missing depcomp Index: distinfo =================================================================== RCS file: /usr/home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/games/d2x-xl/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 31 Aug 2009 14:50:27 -0000 1.5 +++ distinfo 9 Sep 2009 18:13:07 -0000 @@ -1,6 +1,6 @@ -MD5 (d2x-xl-src-1.14.108.rar) = 7a3738164824b538305ddfe66510339a -SHA256 (d2x-xl-src-1.14.108.rar) = 60740a73f92c6352c7710967ea9e64e8617ef5c2508655808f6ed0aea0fe453d -SIZE (d2x-xl-src-1.14.108.rar) = 1651184 +MD5 (d2x-xl-src-1.14.121.rar) = 83d3d1dc31f043b112f36c72c5050575 +SHA256 (d2x-xl-src-1.14.121.rar) = 410cce88b54ceeac3a62260e1d5bc420e7f4b758943014a23cad3012bdb8126b +SIZE (d2x-xl-src-1.14.121.rar) = 1751369 MD5 (d2x-xl-data-1.14.95.rar) = 20a2d3663171b0514b66f6c1ad41cf82 SHA256 (d2x-xl-data-1.14.95.rar) = bf1d877aba1987c0d529e8dbfbc55a1c5e374556f89ecb860bfd6942f9430625 SIZE (d2x-xl-data-1.14.95.rar) = 9034850 --- d2x-xl-1.14.121.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?20090909204653.EDB6EB829>