Date: Thu, 15 Dec 2011 15:47:29 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: vivek@khera.org Subject: ports/163308: [PATCH] www/p5-CSS-Inliner: update to 3471 Message-ID: <20111215074729.74E306CCC@sunpoet.net> Resent-Message-ID: <201112150750.pBF7o4E8053421@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 163308 >Category: ports >Synopsis: [PATCH] www/p5-CSS-Inliner: update to 3471 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 15 07:50:03 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-PRERELEASE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #0: Sun Nov 20 12:43:06 CST 2011 >Description: - Update to 3471 - Add BUILD_DEPENDS and TEST_DEPENDS Changes: http://search.cpan.org/dist/CSS-Inliner/ChangeLog Port maintainer (vivek@khera.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-CSS-Inliner-3471.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-CSS-Inliner/Makefile,v retrieving revision 1.10 diff -u -u -r1.10 Makefile --- Makefile 18 Oct 2011 05:12:33 -0000 1.10 +++ Makefile 15 Dec 2011 07:47:39 -0000 @@ -6,7 +6,7 @@ # PORTNAME= CSS-Inliner -PORTVERSION= 3385 +PORTVERSION= 3471 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,10 +17,13 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-HTML-Query>=0.07:${PORTSDIR}/www/p5-HTML-Query \ +BUILD_DEPENDS= p5-HTML-Query>=0.07:${PORTSDIR}/www/p5-HTML-Query \ p5-HTML-Tree>=4.2:${PORTSDIR}/www/p5-HTML-Tree \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-URI>=0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS:= ${BUILD_DEPENDS} + +TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/p5-CSS-Inliner/distinfo,v retrieving revision 1.10 diff -u -u -r1.10 distinfo --- distinfo 18 Oct 2011 05:12:33 -0000 1.10 +++ distinfo 15 Dec 2011 07:47:39 -0000 @@ -1,2 +1,2 @@ -SHA256 (CSS-Inliner-3385.tar.gz) = 5c91b51513a196ddd6f1714982295f12028baad969c9ec83293193c2beb2db30 -SIZE (CSS-Inliner-3385.tar.gz) = 19164 +SHA256 (CSS-Inliner-3471.tar.gz) = 382b8f9f556c2bd245fe49f6a9e98a64e3a14459dcfb10effda2ff7e5f0ea32a +SIZE (CSS-Inliner-3471.tar.gz) = 19222 --- p5-CSS-Inliner-3471.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?20111215074729.74E306CCC>