summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorTreeve Jelbert2019-10-12 18:29:48 +0200
committerTreeve Jelbert2019-10-12 18:29:48 +0200
commit6243c086c558e83b64111481678f589e516c079a (patch)
tree7269d2b35447a1cabec3ee96360155ec96b7234a /mail
parentc2ab80e1335a423cbc586826222688b2a3477f88 (diff)
bogofilter: => 1.2.5
Diffstat (limited to 'mail')
-rwxr-xr-xmail/bogofilter/CONFIGURE2
-rwxr-xr-xmail/bogofilter/DETAILS13
-rw-r--r--mail/bogofilter/HISTORY6
-rw-r--r--mail/bogofilter/bogo.gpgbin0 -> 2841 bytes
4 files changed, 15 insertions, 6 deletions
diff --git a/mail/bogofilter/CONFIGURE b/mail/bogofilter/CONFIGURE
index 94be5bc3dc..6c1c7ad096 100755
--- a/mail/bogofilter/CONFIGURE
+++ b/mail/bogofilter/CONFIGURE
@@ -1,2 +1,2 @@
config_query_list BOGOFILTER_DB "Which database do you wish to use." \
- "db" "sqlite" "tokyocabinet"
+ "db" "sqlite" "tokyocabinet" "lmdb"
diff --git a/mail/bogofilter/DETAILS b/mail/bogofilter/DETAILS
index 79ad9ff0d3..d487b9e1d6 100755
--- a/mail/bogofilter/DETAILS
+++ b/mail/bogofilter/DETAILS
@@ -1,11 +1,14 @@
SPELL=bogofilter
- VERSION=1.2.4
- SOURCE_HASH=sha512:e8c0b6bcc14f12fbbb2752e697a6d9065e17abfca3f70045ce9fe668d01c1cfad4adaa35c81546ecdd3639b0c28f3f4776bb5ed4699f21e9e2a5b19ca33479db
+ VERSION=1.2.5
SECURITY_PATCH=1
- SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
- WEB_SITE=http://bogofilter.sourceforge.net
+ WEB_SITE=https://sourceforge.net/projects/bogofilter
+ SOURCE_URL[0]=$WEB_SITE/files/bogofilter-stable/$SOURCE
+ SOURCE2=$SOURCE.asc
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=bogo.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
LICENSE[0]=GPL
ENTERED=20040529
KEYWORDS="mail spam"
diff --git a/mail/bogofilter/HISTORY b/mail/bogofilter/HISTORY
index b40fe49236..cc7b2595f5 100644
--- a/mail/bogofilter/HISTORY
+++ b/mail/bogofilter/HISTORY
@@ -1,3 +1,9 @@
+2019-10-12 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: add gpg checking
+ * bogo.gpg: added, Matthias Andree <mandree@FreeBSD.org>
+ * DETAILS: version 1.2.5
+ * CONFIGURE: add lmdb
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)
diff --git a/mail/bogofilter/bogo.gpg b/mail/bogofilter/bogo.gpg
new file mode 100644
index 0000000000..db0708cba4
--- /dev/null
+++ b/mail/bogofilter/bogo.gpg
Binary files differ