Date: Sat, 19 Aug 2006 18:01:11 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@freebsd.org Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] www/p5-WWW-Mechanize: update to 1.20 Message-ID: <20060819100111.AE8C5392@netnews.NCTU.edu.tw>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] www/p5-WWW-Mechanize: update to 1.20 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.1-RELEASE i386 >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Update to 1.20 Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-WWW-Mechanize-1.20.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/p5-WWW-Mechanize/Makefile /home/staff/gslin/work/p5-WWW-Mechanize/Makefile --- /usr/ports/www/p5-WWW-Mechanize/Makefile Mon Feb 6 16:06:58 2006 +++ /home/staff/gslin/work/p5-WWW-Mechanize/Makefile Sat Aug 19 17:59:44 2006 @@ -6,7 +6,7 @@ # PORTNAME= WWW-Mechanize -PORTVERSION= 1.18 +PORTVERSION= 1.20 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -15,9 +15,9 @@ MAINTAINER= perl@FreeBSD.org COMMENT= This module is to help you automate interaction with a website -BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ +RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS+= --mech-dump --nolive diff -ruN --exclude=CVS /usr/ports/www/p5-WWW-Mechanize/distinfo /home/staff/gslin/work/p5-WWW-Mechanize/distinfo --- /usr/ports/www/p5-WWW-Mechanize/distinfo Mon Feb 6 16:06:58 2006 +++ /home/staff/gslin/work/p5-WWW-Mechanize/distinfo Sat Aug 19 18:00:00 2006 @@ -1,3 +1,3 @@ -MD5 (WWW-Mechanize-1.18.tar.gz) = d537bfefc84806227fd280a792f6527d -SHA256 (WWW-Mechanize-1.18.tar.gz) = 8ce2edad8033428813754fa07211bd177298f10e4a9ae70f2cefa10949b1e8cc -SIZE (WWW-Mechanize-1.18.tar.gz) = 107253 +MD5 (WWW-Mechanize-1.20.tar.gz) = 97318ae4928c50c56faf097cbe187428 +SHA256 (WWW-Mechanize-1.20.tar.gz) = 3c556842ba64ebcf8d4b0a44b05b36acd1372f850f588cf180903352a10e0358 +SIZE (WWW-Mechanize-1.20.tar.gz) = 106488 --- p5-WWW-Mechanize-1.20.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060819100111.AE8C5392>