[PATCH] www/p5-WWW-Mechanize: update to 1.22
Gea-Suan Lin
gslin at gslin.org
Sun Mar 4 09:51:21 UTC 2007
>Submitter-Id: current-users
>Originator: Gea-Suan Lin
>Organization:
>Confidential: no
>Synopsis: [PATCH] www/p5-WWW-Mechanize: update to 1.22
>Severity: non-critical
>Priority: low
>Category: ports
>Class: update
>Release: FreeBSD 6.2-RELEASE i386
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #1: Sun Jan 14 14:05:12 CST 2007
>Description:
- Update to 1.22
Port maintainer (perl at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- p5-WWW-Mechanize-1.22.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/p5-WWW-Mechanize/Makefile /home/staff/gslin/work/ports/p5-WWW-Mechanize/Makefile
--- /usr/ports/www/p5-WWW-Mechanize/Makefile Sun Aug 20 03:14:31 2006
+++ /home/staff/gslin/work/ports/p5-WWW-Mechanize/Makefile Sun Mar 4 17:49:13 2007
@@ -6,7 +6,7 @@
#
PORTNAME= WWW-Mechanize
-PORTVERSION= 1.20
+PORTVERSION= 1.22
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= WWW
@@ -15,9 +15,9 @@
MAINTAINER= perl at 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
@@ -40,11 +40,8 @@
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
+RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-Pod-Parser
-.if ${PERL_LEVEL} < 500601
-IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again
-.endif
.endif
.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/www/p5-WWW-Mechanize/distinfo /home/staff/gslin/work/ports/p5-WWW-Mechanize/distinfo
--- /usr/ports/www/p5-WWW-Mechanize/distinfo Sun Aug 20 03:14:32 2006
+++ /home/staff/gslin/work/ports/p5-WWW-Mechanize/distinfo Sun Mar 4 17:49:34 2007
@@ -1,3 +1,3 @@
-MD5 (WWW-Mechanize-1.20.tar.gz) = 97318ae4928c50c56faf097cbe187428
-SHA256 (WWW-Mechanize-1.20.tar.gz) = 3c556842ba64ebcf8d4b0a44b05b36acd1372f850f588cf180903352a10e0358
-SIZE (WWW-Mechanize-1.20.tar.gz) = 106488
+MD5 (WWW-Mechanize-1.22.tar.gz) = f25ab5a33248354038307303e8450881
+SHA256 (WWW-Mechanize-1.22.tar.gz) = e3115bb1ae391042db083003c6182a3047a162b8b37259e821b7bdbdabe2ced8
+SIZE (WWW-Mechanize-1.22.tar.gz) = 108193
--- p5-WWW-Mechanize-1.22.patch ends here ---
More information about the freebsd-perl
mailing list