diff options
author | garga <garga@FreeBSD.org> | 2006-03-19 02:07:17 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-03-19 02:07:17 +0800 |
commit | f01d48baa7a4db903bc9dc02c537e10b5a4e62e6 (patch) | |
tree | ec4b0344324ad0a3f09ee15e4887962deb9e8b53 /mail | |
parent | d0d5663e75d8cb7eb4b122b5cbfc6e80d36ec2aa (diff) | |
download | freebsd-ports-gnome-f01d48baa7a4db903bc9dc02c537e10b5a4e62e6.tar.gz freebsd-ports-gnome-f01d48baa7a4db903bc9dc02c537e10b5a4e62e6.tar.zst freebsd-ports-gnome-f01d48baa7a4db903bc9dc02c537e10b5a4e62e6.zip |
- Mark it as DEPRECATED - mastersite is gone since 2004.
- Set an EXPIRATION_DATE
PR: ports/92984
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: maintainer timeout (39 days)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rmoldmail/Makefile | 5 | ||||
-rw-r--r-- | mail/rmoldmail/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/rmoldmail/Makefile b/mail/rmoldmail/Makefile index e1f57b2077e4..7286dc7a2b03 100644 --- a/mail/rmoldmail/Makefile +++ b/mail/rmoldmail/Makefile @@ -8,13 +8,16 @@ PORTNAME= rmoldmail PORTVERSION= 0.1.0 CATEGORIES= mail -MASTER_SITES= http://probiers.net/projects/rmoldmail/ +MASTER_SITES= # MAINTAINER= petef@FreeBSD.org COMMENT= Prune a mailbox of messages older than a set number of days RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc +DEPRECATED= mastersite disappeared, no longer maintained by author +EXPIRATION_DATE= 2006-04-07 + NO_BUILD= yes USE_PERL5= yes diff --git a/mail/rmoldmail/pkg-descr b/mail/rmoldmail/pkg-descr index 388e5574ccb3..f6e4c6bf2f0f 100644 --- a/mail/rmoldmail/pkg-descr +++ b/mail/rmoldmail/pkg-descr @@ -3,7 +3,5 @@ than a configurable number of months from a mailbox file. It is possible to use rmoldmail on a running mailserver; it shouldn't confuse your MTA or IMAP- or POP3-server. -WWW: http://probiers.net/projects/rmoldmail/ - - Pete petef@databits.net |