diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/qmail-spamcontrol/Makefile | 37 | ||||
-rw-r--r-- | mail/qmail-spamcontrol/pkg-descr | 6 |
4 files changed, 1 insertions, 44 deletions
@@ -8115,3 +8115,4 @@ sysutils/rubygem-ohai17|sysutils/rubygem-ohai|2023-12-01|Remove obsoleted port. net-im/scudcloud||2023-12-01|Has expired: Project was abandoned in 2018 java/wildfly24||2023-12-02|Has expired: End of life upstream devel/fnccheck||2023-12-02|Has expired: BROKEN for more than an year and last upstream release was in 2012 +mail/qmail-spamcontrol||2023-12-02|Has expired: BROKEN for more than 4+ years diff --git a/mail/Makefile b/mail/Makefile index 1d79b8e3b0d8..c557233e31d8 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -546,7 +546,6 @@ SUBDIR += qmail-qfilter SUBDIR += qmail-rblchk SUBDIR += qmail-remove - SUBDIR += qmail-spamcontrol SUBDIR += qmail-tls SUBDIR += qmailadmin SUBDIR += qmailanalog diff --git a/mail/qmail-spamcontrol/Makefile b/mail/qmail-spamcontrol/Makefile deleted file mode 100644 index cdcc7e805544..000000000000 --- a/mail/qmail-spamcontrol/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -PORTNAME= qmail -PORTVERSION= ${QMAIL_VERSION}.${SPAMCONTROL_VERSION} -PORTREVISION= 3 -CATEGORIES= mail -MASTER_SITES+= http://www.fehcom.de/qmail/spamcontrol/:spamcontrol \ - LOCAL/bdrewery/qmail/:spamcontrol -PKGNAMESUFFIX= -spamcontrol -DISTFILES= ${QMAIL_DIST} ${SPAMCONTROL_DIST}:spamcontrol -EXTRACT_ONLY= ${QMAIL_DIST} - -COMMENT= Qmail MTA with SpamControl patches -WWW= http://www.fehcom.de/qmail/spamcontrol.html - -DEPRECATED= BROKEN for more than 4+ years -EXPIRATION_DATE= 2023-11-30 -BROKEN_FreeBSD_12= incomplete definition of type 'struct X509_name_st' -BROKEN_FreeBSD_13= incomplete definition of type 'struct X509_name_st' -BROKEN_FreeBSD_14= incomplete definition of type 'struct X509_name_st' -CONFLICTS= *qmail qmail-ldap *qmail-mysql *qmail-tls - -EXTRA_PATCHES+= ${MASTERDIR}/files/patch-install.c \ - ${MASTERDIR}/files/patch-Makefile \ - ${MASTERDIR}/files/patch-auto_uids-c-dist - -# Distfiles -QMAIL_DIST= ${PORTNAME}-${QMAIL_VERSION}${EXTRACT_SUFX} -SPAMCONTROL_DIST= spamcontrol-${SPAMCONTROL_VERSION}.tgz -SPAMCONTROL_VERSION= 2731 - -SLAVE_SPAMCONTROL= yes - -# Local overrides -MASTERDIR= ${.CURDIR}/../qmail -PATCHDIR= ${.CURDIR}/files -DESCR= ${.CURDIR}/pkg-descr - -.include "${MASTERDIR}/Makefile" diff --git a/mail/qmail-spamcontrol/pkg-descr b/mail/qmail-spamcontrol/pkg-descr deleted file mode 100644 index bf415c42daf1..000000000000 --- a/mail/qmail-spamcontrol/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -SpamControl is a collection of patches for qmail developed and maintained -by Erwin Hoffmann (feh@fehcom.de). - -Some SpamControl features: smtp-auth (plain, login and cram-md5), -requirement of brackets on addresses, qmail-queue, bigtodo, moreipme, -recipients, STARTTLS... |