aboutsummaryrefslogtreecommitdiff
path: root/security/libfwbuilder-devel/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2009-09-20 05:31:35 +0000
committerCy Schubert <cy@FreeBSD.org>2009-09-20 05:31:35 +0000
commitf4a896b055e817d66410dae3be6f44c9c47f06ac (patch)
treeb5df8485cf7f8d8be9bf0b908915f8bda31012ba /security/libfwbuilder-devel/Makefile
parentdf6f23decb7e019d675f9888337f5092dd8e18e8 (diff)
Update 3.0.5 --> 3.0.7 which fixes a security issue with generated iptables
scripts when used to generate static routing configurations. Feature safe: Yes
Notes
Notes: svn path=/head/; revision=241804
Diffstat (limited to 'security/libfwbuilder-devel/Makefile')
-rw-r--r--security/libfwbuilder-devel/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile
index 6fe5f37cb2af..0d9903a39402 100644
--- a/security/libfwbuilder-devel/Makefile
+++ b/security/libfwbuilder-devel/Makefile
@@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= libfwbuilder
-PORTVERSION= 3.0.5
-PORTREVISION= 1
+PORTVERSION= 3.0.7
CATEGORIES= security
.if defined(BUILD)
MASTER_SITES= http://www.fwbuilder.org/nightly_builds/fwbuilder-3.0/build-${BUILD}/
@@ -57,6 +56,10 @@ PORTDOCS= *
.endif
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 800107
+MAKE_ENV+= CCACHE_DISABLE=yes
+.endif
+
.if defined(NOPORTDOCS)
BROKEN= NOPORTDOCS is incomplete in this port
.endif