Date: Mon, 12 Dec 2011 20:36:18 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: stephon@gmail.com Subject: ports/163201: [PATCH] mail/p5-SES: update to release of 2011-11-14 Message-ID: <20111212123618.B362E35C7@sunpoet.net> Resent-Message-ID: <201112121240.pBCCe1E1020708@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501000 +RUN_DEPENDS+= p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA +.endif + +.include <bsd.port.post.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111212123618.B362E35C7>