diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-05-09 16:42:27 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-05-09 16:42:27 +0000 |
commit | 4fd0a4b1c1c3f2cb1454e156e26774835885d347 (patch) | |
tree | 1b932c4555183e30779ab5f4c3093442aaa0b57e /mail | |
parent | 99d5a24eca4a0194ff773fff20b5400c62b0fd8d (diff) |
Notes
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 | 4 | ||||
-rw-r--r-- | mail/milter-bogom/Makefile | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/mail/bogofilter-sqlite/Makefile b/mail/bogofilter-sqlite/Makefile index 0d2fe30a47d4..5d38b987144b 100644 --- a/mail/bogofilter-sqlite/Makefile +++ b/mail/bogofilter-sqlite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bogofilter -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -sqlite diff --git a/mail/bogofilter-tc/Makefile b/mail/bogofilter-tc/Makefile index 930535f24ec6..d2d8b1b227fc 100644 --- a/mail/bogofilter-tc/Makefile +++ b/mail/bogofilter-tc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bogofilter -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -tc diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index 871720b54d9e..48a2dd7b53e2 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -7,7 +7,7 @@ PORTNAME= bogofilter PORTVERSION= 1.2.2 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= mail MASTER_SITES= SF/bogofilter/bogofilter-current/bogofilter-${PORTVERSION} @@ -46,7 +46,7 @@ USE_ICONV= yes BF_LIBS+= -liconv .endif .if !defined(WITHOUT_GSL) -LIB_DEPENDS+= gsl.15:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl.16:${PORTSDIR}/math/gsl .else CONFIGURE_ARGS+= --with-included-gsl .endif diff --git a/mail/milter-bogom/Makefile b/mail/milter-bogom/Makefile index 485a76d44cd6..71e1014163a4 100644 --- a/mail/milter-bogom/Makefile +++ b/mail/milter-bogom/Makefile @@ -7,7 +7,7 @@ PORTNAME= bogom PORTVERSION= 1.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.usebox.net/jjm/bogom/ \ http://blackshell.usebox.net/bogom/ |