ports/160453: [PATCH] www/p5-WWW-Contact: update to 0.46

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 4 08:50:07 UTC 2011


>Number:         160453
>Category:       ports
>Synopsis:       [PATCH] www/p5-WWW-Contact: update to 0.46
>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:   Sun Sep 04 08:50:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul  9 23:23:51 CST
>Description:
- Update to 0.46
- Pet portlint

Port maintainer (sailorfred at yahoo.com) is cc'd.

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

--- p5-WWW-Contact-0.46.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-WWW-Contact/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	5 Jun 2011 20:21:34 -0000	1.4
+++ Makefile	4 Sep 2011 08:42:37 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	WWW-Contact
-PORTVERSION=	0.43
+PORTVERSION=	0.46
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:FAYLAND
@@ -15,38 +15,44 @@
 MAINTAINER=	sailorfred at yahoo.com
 COMMENT=	Contact importer for all the major email systems
 
-RUN_DEPENDS=	${SITE_PERL}/HTML/TokeParser/Simple.pm:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \
-		${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
-		${SITE_PERL}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree \
-		${SITE_PERL}/${PERL_ARCH}/JSON/XS.pm:${PORTSDIR}/converters/p5-JSON-XS \
-		${SITE_PERL}/Text/vCard/Addressbook.pm:${PORTSDIR}/textproc/p5-Text-vCard \
-		${SITE_PERL}/WWW/Mechanize/GZip.pm:${PORTSDIR}/www/p5-WWW-Mechanize-GZip \
-		${SITE_PERL}/Net/Google/AuthSub.pm:${PORTSDIR}/net/p5-Net-Google-AuthSub \
-		${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
-		${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \
-		${SITE_PERL}/${PERL_ARCH}/Moose.pm:${PORTSDIR}/devel/p5-Moose \
-		${SITE_PERL}/${PERL_ARCH}/Net/DNS/Resolver.pm:${PORTSDIR}/dns/p5-Net-DNS
-
-LICENSE_COMB=	dual
 LICENSE=	ART20 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
+		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
+		p5-HTML-TokeParser-Simple>=0:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \
+		p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
+		p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
+		p5-Moose>=0.77:${PORTSDIR}/devel/p5-Moose \
+		p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
+		p5-Net-Google-AuthSub>=0:${PORTSDIR}/net/p5-Net-Google-AuthSub \
+		p5-Text-vCard>=0:${PORTSDIR}/textproc/p5-Text-vCard \
+		p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \
+		p5-WWW-Mechanize-GZip>=0:${PORTSDIR}/www/p5-WWW-Mechanize-GZip
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
-USE_PERL5=	yes
 
-MAN3=	WWW::Contact.3 \
-	WWW::Contact::Base.3 \
-	WWW::Contact::Plaxo.3\
-	WWW::Contact::Rediffmail.3 \
-	WWW::Contact::CN::163.3 \
-	WWW::Contact::GoogleContactsAPI.3 \
-	WWW::Contact::Lycos.3 \
-	WWW::Contact::Yahoo.3 \
-	WWW::Contact::Indiatimes.3 \
-	WWW::Contact::BG::Abv.3 \
-	WWW::Contact::BG::Mail.3 \
-	WWW::Contact::Mail.3 \
-	WWW::Contact::Hotmail.3 \
-	WWW::Contact::AOL.3 \
-	WWW::Contact::Gmail.3
+MAN3=		WWW::Contact.3 \
+		WWW::Contact::AOL.3 \
+		WWW::Contact::BG::Abv.3 \
+		WWW::Contact::BG::Mail.3 \
+		WWW::Contact::Base.3 \
+		WWW::Contact::CN::163.3 \
+		WWW::Contact::Gmail.3 \
+		WWW::Contact::GoogleContactsAPI.3 \
+		WWW::Contact::Hotmail.3 \
+		WWW::Contact::Indiatimes.3 \
+		WWW::Contact::Lycos.3 \
+		WWW::Contact::Mail.3 \
+		WWW::Contact::Plaxo.3 \
+		WWW::Contact::Rediffmail.3 \
+		WWW::Contact::Yahoo.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501001
+TEST_DEPENDS+=	p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple
+.endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-WWW-Contact/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	5 Jun 2011 20:21:34 -0000	1.5
+++ distinfo	4 Sep 2011 08:42:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (WWW-Contact-0.43.tar.gz) = 0b575fbe094ad05b5fb267e811d3a8540ffa249d990ecdfaafc134658bc93219
-SIZE (WWW-Contact-0.43.tar.gz) = 24181
+SHA256 (WWW-Contact-0.46.tar.gz) = d2b0b5805a0788c18d8b5201a9be6a5c9f97103937e83780dbae96703c1bd297
+SIZE (WWW-Contact-0.46.tar.gz) = 22187
--- p5-WWW-Contact-0.46.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list