ports/64446: Update port: games/amy to 0.8.7, SIZEfy

Thorsten Greiner thorsten at tgreiner.net
Fri Mar 19 09:15:53 UTC 2004


* Kirill Ponomarew <krion at FreeBSD.org> [2004-03-19 10:01]:
> This port doesn't respect PREFIX. Try to install it
> in PREFIX != /usr/local
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=64446

Replaced 'HAS_CONFIGURE' with 'USE_AUTOCONF', should work now. Also
an issue with the pkg-plist was corrected.

Best regards

        -Thorsten

-- 
To generalize is to be an idiot.

This message is digitally signed. To verify its integrity, download a copy
of GnuPG for your operating system from http://www.gnupg.org .
-------------- next part --------------
Index: distinfo
===================================================================
--- distinfo	(revision 485)
+++ distinfo	(working copy)
@@ -1,2 +1,4 @@
-MD5 (amy-0.8.6.tar.gz) = 17569cedc7dd599824d28f9685bced68
+MD5 (amy-0.8.7.tar.gz) = cce5f5ecb043cb66ec55d3ac1658dc3a
+SIZE (amy-0.8.7.tar.gz) = 250455
 MD5 (ClassicGames.pgn.bz2) = 87a741347572c2f616e5228bdd0e637b
+SIZE (ClassicGames.pgn.bz2) = 1621810
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 485)
+++ pkg-plist	(working copy)
@@ -8,6 +8,7 @@
 share/doc/amy/ch01.html
 share/doc/amy/ch01s02.html
 share/doc/amy/ch01s03.html
+share/doc/amy/ch01s04.html
 share/doc/amy/ch02.html
 share/doc/amy/ch03.html
 share/doc/amy/ch03s02.html
Index: Makefile
===================================================================
--- Makefile	(revision 493)
+++ Makefile	(working copy)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	amy
-PORTVERSION=	0.8.6
+PORTVERSION=	0.8.7
 CATEGORIES=	games
 MASTER_SITES=	http://tgreiner.net/
 DISTFILES=	amy-${PORTVERSION}.tar.gz ClassicGames.pgn.bz2
@@ -21,7 +21,7 @@
 
 MAN6=           Amy.6
 
-HAS_CONFIGURE=	yes
+USE_AUTOCONF=	yes
 
 post-extract:
 	${BZCAT} ${DISTDIR}/ClassicGames.pgn.bz2 > \


More information about the freebsd-ports-bugs mailing list