ports/161636: Update port: games/bogged

KATO Tsuguru tkato432 at yahoo.com
Fri Oct 14 18:50:26 UTC 2011


>Number:         161636
>Category:       ports
>Synopsis:       Update port: games/bogged
>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:   Fri Oct 14 18:50:26 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Support USE_TK_WRAPPER

Remove file:
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/bogged/Makefile games/bogged/Makefile
--- /usr/ports/games/bogged/Makefile	2009-03-15 04:17:51.000000000 +0900
+++ games/bogged/Makefile	2011-08-28 13:32:26.000000000 +0900
@@ -5,31 +5,28 @@
 # $FreeBSD: ports/games/bogged/Makefile,v 1.16 2009/03/14 18:29:14 dinoex Exp $
 #
 
-PORTNAME=		bogged
-PORTVERSION=		1.0.0
+PORTNAME=	bogged
+PORTVERSION=	1.0.0
 PORTREVISION=	2
-CATEGORIES=		games
-MASTER_SITES=		${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR=	games/strategy
-EXTRACT_SUFX=		.gz
+CATEGORIES=	games
+MASTER_SITES=	SUNSITE/games/strategy
+EXTRACT_SUFX=	.gz
 
-MAINTAINER=		ports at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Word game for X Window System
 
-RUN_DEPENDS=		wish8.2:${PORTSDIR}/x11-toolkits/tk82
+EXTRACT_CMD=	${GZIP_CMD}
+EXTRACT_BEFORE_ARGS=	-dc
+EXTRACT_AFTER_ARGS=	> ${WRKDIR}/${PORTNAME}
 
-EXTRACT_CMD=		${CP}
-EXTRACT_BEFORE_ARGS=
-EXTRACT_AFTER_ARGS=	${WRKDIR}
-
-NO_WRKSUBDIR=		yes
-NO_BUILD=		yes
-PLIST_FILES=		bin/bogged
+NO_WRKSUBDIR=	yes
+NO_BUILD=	yes
 
-post-extract:
-	@ ${GUNZIP_CMD} ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX}
+USE_TK_WRAPPER=	yes
+
+PLIST_FILES=	bin/bogged
 
 do-install:
-	@ ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/bogged
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/bogged/files/patch-aa games/bogged/files/patch-aa
--- /usr/ports/games/bogged/files/patch-aa	1999-11-29 03:30:50.000000000 +0900
+++ games/bogged/files/patch-aa	1970-01-01 09:00:00.000000000 +0900
@@ -1,10 +0,0 @@
---- bogged-1.0.0	Mon May 18 11:52:13 1998
-+++ /home/andy/tmp/wrk/bogged-1.0.0	Mon May 18 11:51:59 1998
-@@ -1,6 +1,6 @@
- #!/bin/sh
- # the next line restarts using wish \
--exec wish "$0" "$@"
-+exec wish8.2 "$0" "$@"
- 
- #
- # Bogged is Copyright 1998 Todd David Rudick
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list