mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
mail/spamassassin-dqs: fix upgrade logic in pkg-message-in.
- fix maximum_version in pkg-message.in - expand the DQS acronym in pkg-descr - bump PORTREVISION as it changes the package.
This commit is contained in:
parent
a2f283671f
commit
d65a07013b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506126
@ -2,6 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= spamassassin-dqs
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.0.2
|
||||
CATEGORIES= mail
|
||||
|
@ -29,7 +29,7 @@ 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"
|
||||
maximum_version: "1.0.2"
|
||||
}
|
||||
]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
This port allows use of SpamHaus Technologies DQS DNSBL's
|
||||
to help spamassassin detect more spam.
|
||||
This port allows use of SpamHaus Technologies Data Query Service
|
||||
(DQS) DNSBL's to help spamassassin detect more spam.
|
||||
|
||||
Data Feed License: https://www.spamhaus.org/organization/dnsblusage/
|
||||
WWW: https://github.com/spamhaus/spamassassin-dqs/
|
||||
|
Loading…
Reference in New Issue
Block a user