diff options
author | gjb <gjb@FreeBSD.org> | 2011-10-31 06:04:08 +0800 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2011-10-31 06:04:08 +0800 |
commit | 7c7333f839bb2ba89707aa0e8903e6698b7cf0b1 (patch) | |
tree | 15fc71cfb20b9d9a0237ca355edf02450d27296a /mail | |
parent | 08a3d507bd9283ae4c6e0879c69584ca1e35c0d4 (diff) | |
download | freebsd-ports-gnome-7c7333f839bb2ba89707aa0e8903e6698b7cf0b1.tar.gz freebsd-ports-gnome-7c7333f839bb2ba89707aa0e8903e6698b7cf0b1.tar.zst freebsd-ports-gnome-7c7333f839bb2ba89707aa0e8903e6698b7cf0b1.zip |
- Deprecate mail/demime - no upstream since 2007
- Set expiration to 2011-12-01
- Reset maintainer
Approved by: crees
Discussed on: -ports@
Diffstat (limited to 'mail')
-rw-r--r-- | mail/demime/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/demime/Makefile b/mail/demime/Makefile index 4031eafc8e79..30040fdc1946 100644 --- a/mail/demime/Makefile +++ b/mail/demime/Makefile @@ -12,7 +12,7 @@ CATEGORIES= mail textproc MASTER_SITES= http://www.glenbarber.us/ports/mail/${PORTNAME}/ DISTFILES= ${PORTNAME}.${PORTVERSION} ${PORTNAME}_junkmail.cf -MAINTAINER= gjb@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A tool to scrub mime from mailing lists RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ @@ -20,6 +20,9 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \ ${SITE_PERL}/HTML/Tagset.pm:${PORTSDIR}/www/p5-HTML-Tagset +DEPRECATED= No upstream development since 2007 +EXPIRATION_DATE= 2011-12-01 + NO_BUILD= yes USE_PERL5= yes |