diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2019-07-07 09:15:12 +0000 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2019-07-07 09:15:12 +0000 |
commit | e16a09c6b0a26c20f95adece13e2ed8a653a5e54 (patch) | |
tree | 5a1f2fa790e7236a1d7193e1a169bf4f5637d7f1 /mail/spamassassin-dqs/Makefile | |
parent | b726fe6f4ef8728e7f733a7676324e7175b338e3 (diff) | |
download | freebsd-ports-e16a09c6b0a26c20f95adece13e2ed8a653a5e54.zip |
mail/spamassassin-dqs: upgrade to 1.0.2.
- remove useless rules (forces a re-configure of the sh.cf file)
- fixed a bug where sometimes trailing dots in fqdn are there breaking
the query construction
Diffstat (limited to 'mail/spamassassin-dqs/Makefile')
-rw-r--r-- | mail/spamassassin-dqs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/spamassassin-dqs/Makefile b/mail/spamassassin-dqs/Makefile index ee127a9d4018..7a17f945ec9d 100644 --- a/mail/spamassassin-dqs/Makefile +++ b/mail/spamassassin-dqs/Makefile @@ -3,7 +3,7 @@ PORTNAME= spamassassin-dqs DISTVERSIONPREFIX= v -DISTVERSION= 1.0.1 +DISTVERSION= 1.0.2 CATEGORIES= mail MAINTAINER= ler@FreeBSD.org |