Date: Thu, 4 Aug 2011 03:22:42 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/159459: Update port: games/uhexen2 Message-ID: <20110804032242.9b380938.tkato432@yahoo.com> Resent-Message-ID: <201108031840.p73IePBX076260@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 159459 >Category: ports >Synopsis: Update port: games/uhexen2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 03 18:40:25 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Add LICENSE >How-To-Repeat: >Fix: diff -urN /usr/ports/games/uhexen2/Makefile games/uhexen2/Makefile --- /usr/ports/games/uhexen2/Makefile 2010-01-30 20:36:53.000000000 +0900 +++ games/uhexen2/Makefile 2011-07-31 22:51:54.000000000 +0900 @@ -18,6 +18,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Hexen II source port supporting Linux/FreeBSD/Unix/Windows +LICENSE_= GPLv2 GPLv3 +LICENSE_COMB= dual + USE_GMAKE= yes USE_GL= yes USE_SDL= sdl mixer @@ -47,7 +50,8 @@ UH2_DATA= default.cfg hexen.rc pak0.pak progs.dat UH2_DATADIR= ${WRKDIR}/hexen2demo-${PORTVERSION} .else -DISTFILES+= gamedata-all-1.19a${EXTRACT_SUFX} +MASTER_SITES+= SF/${PORTNAME}/Hexen2%20GameData/gamedata-1.19a:data +DISTFILES+= gamedata-all-1.19a${EXTRACT_SUFX}:data PLIST_SUB+= DEMO="@comment " \ FULL="" SUB_FILES+= pkg-message @@ -66,7 +70,8 @@ .if defined(WITH_HW) . if !defined(WITH_DEMO) -DISTFILES+= hexenworld-pakfiles-0.15${EXTRACT_SUFX} +MASTER_SITES+= SF/${PORTNAME}/Hexen2%20GameData/hexenworld-pakfiles:hw +DISTFILES+= hexenworld-pakfiles-0.15${EXTRACT_SUFX}:hw . endif MAKE_ENV+= BUILD_HW=yes PLIST_SUB+= HW="" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110804032242.9b380938.tkato432>