diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-01-31 17:09:02 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-01-31 17:09:02 +0000 |
commit | 8136c101cec1d6de5231c4501475a1661e7e9c7e (patch) | |
tree | 408d3845ed56679da353f3f28f96a8963d5104e6 /mail/qmail-spamcontrol | |
parent | db81dbdb4502fcb4d40cbfd3a7e2472a38fdf706 (diff) |
- RBL2SMTPD patch was not logging URL reference
Reported by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
Notes
Notes:
svn path=/head/; revision=183792
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/} |