Index: head/games/amy/Makefile =================================================================== --- head/games/amy/Makefile (revision 104642) +++ head/games/amy/Makefile (revision 104643) @@ -1,36 +1,37 @@ # New ports collection makefile for: amy # Date created: 30 Jan 2003 # Whom: Thorsten Greiner # # $FreeBSD$ # 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 EXTRACT_ONLY= amy-${PORTVERSION}.tar.gz MAINTAINER= thorsten@tgreiner.net COMMENT= A chess program for playing and analyzing games LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2:install NOT_FOR_ARCHS= sparc64 alpha -MAN6= Amy.6 +MAN6= Amy.6 -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} post-extract: ${BZCAT} ${DISTDIR}/ClassicGames.pgn.bz2 > \ ${WRKSRC}/PGN/ClassicGames.pgn post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/games/amy/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/games/amy/distinfo =================================================================== --- head/games/amy/distinfo (revision 104642) +++ head/games/amy/distinfo (revision 104643) @@ -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 Property changes on: head/games/amy/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/games/amy/pkg-plist =================================================================== --- head/games/amy/pkg-plist (revision 104642) +++ head/games/amy/pkg-plist (revision 104643) @@ -1,17 +1,18 @@ bin/Amy -share/amy/Book.db -share/amy/Eco.db -@dirrm share/amy -%%PORTDOCS%%share/doc/amy/README -share/doc/amy/index.html -share/doc/amy/amy.css -share/doc/amy/ch01.html -share/doc/amy/ch01s02.html -share/doc/amy/ch01s03.html -share/doc/amy/ch02.html -share/doc/amy/ch03.html -share/doc/amy/ch03s02.html -share/doc/amy/ch03s03.html -share/doc/amy/ch03s04.html -share/doc/amy/ch04.html -@dirrm share/doc/amy +%%DATADIR%%/Book.db +%%DATADIR%%/Eco.db +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/amy.css +%%PORTDOCS%%%%DOCSDIR%%/ch01.html +%%PORTDOCS%%%%DOCSDIR%%/ch01s02.html +%%PORTDOCS%%%%DOCSDIR%%/ch01s03.html +%%PORTDOCS%%%%DOCSDIR%%/ch01s04.html +%%PORTDOCS%%%%DOCSDIR%%/ch02.html +%%PORTDOCS%%%%DOCSDIR%%/ch03.html +%%PORTDOCS%%%%DOCSDIR%%/ch03s02.html +%%PORTDOCS%%%%DOCSDIR%%/ch03s03.html +%%PORTDOCS%%%%DOCSDIR%%/ch03s04.html +%%PORTDOCS%%%%DOCSDIR%%/ch04.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%DATADIR%% Property changes on: head/games/amy/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property