From 002c56acfb2f2294e401823594a07ec895a6e5b4 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Wed, 9 Nov 2011 11:26:44 +0000 Subject: - Update to 3.028 - Remove the old patch introduced in r1.15 - Cosmetic change Changes: http://search.cpan.org/dist/MIME-Lite/changes.pod --- mail/p5-MIME-Lite/Makefile | 15 ++++++--------- mail/p5-MIME-Lite/distinfo | 4 ++-- 2 files changed, 8 insertions(+), 11 deletions(-) (limited to 'mail') 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 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 -- cgit