diff options
author | edwin <edwin@FreeBSD.org> | 2008-07-05 10:58:05 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-07-05 10:58:05 +0800 |
commit | e56cdf045c1d813a5d4fbbde91e8faa3db64e6f8 (patch) | |
tree | cd6148a60eb0f3028004fbff3e8a74cd4b3fd45f | |
parent | 898f9e521f9472bfb81f987e5aab8958cbbc3ae6 (diff) | |
download | freebsd-ports-gnome-e56cdf045c1d813a5d4fbbde91e8faa3db64e6f8.tar.gz freebsd-ports-gnome-e56cdf045c1d813a5d4fbbde91e8faa3db64e6f8.tar.zst freebsd-ports-gnome-e56cdf045c1d813a5d4fbbde91e8faa3db64e6f8.zip |
[UPDATE] games/p5-Games-Bingo-Print
- Updated to 0.04;
- Use CPAN macro;
- Add missing deps;
- Add missing files/manpages installed.
PR: ports/120698
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer timeout
-rw-r--r-- | games/p5-Games-Bingo-Print/Makefile | 12 | ||||
-rw-r--r-- | games/p5-Games-Bingo-Print/distinfo | 6 | ||||
-rw-r--r-- | games/p5-Games-Bingo-Print/pkg-plist | 7 |
3 files changed, 16 insertions, 9 deletions
diff --git a/games/p5-Games-Bingo-Print/Makefile b/games/p5-Games-Bingo-Print/Makefile index 8a57e0fbe2c1..4b6025fcbe8f 100644 --- a/games/p5-Games-Bingo-Print/Makefile +++ b/games/p5-Games-Bingo-Print/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Games-Bingo-Print -PORTVERSION= 0.02 +PORTVERSION= 0.04 CATEGORIES= games perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,11 +15,19 @@ MAINTAINER= lth@FreeBSD.org 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 + ${SITE_PERL}/PDFLib.pm:${PORTSDIR}/print/p5-PDFLib \ + ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper \ + ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ + ${SITE_PERL}/TAP/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ + ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \ + ${SITE_PERL}/Test/Perl/Critic.pm:${PORTSDIR}/textproc/p5-Test-Perl-Critic \ + ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/textproc/p5-Test-Pod-Coverage RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +MAN1= bingo_print.pl.1 MAN3= Games::Bingo::Print.3 post-install: diff --git a/games/p5-Games-Bingo-Print/distinfo b/games/p5-Games-Bingo-Print/distinfo index 1d36cfde5a98..f0a8d67d671a 100644 --- a/games/p5-Games-Bingo-Print/distinfo +++ b/games/p5-Games-Bingo-Print/distinfo @@ -1,3 +1,3 @@ -MD5 (Games-Bingo-Print-0.02.tar.gz) = 43a566f619146240d640c0a0cb1ed7e7 -SHA256 (Games-Bingo-Print-0.02.tar.gz) = 88a8a3ecb0fe7c398587ae019be22742bc9445b4b3e3b3b749f3d628ecf2e8c4 -SIZE (Games-Bingo-Print-0.02.tar.gz) = 5782 +MD5 (Games-Bingo-Print-0.04.tar.gz) = 83e83c073775a848733fd5f7f5d1e498 +SHA256 (Games-Bingo-Print-0.04.tar.gz) = b4eeda6958a938c92e0cebc031fd699b479a7f3cc8435a041a27a38fa2b5a96f +SIZE (Games-Bingo-Print-0.04.tar.gz) = 11559 diff --git a/games/p5-Games-Bingo-Print/pkg-plist b/games/p5-Games-Bingo-Print/pkg-plist index fc210e3f8162..3062147ce1e2 100644 --- a/games/p5-Games-Bingo-Print/pkg-plist +++ b/games/p5-Games-Bingo-Print/pkg-plist @@ -1,9 +1,8 @@ +bin/bingo_print.pl +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games-Bingo-Print/.packlist %%SITE_PERL%%/Games/Bingo/Print.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 -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Bingo -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games-Bingo-Print @dirrmtry %%SITE_PERL%%/Games/Bingo @dirrmtry %%SITE_PERL%%/Games |