Date: Wed, 7 Feb 2007 11:03:43 +0800 (CST) From: Rong-En Fan <rafan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: snowfly@yuntech.edu.tw Subject: ports/108859: [PATCH] www/p5-WWW-Google-Calculator: update to 0.04 Message-ID: <200702070303.l1733h4C040593@svm.csie.ntu.edu.tw> Resent-Message-ID: <200702070310.l173AC00014180@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 108859 >Category: ports >Synopsis: [PATCH] www/p5-WWW-Google-Calculator: update to 0.04 >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: Wed Feb 07 03:10:11 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Rong-En Fan >Release: FreeBSD 6.2-PRERELEASE amd64 >Organization: NTU CSIE >Environment: >Description: - Update to 0.04 Port maintainer (snowfly@yuntech.edu.tw) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-WWW-Google-Calculator-0.04.patch begins here --- Index: Makefile =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/www/p5-WWW-Google-Calculator/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 29 Jul 2006 09:26:46 -0000 1.1 +++ Makefile 7 Feb 2007 03:03:29 -0000 @@ -6,7 +6,7 @@ # PORTNAME= WWW-Google-Calculator -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -15,14 +15,14 @@ MAINTAINER= snowfly@yuntech.edu.tw COMMENT= This module provide simple interface for Google calculator -BUILD_DEPENDS= ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build \ +BUILD_DEPENDS= ${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install \ ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +PERL_CONFIGURE= yes MAN3= WWW::Google::Calculator.3 Index: distinfo =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/www/p5-WWW-Google-Calculator/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 29 Jul 2006 09:26:46 -0000 1.1 +++ distinfo 7 Feb 2007 03:03:29 -0000 @@ -1,3 +1,3 @@ -MD5 (WWW-Google-Calculator-0.03.tar.gz) = bc99b245a45ff89d6a42ecad14638dbc -SHA256 (WWW-Google-Calculator-0.03.tar.gz) = 72ac0f7a8b0f106af9d6655ff0b67aceaa56ac2f2c7823bce69799c3c1e9ec78 -SIZE (WWW-Google-Calculator-0.03.tar.gz) = 10262 +MD5 (WWW-Google-Calculator-0.04.tar.gz) = 4f91a45a2e629f88bb4a5f48965f47d5 +SHA256 (WWW-Google-Calculator-0.04.tar.gz) = 5940a2d377be47059de8b0587a23b41bbf301e6f750789db02aaa2e00b60cbb2 +SIZE (WWW-Google-Calculator-0.04.tar.gz) = 10690 Index: pkg-plist =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/www/p5-WWW-Google-Calculator/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 29 Jul 2006 09:26:46 -0000 1.1 +++ pkg-plist 7 Feb 2007 03:03:29 -0000 @@ -1,3 +1,6 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google/Calculator/.packlist %%SITE_PERL%%/WWW/Google/Calculator.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google/Calculator +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Google @dirrmtry %%SITE_PERL%%/WWW/Google @dirrmtry %%SITE_PERL%%/WWW --- p5-WWW-Google-Calculator-0.04.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?200702070303.l1733h4C040593>