ports/159448: Update port: games/heroes

KATO Tsuguru tkato432 at yahoo.com
Wed Aug 3 18:40:22 UTC 2011


>Number:         159448
>Category:       ports
>Synopsis:       Update port: games/heroes
>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:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/heroes/Makefile games/heroes/Makefile
--- /usr/ports/games/heroes/Makefile	2010-05-31 16:20:15.000000000 +0900
+++ games/heroes/Makefile	2011-07-29 05:50:03.000000000 +0900
@@ -9,17 +9,21 @@
 PORTVERSION=	0.21
 PORTREVISION=	13
 CATEGORIES=	games
-MASTER_SITES=	SF
+MASTER_SITES=	SF \
+		SF/${PORTNAME}/${PORTNAME}-data/${DATAVERSION}:data \
+		SF/${PORTNAME}/${PORTNAME}-sound-effects/${SOUNDVERSION}:sound \
+		SF/${PORTNAME}/${PORTNAME}-sound-tracks/${MUSICVERSION}:music
 DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
-		${DATADISTNAME}${EXTRACT_SUFX} \
-		${SOUNDISTNAME}${EXTRACT_SUFX} \
-		${MUSICDISTNAME}${EXTRACT_SUFX}
-#PATCH_SITES=	ftp://heroes.sourceforge.net/pub/heroes/patches/
-#PATCHFILES=	heroes-0.7-errata.patch
+		${DATADISTNAME}${EXTRACT_SUFX}:data \
+		${SOUNDISTNAME}${EXTRACT_SUFX}:sound \
+		${MUSICDISTNAME}${EXTRACT_SUFX}:music
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A game of yore similar to the "Tron" and "Nibbles"
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 DATAVERSION=	1.5
 SOUNDVERSION=	1.0
 MUSICVERSION=	1.0
@@ -35,9 +39,10 @@
 USE_ICONV=	yes
 USE_GETTEXT=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
+CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}" \
 		MAKEINFO="makeinfo --no-split"
 CONFIGURE_ARGS=	--with-sdl_mixer=${LOCALBASE} --without-gii --without-ggi
+MAKE_JOBS_SAFE=	yes
 
 .if defined(WITH_OPTIMIZED_CFLAGS)
 CONFIGURE_ARGS+=--enable-optimizations
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list