Date: Sun, 25 Jul 2010 02:47:53 +0900 (JST) From: TERAMOTO Masahiro <markun@onohara.to> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/148905: [MAINTAINER] www/p5-HTTP-Cookies-w3m: [SUMMARIZE CHANGES] Message-ID: <20100724174754.272542841E@daemon.onohara.to> Resent-Message-ID: <201007241750.o6OHo63f081702@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 148905 >Category: ports >Synopsis: [MAINTAINER] www/p5-HTTP-Cookies-w3m: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jul 24 17:50:06 UTC 2010 >Closed-Date: >Last-Modified: >Originator: TERAMOTO Masahiro >Release: FreeBSD 7.3-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD daemon.onohara.to 7.3-RELEASE-p2 FreeBSD 7.3-RELEASE-p2 #0: Mon Jul 12 19:04:04 UTC 2010 >Description: [DESCRIBE CHANGES] - Fix incomplete dependencies Added file(s): - files/patch-Makefile.PL I sent this patch to upstream, but it takes while to apply. I'll remove it when fix in upstream. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-HTTP-Cookies-w3m-0.01_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/p5-HTTP-Cookies-w3m/Makefile /usr/home/markun/work/ports/p5-HTTP-Cookies-w3m/Makefile --- /usr/ports/www/p5-HTTP-Cookies-w3m/Makefile 2010-05-04 06:47:25.000000000 +0900 +++ /usr/home/markun/work/ports/p5-HTTP-Cookies-w3m/Makefile 2010-07-25 02:40:59.000000000 +0900 @@ -7,6 +7,7 @@ PORTNAME= HTTP-Cookies-w3m PORTVERSION= 0.01 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,12 +16,10 @@ COMMENT= Cookie storage and management for w3m BUILD_DEPENDS= ${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install - -BROKEN= incomplete dependencies +RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= HTTP::Cookies::w3m.3 PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/www/p5-HTTP-Cookies-w3m/files/patch-Makefile.PL /usr/home/markun/work/ports/p5-HTTP-Cookies-w3m/files/patch-Makefile.PL --- /usr/ports/www/p5-HTTP-Cookies-w3m/files/patch-Makefile.PL 1970-01-01 09:00:00.000000000 +0900 +++ /usr/home/markun/work/ports/p5-HTTP-Cookies-w3m/files/patch-Makefile.PL 2010-07-25 02:41:01.000000000 +0900 @@ -0,0 +1,11 @@ +--- Makefile.PL.orig 2006-05-24 21:24:04.000000000 +0900 ++++ Makefile.PL 2010-07-25 02:37:50.000000000 +0900 +@@ -4,7 +4,7 @@ + author('Kazuhiro Osawa <ko@yappo.ne.jp>'); + all_from('lib/HTTP/Cookies/w3m.pm'); + +-build_requires(Test::More => 0.42); ++build_requires('Test::More' => 0.42); + + auto_include; + auto_install; --- p5-HTTP-Cookies-w3m-0.01_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100724174754.272542841E>