diff options
author | leeym <leeym@FreeBSD.org> | 2008-09-04 17:27:45 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-09-04 17:27:45 +0800 |
commit | 54612c9a0b64fe3cc22b4d191e8fd240efbf90e4 (patch) | |
tree | 116b82c609c5a6a2e0a7caee88eef8a24e65d843 /www | |
parent | 81b842ad400dcfea02c3ef60ed99c3cd5292badb (diff) | |
download | freebsd-ports-gnome-54612c9a0b64fe3cc22b4d191e8fd240efbf90e4.tar.gz freebsd-ports-gnome-54612c9a0b64fe3cc22b4d191e8fd240efbf90e4.tar.zst freebsd-ports-gnome-54612c9a0b64fe3cc22b4d191e8fd240efbf90e4.zip |
- update to 1.21
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-SimpleLinkExtor/Makefile | 9 | ||||
-rw-r--r-- | www/p5-HTML-SimpleLinkExtor/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/p5-HTML-SimpleLinkExtor/Makefile b/www/p5-HTML-SimpleLinkExtor/Makefile index a3d52fac303f..8dd4882faa84 100644 --- a/www/p5-HTML-SimpleLinkExtor/Makefile +++ b/www/p5-HTML-SimpleLinkExtor/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-SimpleLinkExtor -PORTVERSION= 1.19 +PORTVERSION= 1.21 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= This is a simple HTML link extractor -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - p5-libwww>0:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-HTML-Parser>=1.28:${PORTSDIR}/www/p5-HTML-Parser \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes diff --git a/www/p5-HTML-SimpleLinkExtor/distinfo b/www/p5-HTML-SimpleLinkExtor/distinfo index 83a5d7d1bf81..a1d3f248d052 100644 --- a/www/p5-HTML-SimpleLinkExtor/distinfo +++ b/www/p5-HTML-SimpleLinkExtor/distinfo @@ -1,3 +1,3 @@ -MD5 (HTML-SimpleLinkExtor-1.19.tar.gz) = abb475c1a09267828a1a170facdc9e53 -SHA256 (HTML-SimpleLinkExtor-1.19.tar.gz) = 853a2113d83ac8a5d7a0769cadf347690769912206bd57acfaaa1e066a0a0b58 -SIZE (HTML-SimpleLinkExtor-1.19.tar.gz) = 9342 +MD5 (HTML-SimpleLinkExtor-1.21.tar.gz) = aeec979fa5d4c202726b3fa31816515b +SHA256 (HTML-SimpleLinkExtor-1.21.tar.gz) = c67fcff471aeaaf1eab1d6c7de5c545ea3e56aee9945f57a6c0190a45f9ecd17 +SIZE (HTML-SimpleLinkExtor-1.21.tar.gz) = 9605 |