diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-02-07 15:37:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-02-07 15:37:23 +0800 |
commit | 18507fb0340c24fb3e0562bcbf7b1954c0b97c78 (patch) | |
tree | 1744e5a6a538d893b077c224bb3011c49bb017df /mail | |
parent | 43a3dd0c7ecc7e8deef32c3827fa4a535336ad32 (diff) | |
download | freebsd-ports-gnome-18507fb0340c24fb3e0562bcbf7b1954c0b97c78.tar.gz freebsd-ports-gnome-18507fb0340c24fb3e0562bcbf7b1954c0b97c78.tar.zst freebsd-ports-gnome-18507fb0340c24fb3e0562bcbf7b1954c0b97c78.zip |
- 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
Changes: http://aws.amazon.com/code/Amazon-SES/8945574369528337
PR: ports/163201
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 8 weeks)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-SES/Makefile | 20 | ||||
-rw-r--r-- | mail/p5-SES/distinfo | 4 |
2 files changed, 13 insertions, 11 deletions
diff --git a/mail/p5-SES/Makefile b/mail/p5-SES/Makefile index 345446dec4c5..efbfc12eb505 100644 --- a/mail/p5-SES/Makefile +++ b/mail/p5-SES/Makefile @@ -9,10 +9,9 @@ PORTNAME= SES PORTVERSION= 1.01 PORTREVISION= 1 CATEGORIES= mail perl5 -MASTER_SITES= http://d36cz9buwru1tt.cloudfront.net/catalog/attachments/ \ - http://files.gslin.org/Software/ +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 @@ -20,12 +19,10 @@ COMMENT= Perl module of Amazon Simple Email Services LICENSE= AL2 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 \ - p5-Switch>=0:${PORTSDIR}/lang/p5-Switch \ +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 @@ -44,7 +41,12 @@ post-extract: do-install: cd ${WRKSRC} && ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/bin/ - ${MKDIR} ${PREFIX}/${SITE_PERL_REL}/ ${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> diff --git a/mail/p5-SES/distinfo b/mail/p5-SES/distinfo index 264985b0e95a..f954d24a2777 100644 --- a/mail/p5-SES/distinfo +++ b/mail/p5-SES/distinfo @@ -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 |