diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-06-23 16:27:13 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-06-23 16:27:13 +0800 |
commit | 26d7038dfab98bdd7a93ce445715def4c022740f (patch) | |
tree | faaa0f914f40477674196b80cb55f2ca50c1a025 /mail | |
parent | 5c901ec7a5a79e077b0dca7e89eaf9cb3e5648ad (diff) | |
download | freebsd-ports-gnome-26d7038dfab98bdd7a93ce445715def4c022740f.tar.gz freebsd-ports-gnome-26d7038dfab98bdd7a93ce445715def4c022740f.tar.zst freebsd-ports-gnome-26d7038dfab98bdd7a93ce445715def4c022740f.zip |
Update math/gsl to 2.5
PR: 229067
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter-sqlite/Makefile | 2 | ||||
-rw-r--r-- | mail/bogofilter-tc/Makefile | 2 | ||||
-rw-r--r-- | mail/bogofilter/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/bogofilter-sqlite/Makefile b/mail/bogofilter-sqlite/Makefile index 109e4c6846d9..963813e95b3b 100644 --- a/mail/bogofilter-sqlite/Makefile +++ b/mail/bogofilter-sqlite/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bogofilter -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail PKGNAMESUFFIX= -sqlite diff --git a/mail/bogofilter-tc/Makefile b/mail/bogofilter-tc/Makefile index da0430a5f95b..f1a672b5b867 100644 --- a/mail/bogofilter-tc/Makefile +++ b/mail/bogofilter-tc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bogofilter -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail PKGNAMESUFFIX= -tc diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index ef0a5a72c82c..a2aee5973b20 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -3,7 +3,7 @@ PORTNAME= bogofilter PORTVERSION= 1.2.4 -PORTREVISION?= 7 +PORTREVISION?= 8 CATEGORIES?= mail MASTER_SITES= SF/bogofilter/bogofilter-current/bogofilter-${PORTVERSION} |