diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-28 21:07:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-28 21:07:30 +0800 |
commit | 4e8543789299770c95d3e716cfdd983dc7a52fcf (patch) | |
tree | 9b8daedd5f4bb659c7dcfe8176a4734ac975b738 /mail | |
parent | 4b447ef9ca76fd5b29d0b86b2a75669df9abb519 (diff) | |
download | freebsd-ports-gnome-4e8543789299770c95d3e716cfdd983dc7a52fcf.tar.gz freebsd-ports-gnome-4e8543789299770c95d3e716cfdd983dc7a52fcf.tar.zst freebsd-ports-gnome-4e8543789299770c95d3e716cfdd983dc7a52fcf.zip |
Update to 1.020
Changes: http://search.cpan.org/dist/Email-MIME-ContentType/Changes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Email-MIME-ContentType/Makefile | 11 | ||||
-rw-r--r-- | mail/p5-Email-MIME-ContentType/distinfo | 6 |
2 files changed, 12 insertions, 5 deletions
diff --git a/mail/p5-Email-MIME-ContentType/Makefile b/mail/p5-Email-MIME-ContentType/Makefile index 104f9d1d1790..ecda8c1f7a9b 100644 --- a/mail/p5-Email-MIME-ContentType/Makefile +++ b/mail/p5-Email-MIME-ContentType/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Email-MIME-ContentType -PORTVERSION= 1.018 +PORTVERSION= 1.020 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,4 +17,11 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 502508 +BUILD_DEPENDS+= p5-Encode>=2.87:converters/p5-Encode +RUN_DEPENDS+= p5-Encode>=2.87:converters/p5-Encode +.endif + +.include <bsd.port.post.mk> diff --git a/mail/p5-Email-MIME-ContentType/distinfo b/mail/p5-Email-MIME-ContentType/distinfo index d844709420e3..05539701b01d 100644 --- a/mail/p5-Email-MIME-ContentType/distinfo +++ b/mail/p5-Email-MIME-ContentType/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1492963717 -SHA256 (Email-MIME-ContentType-1.018.tar.gz) = 7508cd1227b8f150a403ca49658cb4a0892836dd8f01ff95f049957b2abf10f9 -SIZE (Email-MIME-ContentType-1.018.tar.gz) = 17195 +TIMESTAMP = 1501226079 +SHA256 (Email-MIME-ContentType-1.020.tar.gz) = 0a0e725ffe4e183ae626bb6d2ef2efbba1d0700e749b2c3b31f964f3dccc5da9 +SIZE (Email-MIME-ContentType-1.020.tar.gz) = 19211 |