ports/158787: [PATCH] www/p5-HTML-Selector-XPath: update to 0.07

milki milki at rescomp.berkeley.edu
Mon Jul 11 03:10:09 UTC 2011


>Number:         158787
>Category:       ports
>Synopsis:       [PATCH] www/p5-HTML-Selector-XPath: update to 0.07
>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:   Mon Jul 11 03:10:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     milki
>Release:        FreeBSD 7.3-RELEASE-p5 amd64
>Organization:
UC Berkeley - RSSP-IT
>Environment:
System: FreeBSD dev-www7.rescomp.berkeley.edu 7.3-RELEASE-p5 FreeBSD 7.3-RELEASE-p5 #16: Thu Apr 21 11:21:21 PDT 2011
>Description:
- Update to 0.07
Remove p5-Test-Simple core dep
Add p5-Test-Base dep
Add conditional p5-ExtUtils-MakeMaker dep
Add MASTER_SITE_SUBDIR macro

Port maintainer (smatsui at karashi.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-HTML-Selector-XPath-0.07.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/p5-HTML-Selector-XPath/Makefile /tmp/milki/ports/p5-HTML-Selector-XPath/Makefile
--- /usr/ports/www/p5-HTML-Selector-XPath/Makefile	2010-08-22 17:54:51.000000000 -0700
+++ /tmp/milki/ports/p5-HTML-Selector-XPath/Makefile	2011-07-10 19:57:56.000000000 -0700
@@ -6,18 +6,31 @@
 #
 
 PORTNAME=	HTML-Selector-XPath
-PORTVERSION=	0.04
+PORTVERSION=	0.07
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:MIYAGAWA
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	smatsui at karashi.org
 COMMENT=	HTML::Selector::XPath - CSS Selector to XPath compiler
 
-BUILD_DEPENDS=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+.include <bsd.port.pre.mk>
+
+TEST_DEPENDS+=	p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base
+
+.if ${PERL_LEVEL} < 500809
+BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.56:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
+RUN_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.56:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
+.endif
+
+.if ${PERL_LEVEL} >= 500900 && ${PERL_LEVEL} < 501000
+BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.56:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
+RUN_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.56:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
+.endif
 
 PERL_CONFIGURE=	yes
 
 MAN3=	HTML::Selector::XPath.3
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/www/p5-HTML-Selector-XPath/distinfo /tmp/milki/ports/p5-HTML-Selector-XPath/distinfo
--- /usr/ports/www/p5-HTML-Selector-XPath/distinfo	2011-03-19 05:35:37.000000000 -0700
+++ /tmp/milki/ports/p5-HTML-Selector-XPath/distinfo	2011-07-10 19:57:56.000000000 -0700
@@ -1,2 +1,2 @@
-SHA256 (HTML-Selector-XPath-0.04.tar.gz) = fd0735f32a49a357025b0cb16669be34906ab8d8e514cff94075d71daa3fa99d
-SIZE (HTML-Selector-XPath-0.04.tar.gz) = 17957
+SHA256 (HTML-Selector-XPath-0.07.tar.gz) = 07a2399e105e556d74234d9a39bc2b6642347d5faa776abbf730268bb922e81f
+SIZE (HTML-Selector-XPath-0.07.tar.gz) = 22804
--- p5-HTML-Selector-XPath-0.07.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list