diff options
author | garga <garga@FreeBSD.org> | 2006-07-01 03:13:21 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-07-01 03:13:21 +0800 |
commit | 814872b5f87772aeb78c0c1748caeae473579d5d (patch) | |
tree | 336c7d98370d8c86e4938962e7a9e0a68de5eb9e /mail/qmail-spamcontrol | |
parent | 3bb99c44db6a8c6643aebd3767e7035551808955 (diff) | |
download | freebsd-ports-gnome-814872b5f87772aeb78c0c1748caeae473579d5d.tar.gz freebsd-ports-gnome-814872b5f87772aeb78c0c1748caeae473579d5d.tar.zst freebsd-ports-gnome-814872b5f87772aeb78c0c1748caeae473579d5d.zip |
- Update to spamcontrol 2.4.15:
2.4.15 FIXED missing IP information in Received header.
ADDED ucspi-ssl-0.70_ucspitls-0.4.patch_.
CHNGD order of qmail-smtpd reject conditions.
Diffstat (limited to 'mail/qmail-spamcontrol')
-rw-r--r-- | mail/qmail-spamcontrol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail-spamcontrol/Makefile b/mail/qmail-spamcontrol/Makefile index f94ca9daf0f1..7021ce8dc5d9 100644 --- a/mail/qmail-spamcontrol/Makefile +++ b/mail/qmail-spamcontrol/Makefile @@ -7,7 +7,7 @@ PORTNAME= qmail PORTVERSION= ${QMAIL_VERSION}.${SPAMCONTROL_VERSION} -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= mail MASTER_SITES+= http://www.fehcom.de/qmail/spamcontrol/:spamcontrol PKGNAMESUFFIX= -spamcontrol @@ -21,7 +21,7 @@ EXTRA_PATCHES+= ${MASTERDIR}/files/patch-install.c # Distfiles QMAIL_DIST= ${PORTNAME}-${QMAIL_VERSION}${EXTRACT_SUFX} SPAMCONTROL_DIST= spamcontrol-${SPAMCONTROL_VERSION}_tgz.bin -SPAMCONTROL_VERSION= 2414 +SPAMCONTROL_VERSION= 2415 LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} SLAVE_SPAMCONTROL= yes |