diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-16 23:06:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-16 23:06:31 +0800 |
commit | 97890d4edd52642d0af8a125e201c33df5f5c09f (patch) | |
tree | be44bacb97c4e851fe28a4f928b692e3d257f58d /www | |
parent | 73525fde1f467f957fa09ecb7dc11a203a0591b9 (diff) | |
download | freebsd-ports-gnome-97890d4edd52642d0af8a125e201c33df5f5c09f.tar.gz freebsd-ports-gnome-97890d4edd52642d0af8a125e201c33df5f5c09f.tar.zst freebsd-ports-gnome-97890d4edd52642d0af8a125e201c33df5f5c09f.zip |
- Update to 0.17
- Pet portlint
Changes: http://search.cpan.org/dist/WWW-Google-PageRank/Changes
PR: ports/162163
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 18 days)
Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Google-PageRank/Makefile | 8 | ||||
-rw-r--r-- | www/p5-WWW-Google-PageRank/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-WWW-Google-PageRank/Makefile b/www/p5-WWW-Google-PageRank/Makefile index 73b254d33bff..c43b9fdc857b 100644 --- a/www/p5-WWW-Google-PageRank/Makefile +++ b/www/p5-WWW-Google-PageRank/Makefile @@ -6,7 +6,7 @@ # PORTNAME= WWW-Google-PageRank -PORTVERSION= 0.15 +PORTVERSION= 0.17 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Perl interface for querying Google pagerank -BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/www/p5-WWW-Google-PageRank/distinfo b/www/p5-WWW-Google-PageRank/distinfo index 8f78ae64fd4f..1afa7ce2c56f 100644 --- a/www/p5-WWW-Google-PageRank/distinfo +++ b/www/p5-WWW-Google-PageRank/distinfo @@ -1,2 +1,2 @@ -SHA256 (WWW-Google-PageRank-0.15.tar.gz) = c96cfc2e8b9713a450639f4cd6e3027f0ba17b0d37325f5a6613057d1713c0ac -SIZE (WWW-Google-PageRank-0.15.tar.gz) = 4476 +SHA256 (WWW-Google-PageRank-0.17.tar.gz) = 17c0cb7a7e43f3b3b33738ebc5596be36ceca2358608c5dbe343691f8b7fc15a +SIZE (WWW-Google-PageRank-0.17.tar.gz) = 5006 |