diff options
author | mbr <mbr@FreeBSD.org> | 2004-09-03 06:33:01 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2004-09-03 06:33:01 +0800 |
commit | 7f83d5e7e33971ca8e5176f4bed8faddfd8c1ad6 (patch) | |
tree | 725a13c54b88c8c12ad79e90b5a1cc7d7a7110c2 | |
parent | 95bd04a06a6be97daa17b15992c6cc718a1cfca9 (diff) | |
download | freebsd-ports-gnome-7f83d5e7e33971ca8e5176f4bed8faddfd8c1ad6.tar.gz freebsd-ports-gnome-7f83d5e7e33971ca8e5176f4bed8faddfd8c1ad6.tar.zst freebsd-ports-gnome-7f83d5e7e33971ca8e5176f4bed8faddfd8c1ad6.zip |
Bump port revision and port epoch since the port distfile itself
has not changed. All comitted patches have been accepted by the
current MIME-Tools maintainer and will be part of the next release.
Readd p5-MIME-Base64 as default dependency and add new needed
p5-Convert-BinHex (we support now BinHex decoding).
-rw-r--r-- | mail/p5-MIME-Tools/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/mail/p5-MIME-Tools/Makefile b/mail/p5-MIME-Tools/Makefile index d3c119910417..dc70ca2c1e7a 100644 --- a/mail/p5-MIME-Tools/Makefile +++ b/mail/p5-MIME-Tools/Makefile @@ -7,8 +7,8 @@ PORTNAME= p5-MIME-Tools PORTVERSION= 5.411a -PORTREVISION= 3 -PORTEPOCH= 1 +PORTREVISION= 4 +PORTEPOCH= 2 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= MIME @@ -18,7 +18,9 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= A set of perl5 modules for MIME BUILD_DEPENDS= ${SITE_PERL}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy + ${SITE_PERL}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy \ + ${SITE_PERL}/Convert/BinHex.pm:${PORTSDIR}/converters/p5-Convert-BinHex \ + ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES @@ -48,9 +50,6 @@ MAN3= MIME::Body.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 -.endif post-patch: @${RM} -f ${WRKSRC}/lib/MIME/Field/ParamVal.pm.orig \ |