diff options
author | leeym <leeym@FreeBSD.org> | 2006-01-06 10:21:00 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-01-06 10:21:00 +0800 |
commit | c70c49868f2e3f85a00a896fb8724d47ecfce17f (patch) | |
tree | 69f6260661df068f15d84addad8d1633cecd438a /www | |
parent | 0162bcd2667cf18179562999c80465171ee0d22a (diff) | |
download | freebsd-ports-gnome-c70c49868f2e3f85a00a896fb8724d47ecfce17f.tar.gz freebsd-ports-gnome-c70c49868f2e3f85a00a896fb8724d47ecfce17f.tar.zst freebsd-ports-gnome-c70c49868f2e3f85a00a896fb8724d47ecfce17f.zip |
- update to 1.17
PR: 91360
Submitted by: hideo <hideo@lastamericanempire.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Dilbert/Makefile | 21 | ||||
-rw-r--r-- | www/p5-WWW-Dilbert/distinfo | 6 |
2 files changed, 9 insertions, 18 deletions
diff --git a/www/p5-WWW-Dilbert/Makefile b/www/p5-WWW-Dilbert/Makefile index 9594196571bb..d4cabd630343 100644 --- a/www/p5-WWW-Dilbert/Makefile +++ b/www/p5-WWW-Dilbert/Makefile @@ -6,7 +6,7 @@ # PORTNAME= WWW-Dilbert -PORTVERSION= 1.16 +PORTVERSION= 1.17 PORTEPOCH= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -14,23 +14,14 @@ MASTER_SITE_SUBDIR= WWW PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Dilbert of the day comic strip archive and retieval module +COMMENT= Dilbert of the day comic strip archive and retrieval module -BUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/Image/Info.pm:${PORTSDIR}/graphics/p5-Image-Info \ - ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes MAN3= WWW::Dilbert.3 -.include <bsd.port.pre.mk> - -# p5-WWW-Mechanize-1.10 requires perl 5.6.x or later. -.if ${PERL_LEVEL} < 500601 -IGNORE= requires perl 5.6.x or later. Install lang/perl5 or lang/perl5.8 then try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-WWW-Dilbert/distinfo b/www/p5-WWW-Dilbert/distinfo index 4dafb9529e10..33f40814368c 100644 --- a/www/p5-WWW-Dilbert/distinfo +++ b/www/p5-WWW-Dilbert/distinfo @@ -1,3 +1,3 @@ -MD5 (WWW-Dilbert-1.16.tar.gz) = 380359726ad799d518612ea5ab94b277 -SHA256 (WWW-Dilbert-1.16.tar.gz) = 9e2f5766f34799a6e15e3724b0d05a9b774a14edc8e98d5977c49b9105f5f4b8 -SIZE (WWW-Dilbert-1.16.tar.gz) = 46801 +MD5 (WWW-Dilbert-1.17.tar.gz) = d35382d64f188d9d4f31b694968c9c0b +SHA256 (WWW-Dilbert-1.17.tar.gz) = 3e09e4ccacf18b6eb63f09b33307ed17724e167e88a44fd5e62e7587779f3991 +SIZE (WWW-Dilbert-1.17.tar.gz) = 54887 |