Index: head/games/p5-Games-Bingo-Print/Makefile =================================================================== --- head/games/p5-Games-Bingo-Print/Makefile (revision 97836) +++ head/games/p5-Games-Bingo-Print/Makefile (revision 97837) @@ -1,37 +1,36 @@ # New ports collection makefile for: p5-Games-Bingo # Date created: 14. August 2003 # Whom: Lars Thegler # # $FreeBSD$ # PORTNAME= Games-Bingo-Print -PORTVERSION= 0.01 +PORTVERSION= 0.02 CATEGORIES= games perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Games PKGNAMEPREFIX= p5- MAINTAINER= lars@thegler.dk COMMENT= Games::Bingo::Print - PDF Generation Class BUILD_DEPENDS= ${SITE_PERL}/Games/Bingo.pm:${PORTSDIR}/games/p5-Games-Bingo \ ${SITE_PERL}/PDFLib.pm:${PORTSDIR}/print/p5-PDFLib RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Games::Bingo::Print.3 \ - Games::Bingo::Print::Card.3 +MAN3= Games::Bingo::Print.3 post-install: .ifndef(NOPORTDOCS) @${ECHO_MSG} "===> Installing example for ${PKGNAME}" @${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/bin/bingo_print.pl ${EXAMPLESDIR} .endif test: @cd ${WRKSRC}; make test .include Property changes on: head/games/p5-Games-Bingo-Print/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-Print/distinfo =================================================================== --- head/games/p5-Games-Bingo-Print/distinfo (revision 97836) +++ head/games/p5-Games-Bingo-Print/distinfo (revision 97837) @@ -1 +1 @@ -MD5 (Games-Bingo-Print-0.01.tar.gz) = d35542672c7691549a1a096b9e70c0b0 +MD5 (Games-Bingo-Print-0.02.tar.gz) = 43a566f619146240d640c0a0cb1ed7e7 Property changes on: head/games/p5-Games-Bingo-Print/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-Print/pkg-plist =================================================================== --- head/games/p5-Games-Bingo-Print/pkg-plist (revision 97836) +++ head/games/p5-Games-Bingo-Print/pkg-plist (revision 97837) @@ -1,11 +1,9 @@ %%SITE_PERL%%/Games/Bingo/Print.pm -%%SITE_PERL%%/Games/Bingo/Print/Card.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo/Print/.packlist %%PORTDOCS%%%%EXAMPLESDIR%%/bingo_print.pl %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo/Print @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games 2>/dev/null || true -@dirrm %%SITE_PERL%%/Games/Bingo/Print @unexec rmdir %D/%%SITE_PERL%%/Games/Bingo 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Games 2>/dev/null || true Property changes on: head/games/p5-Games-Bingo-Print/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property