From owner-freebsd-perl@FreeBSD.ORG Sun Mar 4 09:51:21 2007 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AA20816A406; Sun, 4 Mar 2007 09:51:21 +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 7B85213C4AC; Sun, 4 Mar 2007 09:51:21 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id C7DDF66; Sun, 4 Mar 2007 17:51:20 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20070304095120.C7DDF66@netnews.NCTU.edu.tw> Date: Sun, 4 Mar 2007 17:51:20 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] www/p5-WWW-Mechanize: update to 1.22 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: Sun, 04 Mar 2007 09:51:21 -0000 >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@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@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 .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 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 ---