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 | |
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')
-rw-r--r-- | mail/spamassassin-dqs/Makefile | 2 | ||||
-rw-r--r-- | mail/spamassassin-dqs/distinfo | 6 | ||||
-rw-r--r-- | mail/spamassassin-dqs/files/pkg-message.in | 12 |
3 files changed, 16 insertions, 4 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 diff --git a/mail/spamassassin-dqs/distinfo b/mail/spamassassin-dqs/distinfo index 3a2461124633..33a1b7cdceaa 100644 --- a/mail/spamassassin-dqs/distinfo +++ b/mail/spamassassin-dqs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562256350 -SHA256 (spamhaus-spamassassin-dqs-v1.0.1_GH0.tar.gz) = f1b1ffc3306aa18d02da0cc4baeedce645a5165e7893f08cdce28cfa1cf46b6d -SIZE (spamhaus-spamassassin-dqs-v1.0.1_GH0.tar.gz) = 12545 +TIMESTAMP = 1562490275 +SHA256 (spamhaus-spamassassin-dqs-v1.0.2_GH0.tar.gz) = a0721afd6e2d35532fd666c34f8a1b5f9455f7d7e5e103f17d22bf4ea6d676b1 +SIZE (spamhaus-spamassassin-dqs-v1.0.2_GH0.tar.gz) = 13281 diff --git a/mail/spamassassin-dqs/files/pkg-message.in b/mail/spamassassin-dqs/files/pkg-message.in index 96c9f820b310..0184eac1f447 100644 --- a/mail/spamassassin-dqs/files/pkg-message.in +++ b/mail/spamassassin-dqs/files/pkg-message.in @@ -19,5 +19,17 @@ then restart spamassassin. EOM type: install } +{ + message: <<EOM +You will need to re-run this as root: + +cd %%PREFIX%%/etc/mail/spamassassin +sed -e 's/your_DQS_key/<your key from above>/g' sh.cf.sample >sh.cf + +and restart spamassassin +EOM + type: upgrade + maximum_version: "1.0.1" +} ] |