From owner-freebsd-perl@FreeBSD.ORG Fri Oct 15 15:44:59 2004 Return-Path: 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 5980A16A4CE for ; Fri, 15 Oct 2004 15:44:59 +0000 (GMT) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [210.226.20.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id C584B43D6A for ; Fri, 15 Oct 2004 15:44:58 +0000 (GMT) (envelope-from kuriyama@imgsrc.co.jp) Received: from localhost (localhost [127.0.0.1]) by black.imgsrc.co.jp (Postfix) with ESMTP id A444850C1C; Sat, 16 Oct 2004 00:44:57 +0900 (JST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [IPv6:2001:218:422:2::9999]) by black.imgsrc.co.jp (Postfix) with ESMTP id 4306D50C0A; Sat, 16 Oct 2004 00:44:55 +0900 (JST) Date: Sat, 16 Oct 2004 00:44:55 +0900 Message-ID: <7mwtxs56ko.wl@black.imgsrc.co.jp> From: Jun Kuriyama To: Anton Berezin In-Reply-To: <20041015071140.GA33749@heechee.tobez.org> References: <7mr7o07q1x.wl@black.imgsrc.co.jp> <20041015071140.GA33749@heechee.tobez.org> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/21.3 (i386--freebsd) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd 0.1 cc: perl@FreeBSD.org Subject: Re: Reduce dependency for p5-WWW-Mechanize* X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 15 Oct 2004 15:44:59 -0000 At Fri, 15 Oct 2004 09:11:40 +0200, Anton Berezin wrote: > Why not remove test-related dependencies completely? It looks simplified. :-) Index: p5-WWW-Mechanize/Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-WWW-Mechanize/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- p5-WWW-Mechanize/Makefile 12 Oct 2004 10:26:15 -0000 1.10 +++ p5-WWW-Mechanize/Makefile 15 Oct 2004 15:41:31 -0000 @@ -7,6 +7,7 @@ PORTNAME= WWW-Mechanize PORTVERSION= 1.04 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -16,9 +17,7 @@ COMMENT= This module is to help you automate interaction with a website BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser + ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -31,7 +30,8 @@ .include .if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp +BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ + ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser .if ${PERL_LEVEL} < 500601 BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec Index: p5-WWW-Mechanize-FormFiller/Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-WWW-Mechanize-FormFiller/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- p5-WWW-Mechanize-FormFiller/Makefile 9 Jul 2004 12:35:03 -0000 1.2 +++ p5-WWW-Mechanize-FormFiller/Makefile 15 Oct 2004 15:42:10 -0000 @@ -5,6 +5,7 @@ PORTNAME= WWW-Mechanize-FormFiller PORTVERSION= 0.05 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -14,8 +15,7 @@ COMMENT= Perl framework to automate HTML forms BUILD_DEPENDS= ${SITE_PERL}/Data/Random.pm:${PORTSDIR}/devel/p5-Data-Random \ - ${SITE_PERL}/HTML/Form.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + ${SITE_PERL}/HTML/Form.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes Index: p5-WWW-Mechanize-Shell/Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-WWW-Mechanize-Shell/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- p5-WWW-Mechanize-Shell/Makefile 9 Jul 2004 08:51:40 -0000 1.1 +++ p5-WWW-Mechanize-Shell/Makefile 15 Oct 2004 15:42:45 -0000 @@ -5,6 +5,7 @@ PORTNAME= WWW-Mechanize-Shell PORTVERSION= 0.34 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= WWW @@ -15,7 +16,6 @@ BUILD_DEPENDS= ${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/Term/Shell.pm:${PORTSDIR}/devel/p5-Term-Shell \ - ${SITE_PERL}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness \ ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ ${SITE_PERL}/WWW/Mechanize/FormFiller.pm:${PORTSDIR}/www/p5-WWW-Mechanize-FormFiller \ -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project