diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-02-04 10:47:26 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-02-04 10:47:26 +0800 |
commit | 1ecbebfa86a0f43fe607fcbe926345736f925905 (patch) | |
tree | e6cb7f1d50093b7ac62582614a74900cdfe26e97 | |
parent | 0c1e7875695341bf28dca731a639a849d3a592eb (diff) | |
download | freebsd-ports-gnome-1ecbebfa86a0f43fe607fcbe926345736f925905.tar.gz freebsd-ports-gnome-1ecbebfa86a0f43fe607fcbe926345736f925905.tar.zst freebsd-ports-gnome-1ecbebfa86a0f43fe607fcbe926345736f925905.zip |
- Submitter is now maintainer
- Fix fetch
PR: ports/143357
Submitted by: Glen Barber <glen.j.barber@gmail.com> (maintainer)
-rw-r--r-- | mail/demime/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/demime/Makefile b/mail/demime/Makefile index 5f5568afdebf..b4354bfb6acf 100644 --- a/mail/demime/Makefile +++ b/mail/demime/Makefile @@ -9,11 +9,10 @@ PORTNAME= demime PORTVERSION= 1.1d PORTREVISION= 1 CATEGORIES= mail textproc -MASTER_SITES= http://majordomo.squawk.com/njs/demime/:demime \ - http://scifi.squawk.com/:junkmail -DISTFILES= ${PORTNAME}.${PORTVERSION}:demime demime_junkmail.cf:junkmail +MASTER_SITES= http://freebsd.dev-urandom.com/distfiles/demime/ +DISTFILES= ${PORTNAME}.${PORTVERSION} demime_junkmail.cf -MAINTAINER= ports@FreeBSD.org +MAINTAINER= glen.j.barber@gmail.com COMMENT= A tool to scrub mime from mailing lists RUN_DEPENDS= ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww \ |