From sunpoet@sunpoet.net  Sun Sep  4 08:42:56 2011
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 16CF5106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Sep 2011 08:42:56 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id A81968FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  4 Sep 2011 08:42:55 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 7DE6844C5; Sun,  4 Sep 2011 16:42:36 +0800 (CST)
Message-Id: <20110904084236.7DE6844C5@sunpoet.net>
Date: Sun,  4 Sep 2011 16:42:36 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sailorfred@yahoo.com
Subject: [PATCH] www/p5-WWW-Contact: update to 0.46
X-Send-Pr-Version: 3.113
X-GNATS-Notify: sailorfred@yahoo.com

>Number:         160453
>Category:       ports
>Synopsis:       [PATCH] www/p5-WWW-Contact: update to 0.46
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 04 08:50:07 UTC 2011
>Closed-Date:    Sun Sep 04 09:48:38 UTC 2011
>Last-Modified:  Sun Sep  4 09:50:06 UTC 2011
>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@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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Sep 4 08:50:27 UTC 2011 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160453 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Sep 4 08:50:31 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160453 
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Sun Sep 4 08:56:07 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160453 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: sailorfred@yahoo.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/160453: [PATCH] www/p5-WWW-Contact: update to 0.46
Date: Sun, 4 Sep 2011 08:50:30 UT

 Maintainer of www/p5-WWW-Contact,
 
 Please note that PR ports/160453 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160453
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Fred Cox <sailorfred@yahoo.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160453: [PATCH] www/p5-WWW-Contact: update to 0.46
Date: Sun, 04 Sep 2011 02:25:52 -0700

 SSBhcHByb3ZlIHRoaXMgcGF0Y2guCgpTZW50IGZyb20gVC1Nb2JpbGUgRzIgd2l0aCBHb29nbGUK
 CkVkd2luIEdyb290aHVpcyA8ZWR3aW5ARnJlZUJTRC5vcmc+IHdyb3RlOgoKPk1haW50YWluZXIg
 b2Ygd3d3L3A1LVdXVy1Db250YWN0LAo+Cj5QbGVhc2Ugbm90ZSB0aGF0IFBSIHBvcnRzLzE2MDQ1
 MyBoYXMganVzdCBiZWVuIHN1Ym1pdHRlZC4KPgo+SWYgaXQgY29udGFpbnMgYSBwYXRjaCBmb3Ig
 YW4gdXBncmFkZSwgYW4gZW5oYW5jZW1lbnQgb3IgYSBidWcgZml4Cj55b3UgYWdyZWUgb24sIHJl
 cGx5IHRvIHRoaXMgZW1haWwgc3RhdGluZyB0aGF0IHlvdSBhcHByb3ZlIHRoZSBwYXRjaAo+YW5k
 IGEgY29tbWl0dGVyIHdpbGwgdGFrZSBjYXJlIG9mIGl0Lgo+Cj5UaGUgZnVsbCB0ZXh0IG9mIHRo
 ZSBQUiBjYW4gYmUgZm91bmQgYXQ6Cj4gICAgaHR0cDovL3d3dy5mcmVlYnNkLm9yZy9jZ2kvcXVl
 cnktcHIuY2dpP3ByPXBvcnRzLzE2MDQ1Mwo+Cj4tLSAKPkVkd2luIEdyb290aHVpcyB2aWEgdGhl
 IEdOQVRTIEF1dG8gQXNzaWduIFRvb2wKPmVkd2luQEZyZWVCU0Qub3JnCg==
 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sun Sep 4 09:48:36 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160453 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160453: commit references a PR
Date: Sun,  4 Sep 2011 09:48:16 +0000 (UTC)

 sunpoet     2011-09-04 09:48:07 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-WWW-Contact   Makefile distinfo 
   Log:
   - Update to 0.46
   
   Changes:        http://search.cpan.org/dist/WWW-Contact/Changes
   PR:             ports/160453
   Submitted by:   sunpoet (myself)
   Approved by:    Fred Cox <sailorfred@yahoo.com> (maintainer)
   
   Revision  Changes    Path
   1.5       +37 -31    ports/www/p5-WWW-Contact/Makefile
   1.6       +2 -2      ports/www/p5-WWW-Contact/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
