diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-12-31 05:34:46 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-12-31 05:34:46 +0000 |
commit | 6649e2206fa8b0426060926d92dac909c71ff65d (patch) | |
tree | aca580538fd4a0c4c92a1f551b29a424c3668671 /security/fwbuilder-devel/Makefile | |
parent | 9136223a53c48fcfe39335727e9d5b3d607cf1a7 (diff) |
Notes
Diffstat (limited to 'security/fwbuilder-devel/Makefile')
-rw-r--r-- | security/fwbuilder-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/fwbuilder-devel/Makefile b/security/fwbuilder-devel/Makefile index b0cc8e3489a7..6f749e967cd0 100644 --- a/security/fwbuilder-devel/Makefile +++ b/security/fwbuilder-devel/Makefile @@ -9,7 +9,7 @@ PORTNAME= fwbuilder DISTVERSION= 5.0.1 PORTVERSION= ${DISTVERSION} CATEGORIES= security -BUILD= 3588 +BUILD= 3592 PKGNAMESUFFIX= -devel .if defined(PKGNAMESUFFIX) && ${PKGNAMESUFFIX} == -devel MASTER_SITES= http://www.fwbuilder.org/nightly_builds/fwbuilder-5.0/current_build/ @@ -21,6 +21,7 @@ DISTVERSIONSUFFIX= .${BUILD} MAINTAINER= cy@FreeBSD.org COMMENT= Firewall Builder GUI and policy compilers +IGNORE= Development branch not currently active .if defined(PKGNAMESUFFIX) && ${PKGNAMESUFFIX} == -devel CONFLICTS= fwbuilder-[234].* fwbuilder-devel-[234].* \ |