From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 4 08:50:07 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEAAF1065676 for ; Sun, 4 Sep 2011 08:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9FDC68FC1F for ; Sun, 4 Sep 2011 08:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p848o7Gb069261 for ; Sun, 4 Sep 2011 08:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p848o79q069260; Sun, 4 Sep 2011 08:50:07 GMT (envelope-from gnats) Resent-Date: Sun, 4 Sep 2011 08:50:07 GMT Resent-Message-Id: <201109040850.p848o79q069260@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16CF5106564A for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: sailorfred@yahoo.com Subject: ports/160453: [PATCH] www/p5-WWW-Contact: update to 0.46 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2011 08:50:07 -0000 >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@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 + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple +.endif -.include +.include 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: