diff options
author | rene <rene@FreeBSD.org> | 2015-03-01 08:30:58 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-03-01 08:30:58 +0800 |
commit | b002a5a91ead0f0a405bd6460028fc328da2b3c9 (patch) | |
tree | d13f8a42e4c389b966a86ee583a020f567b1fb4d /mail | |
parent | 63cf540fd038f3552a36d1906fbfa99a8644fcb3 (diff) | |
download | freebsd-ports-gnome-b002a5a91ead0f0a405bd6460028fc328da2b3c9.tar.gz freebsd-ports-gnome-b002a5a91ead0f0a405bd6460028fc328da2b3c9.tar.zst freebsd-ports-gnome-b002a5a91ead0f0a405bd6460028fc328da2b3c9.zip |
Remove expired ports:
2015-02-28 finance/openerp-server: Broken for more than 6 months
2015-02-28 graphics/p5-Geo-KML
2015-02-28 mail/postfix-tls: TLS is now a default for postfix / postfix-current
2015-02-28 net/spserver: Broken for more than 6 months
2015-02-28 net/xrdesktop: Unmaintained upstream - please use net/xrdesktop2 instead
2015-02-28 www/mediawiki122: Deprecated by upstream, use www/mediawiki12{3,4} instead
2015-02-28 www/mod_cplusplus: written for apache 2.0, no longer maintained upstream
2015-02-28 www/py-django15: not supported by upstream
math/isabelle and ports-mgmt/porteasy have pending updates, so preserve them.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/postfix-tls/Makefile | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/mail/Makefile b/mail/Makefile index 6f93757d9bee..6c70dedbdc19 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -486,7 +486,6 @@ SUBDIR += postfix-policyd-spf-python SUBDIR += postfix-policyd-weight SUBDIR += postfix-postfwd - SUBDIR += postfix-tls SUBDIR += postfixadmin SUBDIR += postgrey SUBDIR += postsrsd diff --git a/mail/postfix-tls/Makefile b/mail/postfix-tls/Makefile deleted file mode 100644 index 84d1a54c3e7b..000000000000 --- a/mail/postfix-tls/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Bjoern A. Zeeb <bz@FreeBSD.org> -# $FreeBSD$ - -PKGNAMESUFFIX= -tls - -DEPRECATED= TLS is now a default for postfix / postfix-current -EXPIRATION_DATE= 2015-02-28 - -CONFLICTS_INSTALL= courier-0.* postfix2?-* postfix21?-* postfix-2.* \ - postfix-current-[23].* postfix-current-base-[23].* \ - sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.* \ - opensmtpd-[0-9]* - -OPTIONS_SLAVE= TLS - -MASTERDIR= ${.CURDIR}/../postfix -LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} - -.include "${MASTERDIR}/Makefile" |