diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-07-03 20:38:11 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-07-03 20:38:11 +0000 |
commit | 5da7ccc1fbcb3e62893273709a9619fd67922c44 (patch) | |
tree | dbf77696f7eac3e8958c578f8862846b84e434b2 /mail | |
parent | af7511ccd24a024081c2e79d1fa6e533c841c4ec (diff) | |
download | freebsd-ports-5da7ccc1fbcb3e62893273709a9619fd67922c44.zip |
Update math/gsl to 2.4
Exp-Run by: antoine
PR: 220408
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 f57d2fd75342..109e4c6846d9 100644 --- a/mail/bogofilter-sqlite/Makefile +++ b/mail/bogofilter-sqlite/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bogofilter -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail PKGNAMESUFFIX= -sqlite diff --git a/mail/bogofilter-tc/Makefile b/mail/bogofilter-tc/Makefile index dc943be787ac..da0430a5f95b 100644 --- a/mail/bogofilter-tc/Makefile +++ b/mail/bogofilter-tc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bogofilter -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail PKGNAMESUFFIX= -tc diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 0e2bb542715e..1e05a9b586bc 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -3,7 +3,7 @@ PORTNAME= bogofilter PORTVERSION= 1.2.4 -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES?= mail MASTER_SITES= SF/bogofilter/bogofilter-current/bogofilter-${PORTVERSION} |