diff options
author | bapt <bapt@FreeBSD.org> | 2012-09-21 18:07:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-09-21 18:07:33 +0800 |
commit | 6a42c7a635955b22f22d087b2f2dd0eaba4c1e72 (patch) | |
tree | 017f7e23412634a43da6ae1778ea55bf0d9b5278 /mail | |
parent | 804103142831b1b59118b5feab3518cac3d3181c (diff) | |
download | freebsd-ports-gnome-6a42c7a635955b22f22d087b2f2dd0eaba4c1e72.tar.gz freebsd-ports-gnome-6a42c7a635955b22f22d087b2f2dd0eaba4c1e72.tar.zst freebsd-ports-gnome-6a42c7a635955b22f22d087b2f2dd0eaba4c1e72.zip |
Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's distilator)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bulk_mailer/Makefile | 3 | ||||
-rw-r--r-- | mail/cucipop/Makefile | 3 | ||||
-rw-r--r-- | mail/emh/Makefile | 3 | ||||
-rw-r--r-- | mail/smtpd/Makefile | 3 | ||||
-rw-r--r-- | mail/wbl/Makefile | 3 | ||||
-rw-r--r-- | mail/zabit/Makefile | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/mail/bulk_mailer/Makefile b/mail/bulk_mailer/Makefile index 4b84736fb685..995efeac2957 100644 --- a/mail/bulk_mailer/Makefile +++ b/mail/bulk_mailer/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= ftp://cs.utk.edu/pub/moore/bulk_mailer/ MAINTAINER= ports@FreeBSD.org COMMENT= Speeds delivery to mailing lists by sorting & batching addresses +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + GNU_CONFIGURE= YES CONFIGURE_ARGS= --cache-file=/dev/null diff --git a/mail/cucipop/Makefile b/mail/cucipop/Makefile index 47b77cb11500..fa6dfc65916d 100644 --- a/mail/cucipop/Makefile +++ b/mail/cucipop/Makefile @@ -14,6 +14,9 @@ PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/cucipop/ +DEPRECATED= Patches no more availables +EXPIRATION_DATE= 2012-10-20 + PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/ PATCHFILES= cucipop-1.31-v6-20010223.diff.gz diff --git a/mail/emh/Makefile b/mail/emh/Makefile index c6bbd0a6b9f1..5ee281289042 100644 --- a/mail/emh/Makefile +++ b/mail/emh/Makefile @@ -16,6 +16,9 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= ports@FreeBSD.org COMMENT= MIME extension of mh-e.el +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + BUILD_DEPENDS+= ${LOCALBASE}/share/semi/${SEMI_COOKIE}:${PORTSDIR}/editors/semi${DEPPORT_SUFFIX} RUN_DEPENDS+= ${LOCALBASE}/share/semi/${SEMI_COOKIE}:${PORTSDIR}/editors/semi${DEPPORT_SUFFIX} diff --git a/mail/smtpd/Makefile b/mail/smtpd/Makefile index 7769e4776ba2..70934f5a6ea7 100644 --- a/mail/smtpd/Makefile +++ b/mail/smtpd/Makefile @@ -18,6 +18,9 @@ PATCHFILES= patch-smtpd-2.0-RBL.gz MAINTAINER= ports@FreeBSD.org COMMENT= Obtuse smtpd/smtpfwdd, part of the Juniper firewall toolkit +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_RC_SUBR= smtpd SUB_FILES= pkg-message SPOOLBASE?= /var/smtpd diff --git a/mail/wbl/Makefile b/mail/wbl/Makefile index 2f3c784de62a..fb40eee029f9 100644 --- a/mail/wbl/Makefile +++ b/mail/wbl/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://www.technocage.com/~caskey/wbl/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple tool to manage white/black list on qmail +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_BZIP2= yes USE_PERL5_RUN= yes USE_QMAIL_RUN= yes diff --git a/mail/zabit/Makefile b/mail/zabit/Makefile index a4139e01cd1b..014ec7661a9f 100644 --- a/mail/zabit/Makefile +++ b/mail/zabit/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://www.enderunix.org/zabit/ MAINTAINER= ports@FreeBSD.org COMMENT= Zabit is a content/attachment filter for qmail +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-10-20 + USE_QMAIL_RUN= yes HAS_CONFIGURE= yes |