Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2006 02:00:18 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92007: Update port: games/affenspiel
Message-ID:  <20060120020018.71fb3233.tkato432@yahoo.com>
Resent-Message-ID: <200601191710.k0JHA56s012498@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92007
>Category:       ports
>Synopsis:       Update port: games/affenspiel
>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:   Thu Jan 19 17:10:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p13 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Add WWW: line

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/affenspiel/Makefile games/affenspiel/Makefile
--- /usr/ports/games/affenspiel/Makefile	Thu Apr 28 17:34:22 2005
+++ games/affenspiel/Makefile	Fri Jan 13 19:32:02 2006
@@ -7,31 +7,29 @@
 
 PORTNAME=	affenspiel
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	games
-MASTER_SITES=	${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR=	games/strategy
-EXTRACT_SUFX=	.tgz
+MASTER_SITES=	http://www.artsoft.org/RELEASES/unix/affenspiel/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Little puzzle game with monkey for X Window System
 
-WRKSRC=		${WRKDIR}/affenspiel
+WRKSRC=		${WRKDIR}/${PORTNAME}
+
 USE_X_PREFIX=	yes
-CFLAGS+=	-I${X11BASE}/include
-MAKE_ARGS=	CC="${CC}" LIBS="-L${X11BASE}/lib -lX11" DEBUG="${CFLAGS}" \
+MAKE_ARGS=	CC="${CC}" LIBS="-L${X11BASE}/lib -lX11" \
+		DEBUG="${CFLAGS} -I${X11BASE}/include" \
 		FILE_CONFIG=-DSAVED_GAME_NAME='\"affenspiel.saved\"'
 
-PLIST_FILES=	bin/affenspiel
-.if !defined(NOPORTDOCS)
 PORTDOCS=	COPYRIGHT README
-.endif
+PLIST_FILES=	bin/affenspiel
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/affenspiel ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/affenspiel
-	${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/affenspiel
-	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/affenspiel
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/affenspiel/distinfo games/affenspiel/distinfo
--- /usr/ports/games/affenspiel/distinfo	Fri Nov 25 13:34:44 2005
+++ games/affenspiel/distinfo	Fri Jan 13 19:29:55 2006
@@ -1,3 +1,3 @@
-MD5 (affenspiel-1.0.tgz) = 7555aa524be2a05ab313faaa704cd10b
-SHA256 (affenspiel-1.0.tgz) = 17f24680e62c013406823d07564201cc15c1e2b50ea5a27a7cd2753e5dad1929
-SIZE (affenspiel-1.0.tgz) = 11900
+MD5 (affenspiel-1.0.tar.gz) = 7555aa524be2a05ab313faaa704cd10b
+SHA256 (affenspiel-1.0.tar.gz) = 17f24680e62c013406823d07564201cc15c1e2b50ea5a27a7cd2753e5dad1929
+SIZE (affenspiel-1.0.tar.gz) = 11900
diff -urN /usr/ports/games/affenspiel/pkg-descr games/affenspiel/pkg-descr
--- /usr/ports/games/affenspiel/pkg-descr	Sun Jul  5 04:26:34 1998
+++ games/affenspiel/pkg-descr	Fri Jan 13 03:08:08 2006
@@ -1,3 +1,5 @@
 Shift the puzzle pieces around so that the monkey becomes complete,
 that means, move the big piece through the other pieces to the
 bottom of the playfield, so that the monkey picture gets complete.
+
+WWW: http://www.artsoft.org/affenspiel/
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060120020018.71fb3233.tkato432>