Date: Thu, 19 Sep 2019 13:53:44 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512340 - in head/mail: bogofilter bogofilter-kc bogofilter-lmdb bogofilter-sqlite bogofilter-tc Message-ID: <201909191353.x8JDrisk088018@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Thu Sep 19 13:53:44 2019 New Revision: 512340 URL: https://svnweb.freebsd.org/changeset/ports/512340 Log: mail/bogofilter: Spell GSL_CONFIGURE_OFF correctly There is no opt_CONFIGURE_ARGS_OFF helper. Modified: head/mail/bogofilter-kc/Makefile head/mail/bogofilter-lmdb/Makefile head/mail/bogofilter-sqlite/Makefile head/mail/bogofilter-tc/Makefile head/mail/bogofilter/Makefile Modified: head/mail/bogofilter-kc/Makefile ============================================================================== --- head/mail/bogofilter-kc/Makefile Thu Sep 19 12:55:31 2019 (r512339) +++ head/mail/bogofilter-kc/Makefile Thu Sep 19 13:53:44 2019 (r512340) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bogofilter -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -kc Modified: head/mail/bogofilter-lmdb/Makefile ============================================================================== --- head/mail/bogofilter-lmdb/Makefile Thu Sep 19 12:55:31 2019 (r512339) +++ head/mail/bogofilter-lmdb/Makefile Thu Sep 19 13:53:44 2019 (r512340) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bogofilter -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -lmdb Modified: head/mail/bogofilter-sqlite/Makefile ============================================================================== --- head/mail/bogofilter-sqlite/Makefile Thu Sep 19 12:55:31 2019 (r512339) +++ head/mail/bogofilter-sqlite/Makefile Thu Sep 19 13:53:44 2019 (r512340) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= bogofilter +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -sqlite Modified: head/mail/bogofilter-tc/Makefile ============================================================================== --- head/mail/bogofilter-tc/Makefile Thu Sep 19 12:55:31 2019 (r512339) +++ head/mail/bogofilter-tc/Makefile Thu Sep 19 13:53:44 2019 (r512340) @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= bogofilter +PORTREVISION= 1 CATEGORIES= mail PKGNAMESUFFIX= -tc Modified: head/mail/bogofilter/Makefile ============================================================================== --- head/mail/bogofilter/Makefile Thu Sep 19 12:55:31 2019 (r512339) +++ head/mail/bogofilter/Makefile Thu Sep 19 13:53:44 2019 (r512340) @@ -3,7 +3,7 @@ PORTNAME= bogofilter DISTVERSION= 1.2.5.rc1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= mail MASTER_SITES= SF/bogofilter/bogofilter-current/bogofilter-1.2.5/ @@ -39,7 +39,7 @@ CPE_VENDOR= bogofilter_project UNICODE_USES= iconv UNICODE_CONFIGURE_ENABLE= unicode GSL_LIB_DEPENDS= libgsl.so:math/gsl -GSL_CONFIGURE_ARGS_OFF= --with-included-gsl +GSL_CONFIGURE_OFF= --with-included-gsl PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909191353.x8JDrisk088018>