Index: head/games/p5-Games-Bingo/Makefile =================================================================== --- head/games/p5-Games-Bingo/Makefile (revision 97835) +++ head/games/p5-Games-Bingo/Makefile (revision 97836) @@ -1,32 +1,33 @@ # New ports collection makefile for: p5-Games-Bingo # Date created: 14. August 2003 # Whom: Lars Thegler # # $FreeBSD$ # PORTNAME= Games-Bingo -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= games perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Games PKGNAMEPREFIX= p5- MAINTAINER= lars@thegler.dk COMMENT= A bingo game Perl implementation PERL_CONFIGURE= yes MAN3= Games::Bingo.3 \ Games::Bingo::Card.3 \ Games::Bingo::Column.3 \ - Games::Bingo::ColumnCollection.3 + Games::Bingo::ColumnCollection.3 \ + Games::Bingo::Constants.3 post-install: .ifndef(NOPORTDOCS) @${ECHO_MSG} "===> Installing example for ${PKGNAME}" @${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/bin/bingo.pl ${EXAMPLESDIR} .endif .include Property changes on: head/games/p5-Games-Bingo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/games/p5-Games-Bingo/distinfo =================================================================== --- head/games/p5-Games-Bingo/distinfo (revision 97835) +++ head/games/p5-Games-Bingo/distinfo (revision 97836) @@ -1 +1 @@ -MD5 (Games-Bingo-0.08.tar.gz) = 094ba8e1d8f805f686d35aba17716360 +MD5 (Games-Bingo-0.09.tar.gz) = d4c13035b19b362a625685f7c18955ad Property changes on: head/games/p5-Games-Bingo/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/games/p5-Games-Bingo/pkg-plist =================================================================== --- head/games/p5-Games-Bingo/pkg-plist (revision 97835) +++ head/games/p5-Games-Bingo/pkg-plist (revision 97836) @@ -1,11 +1,12 @@ %%SITE_PERL%%/Games/Bingo.pm %%SITE_PERL%%/Games/Bingo/Card.pm %%SITE_PERL%%/Games/Bingo/Column.pm %%SITE_PERL%%/Games/Bingo/ColumnCollection.pm +%%SITE_PERL%%/Games/Bingo/Constants.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo/.packlist %%PORTDOCS%%%%EXAMPLESDIR%%/bingo.pl %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games 2>/dev/null || true @dirrm %%SITE_PERL%%/Games/Bingo @unexec rmdir %D/%%SITE_PERL%%/Games 2>/dev/null || true Property changes on: head/games/p5-Games-Bingo/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property