From owner-freebsd-perl@FreeBSD.ORG Sat Aug 19 10:01:16 2006 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C8F516A4E0; Sat, 19 Aug 2006 10:01:16 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2CF443D45; Sat, 19 Aug 2006 10:01:15 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id AE8C5392; Sat, 19 Aug 2006 18:01:11 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20060819100111.AE8C5392@netnews.NCTU.edu.tw> Date: Sat, 19 Aug 2006 18:01:11 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] www/p5-WWW-Mechanize: update to 1.20 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Aug 2006 10:01:16 -0000 >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 ---