diff options
author | garga <garga@FreeBSD.org> | 2007-02-01 01:09:02 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-02-01 01:09:02 +0800 |
commit | 888e2ab6b11e31b6f66815a9074c5415f4cca157 (patch) | |
tree | 20b88058be6e341089c5fe41eb48face846c2c5a /mail/qmail-spamcontrol | |
parent | 5cc415cad0d9c94b7ca68589845627aaf0444c6e (diff) | |
download | freebsd-ports-gnome-888e2ab6b11e31b6f66815a9074c5415f4cca157.tar.gz freebsd-ports-gnome-888e2ab6b11e31b6f66815a9074c5415f4cca157.tar.zst freebsd-ports-gnome-888e2ab6b11e31b6f66815a9074c5415f4cca157.zip |
- RBL2SMTPD patch was not logging URL reference
Reported by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
Diffstat (limited to 'mail/qmail-spamcontrol')
-rw-r--r-- | mail/qmail-spamcontrol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail-spamcontrol/Makefile b/mail/qmail-spamcontrol/Makefile index 7ec05df3ac43..f83a75250916 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= 2 CATEGORIES= mail MASTER_SITES+= http://www.fehcom.de/qmail/spamcontrol/:spamcontrol \ ${MASTER_SITE_LOCAL:S/$/:spamcontrol/} |