From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 12 12:40:01 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 87C58106567A for ; Mon, 12 Dec 2011 12:40:01 +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 687E98FC0C for ; Mon, 12 Dec 2011 12:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBCCe1k7020709 for ; Mon, 12 Dec 2011 12:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBCCe1E1020708; Mon, 12 Dec 2011 12:40:01 GMT (envelope-from gnats) Resent-Date: Mon, 12 Dec 2011 12:40:01 GMT Resent-Message-Id: <201112121240.pBCCe1E1020708@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 C1F99106564A for ; Mon, 12 Dec 2011 12:36:41 +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 8FA088FC0A for ; Mon, 12 Dec 2011 12:36:41 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id B362E35C7; Mon, 12 Dec 2011 20:36:18 +0800 (CST) Message-Id: <20111212123618.B362E35C7@sunpoet.net> Date: Mon, 12 Dec 2011 20:36:18 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: stephon@gmail.com Subject: ports/163201: [PATCH] mail/p5-SES: update to release of 2011-11-14 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: Mon, 12 Dec 2011 12:40:01 -0000 >Number: 163201 >Category: ports >Synopsis: [PATCH] mail/p5-SES: update to release of 2011-11-14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 12 12:40:01 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 release of 2011-11-14 - Fix RUN_DEPENDS - Digest::SHA is bundled in Perl releases since 5.9.3 - This port requires LWP 6 - Bump PORTREVISION for tarball and dependency change Port maintainer (stephon@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-SES-1.01_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/p5-SES/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 30 Nov 2011 08:38:02 -0000 1.2 +++ Makefile 12 Dec 2011 12:25:55 -0000 @@ -7,10 +7,11 @@ PORTNAME= SES PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= http://d36cz9buwru1tt.cloudfront.net/catalog/attachments/ PKGNAMEPREFIX= p5- -DISTNAME= ses-tools-2011-10-31 +DISTNAME= ses-tools-2011-11-14 MAINTAINER= stephon@gmail.com COMMENT= Perl module of Amazon Simple Email Services @@ -18,11 +19,10 @@ LICENSE= ASL LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \ - p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ +RUN_DEPENDS= p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww + p5-libwww>=6:${PORTSDIR}/www/p5-libwww NO_BUILD= yes USE_PERL5_RUN= yes @@ -43,4 +43,10 @@ cd ${WRKSRC} && ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/SES.pm ${PREFIX}/${SITE_PERL_REL}/ -.include +.include + +.if ${PERL_LEVEL} < 501000 +RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA +.endif + +.include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/p5-SES/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 30 Nov 2011 08:38:02 -0000 1.3 +++ distinfo 12 Dec 2011 12:25:55 -0000 @@ -1,2 +1,2 @@ -SHA256 (ses-tools-2011-10-31.zip) = b800fd4fd1d83a85e411713767cad21c697d866161df96455b285ded25a075cf -SIZE (ses-tools-2011-10-31.zip) = 293804 +SHA256 (ses-tools-2011-11-14.zip) = f36210e9a594af32e98089a8dcbd90877d572c7a238c03e2ff2493fa95a2aeb7 +SIZE (ses-tools-2011-11-14.zip) = 294281 --- p5-SES-1.01_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: