diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-09 19:26:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-09 19:26:44 +0800 |
commit | 002c56acfb2f2294e401823594a07ec895a6e5b4 (patch) | |
tree | ce601fec904c7db358cdfd8eba00cdab49eaf274 /mail | |
parent | 1b2e5c73b8877122591e5cc3cfe5fd301421db43 (diff) | |
download | freebsd-ports-gnome-002c56acfb2f2294e401823594a07ec895a6e5b4.tar.gz freebsd-ports-gnome-002c56acfb2f2294e401823594a07ec895a6e5b4.tar.zst freebsd-ports-gnome-002c56acfb2f2294e401823594a07ec895a6e5b4.zip |
- Update to 3.028
- Remove the old patch introduced in r1.15
- Cosmetic change
Changes: http://search.cpan.org/dist/MIME-Lite/changes.pod
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-MIME-Lite/Makefile | 15 | ||||
-rw-r--r-- | mail/p5-MIME-Lite/distinfo | 4 |
2 files changed, 8 insertions, 11 deletions
diff --git a/mail/p5-MIME-Lite/Makefile b/mail/p5-MIME-Lite/Makefile index 1196e592eb20..e8a88658d00f 100644 --- a/mail/p5-MIME-Lite/Makefile +++ b/mail/p5-MIME-Lite/Makefile @@ -6,25 +6,22 @@ # PORTNAME= MIME-Lite -PORTVERSION= 3.02.7 +PORTVERSION= 3.02.8 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9]+)$/\1/} +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= A simple interface for creating (not parsing!) MIME messages -RUN_DEPENDS= p5-Email-Date-Format>=1.000:${PORTSDIR}/mail/p5-Email-Date-Format \ - p5-MIME-Types>=1.13:${PORTSDIR}/mail/p5-MIME-Types \ +BUILD_DEPENDS= p5-Email-Date-Format>=1.000:${PORTSDIR}/mail/p5-Email-Date-Format \ + p5-MIME-Types>=1.28:${PORTSDIR}/mail/p5-MIME-Types \ p5-Mail-Tools>=1.62:${PORTSDIR}/mail/p5-Mail-Tools -BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= YES +PERL_CONFIGURE= yes MAN3= MIME::Lite.3 MIME::changes.3 -post-extract: - @${PERL} -i -ne 'print unless m,^#-, .. m,;$$, or m,^if, .. m,^},' ${WRKSRC}/Makefile.PL - .include <bsd.port.mk> diff --git a/mail/p5-MIME-Lite/distinfo b/mail/p5-MIME-Lite/distinfo index ec5158aad291..fd3aec105ded 100644 --- a/mail/p5-MIME-Lite/distinfo +++ b/mail/p5-MIME-Lite/distinfo @@ -1,2 +1,2 @@ -SHA256 (MIME-Lite-3.027.tar.gz) = 3a1445b3782e17f0188cca3167b0a6d63fcb94666605f31635c62541d5367a8b -SIZE (MIME-Lite-3.027.tar.gz) = 63549 +SHA256 (MIME-Lite-3.028.tar.gz) = bb873b414ea46feb8aabba264e7421b0e6f4cfd2630cab49472ba6ced91c0fa9 +SIZE (MIME-Lite-3.028.tar.gz) = 64437 |