Date: Sun, 30 Oct 2011 16:20:06 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: snowfly@yuntech.edu.tw Subject: ports/162163: [PATCH] www/p5-WWW-Google-PageRank: update to 0.17 Message-ID: <20111030082006.0E5495B7A@sunpoet.net> Resent-Message-ID: <201110300830.p9U8UBwU031021@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 162163 >Category: ports >Synopsis: [PATCH] www/p5-WWW-Google-PageRank: update to 0.17 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 30 08:30:11 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.2-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011 >Description: - Update to 0.17 - Pet portlint Changes: http://search.cpan.org/dist/WWW-Google-PageRank/Changes Port maintainer (snowfly@yuntech.edu.tw) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-WWW-Google-PageRank-0.17.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-WWW-Google-PageRank/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 21 Jun 2009 19:19:07 -0000 1.6 +++ Makefile 30 Oct 2011 08:20:24 -0000 @@ -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 @@ 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 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-WWW-Google-PageRank/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 19 Mar 2011 12:36:08 -0000 1.5 +++ distinfo 30 Oct 2011 08:20:24 -0000 @@ -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 --- p5-WWW-Google-PageRank-0.17.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111030082006.0E5495B7A>