ports/160101: Update port: games/blockade

KATO Tsuguru tkato432 at yahoo.com
Wed Aug 24 18:50:22 UTC 2011


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

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/blockade/Makefile games/blockade/Makefile
--- /usr/ports/games/blockade/Makefile	2011-08-03 15:31:50.000000000 +0900
+++ games/blockade/Makefile	2011-08-19 04:00:43.000000000 +0900
@@ -9,22 +9,23 @@
 PORTVERSION=	1.00
 PORTREVISION=	2
 CATEGORIES=	games
-MASTER_SITES=	http://www.geocities.com/TimesSquare/Zone/5267/
-DISTFILES=	blockade-1_00-linux.tar.gz
+MASTER_SITES=	TUCOWS/x11/entertain \
+		http://www.sourcefiles.org/Games/Arcade/
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/./_/}-linux
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	An X version of the `blockade' Macintosh game
 
-DEPRECATED=	No more public distfiles
-EXPIRATION_DATE=	2011-09-01
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 USE_XORG=	x11
+MAKE_JOBS_SAFE=	yes
 
 MAN6=		blockade.6
 PLIST_FILES=	bin/blockade
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/blockade ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/blockade.6 ${PREFIX}/man/man6
+	${INSTALL_MAN} ${WRKSRC}/blockade.6 ${MAN6PREFIX}/man/man6
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list