diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-11-14 17:06:56 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-11-14 17:06:56 +0000 |
commit | 3e9aff13c990723f81e984afe314f55e7efec4c4 (patch) | |
tree | 9e92bca88f3486b8f107e954c72f28dbe61162d3 /mail | |
parent | fd9f8a49e2ff70b06f5963ec73267ef4c5419e8f (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-MIME-Lite/Makefile | 8 | ||||
-rw-r--r-- | mail/p5-MIME-Lite/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/p5-MIME-Lite/Makefile b/mail/p5-MIME-Lite/Makefile index c13bfbefa88c..c6fc662f6aed 100644 --- a/mail/p5-MIME-Lite/Makefile +++ b/mail/p5-MIME-Lite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= MIME-Lite -PORTVERSION= 3.02.1 +PORTVERSION= 3.02.2 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +15,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9]+)$/\1/} MAINTAINER= ports@FreeBSD.org COMMENT= A simple interface for creating (not parsing!) MIME messages -RUN_DEPENDS= p5-Mail-Tools>=1.62:${PORTSDIR}/mail/p5-Mail-Tools \ +RUN_DEPENDS= p5-Email-Date-Format>=1.000:${PORTSDIR}/mail/p5-Email-Date-Format \ p5-MIME-Types>=1.13:${PORTSDIR}/mail/p5-MIME-Types \ - p5-Email-Date-Format>=1:${PORTSDIR}/mail/p5-Email-Date-Format + p5-Mail-Tools>=1.62:${PORTSDIR}/mail/p5-Mail-Tools BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= YES @@ -26,7 +26,7 @@ MAN3= MIME::Lite.3 MIME::changes.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 +.if ${PERL_LEVEL} < 500703 RUN_DEPENDS+= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 .endif diff --git a/mail/p5-MIME-Lite/distinfo b/mail/p5-MIME-Lite/distinfo index 91dc4c8189be..89aeaf3f5fcc 100644 --- a/mail/p5-MIME-Lite/distinfo +++ b/mail/p5-MIME-Lite/distinfo @@ -1,3 +1,3 @@ -MD5 (MIME-Lite-3.021.tar.gz) = 7b3f4b9b3f8a0023dbc62859ef9a775f -SHA256 (MIME-Lite-3.021.tar.gz) = 5d6dcc387a28d5533c481827704b9e33dd187840dc2a0f19c2fc4dba2ab51d50 -SIZE (MIME-Lite-3.021.tar.gz) = 62656 +MD5 (MIME-Lite-3.022.tar.gz) = dc35bca71b739b57110a5770231ac4fe +SHA256 (MIME-Lite-3.022.tar.gz) = d64e728a76ff6fabed14d7ace8a7b567d2a4224e27572df017a2425e7c565cee +SIZE (MIME-Lite-3.022.tar.gz) = 63202 |