diff options
author | garga <garga@FreeBSD.org> | 2008-03-31 09:07:19 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2008-03-31 09:07:19 +0800 |
commit | b5a837ec0e09baf75ac41838d6435979004fd123 (patch) | |
tree | 9716d6b60838bd0619cf0cdc74a9154a1d0e59a3 /mail/qmail-spamcontrol | |
parent | 5bf1a4c6241b641cd48a4e0b54acc16fa4a3afbf (diff) | |
download | freebsd-ports-gnome-b5a837ec0e09baf75ac41838d6435979004fd123.tar.gz freebsd-ports-gnome-b5a837ec0e09baf75ac41838d6435979004fd123.tar.zst freebsd-ports-gnome-b5a837ec0e09baf75ac41838d6435979004fd123.zip |
- Fix pkg-install to create initial aliases correctly, broken when was rewritten
from csh to sh
- Bump PORTREVISION from all slave ports
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 23dfa06a5c64..144415b2449d 100644 --- a/mail/qmail-spamcontrol/Makefile +++ b/mail/qmail-spamcontrol/Makefile @@ -7,7 +7,7 @@ PORTNAME= qmail PORTVERSION= ${QMAIL_VERSION}.${SPAMCONTROL_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES+= http://www.fehcom.de/qmail/spamcontrol/:spamcontrol \ ${MASTER_SITE_LOCAL:S/$/:spamcontrol/} |