diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-04-25 06:48:55 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-04-25 06:48:55 +0000 |
commit | f6c3054164d1b7d59f70b7a7128a7a9b5af7ead7 (patch) | |
tree | 39880ab903a78acf996481fda6e42a57e52f9682 /mail/demime | |
parent | 50df4db1ba41c625e2db4fd52d42ead6667e9467 (diff) | |
download | ports-f6c3054164d1b7d59f70b7a7128a7a9b5af7ead7.tar.gz ports-f6c3054164d1b7d59f70b7a7128a7a9b5af7ead7.zip |
Notes
Diffstat (limited to 'mail/demime')
-rw-r--r-- | mail/demime/Makefile | 5 | ||||
-rw-r--r-- | mail/demime/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/demime/Makefile b/mail/demime/Makefile index 5cc1b192dc36..806694cd88d1 100644 --- a/mail/demime/Makefile +++ b/mail/demime/Makefile @@ -6,7 +6,7 @@ # PORTNAME= demime -PORTVERSION= 0.99c.6 +PORTVERSION= 0.99c.8 CATEGORIES= mail textproc MASTER_SITES= http://scifi.squawk.com/ DISTFILES= ${PORTNAME}.stable demime_junkmail.cf @@ -16,7 +16,8 @@ MAINTAINER= petef@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/FormatText.pm:${PORTSDIR}/textproc/p5-HTML-Format \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset NO_BUILD= yes diff --git a/mail/demime/distinfo b/mail/demime/distinfo index c1a0648776a6..2db405f056a3 100644 --- a/mail/demime/distinfo +++ b/mail/demime/distinfo @@ -1,2 +1,2 @@ -MD5 (demime.stable) = 2caf52547e5b720dd20d1837916fb04e +MD5 (demime.stable) = e5026f7c4a3959ddd0a15d44c117eaa2 MD5 (demime_junkmail.cf) = 1e0a379cbd5d9b11ec21b6d804cdef02 |