Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2009 13:52:42 -0300 (BRT)
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cy@FreeBSD.org
Subject:   ports/135924: [PATCH] security/fwbuilder: update to 3.0.5
Message-ID:  <20090622165242.95A38F8E32@freecontrib.vida.br>
Resent-Message-ID: <200906221700.n5MH05ma092292@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         135924
>Category:       ports
>Synopsis:       [PATCH] security/fwbuilder: update to 3.0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 22 17:00:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD freecontrib.vida.br 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 08:49:13 UTC
>Description:
- Update to 3.0.5

Removed file(s):
- files/patch-aa

Port maintainer (cy@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- fwbuilder-3.0.5_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/fwbuilder/Makefile,v
retrieving revision 1.62
diff -u -u -r1.62 Makefile
--- Makefile	25 May 2009 02:08:18 -0000	1.62
+++ Makefile	22 Jun 2009 16:52:13 -0000
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	fwbuilder
-PORTVERSION=	3.0.4
-PORTREVISION=	2
+PORTVERSION=	3.0.5
+PORTREVISION=	3
 CATEGORIES=	security
 .if defined(BUILD)
 MASTER_SITES=	http://www.fwbuilder.org/nightly_builds/fwbuilder-3.0/build-${BUILD}/
@@ -19,9 +19,10 @@
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	Firewall Builder GUI and policy compilers
 
-CONFLICTS=	fwbuilder-2.*
 LIB_DEPENDS=	fwbuilder.8:${PORTSDIR}/security/libfwbuilder
 
+CONFLICTS=	fwbuilder-2.*
+
 PLIST_SUB=	BUILD_VERSION=${PORTVERSION}
 USE_QT_VER=	4
 QT_COMPONENTS=	corelib \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/fwbuilder/distinfo,v
retrieving revision 1.31
diff -u -u -r1.31 distinfo
--- distinfo	4 May 2009 03:46:07 -0000	1.31
+++ distinfo	22 Jun 2009 16:52:13 -0000
@@ -1,3 +1,3 @@
-MD5 (fwbuilder-3.0.4.tar.gz) = a53ad035511e6a8a6b4b89e6eacf4485
-SHA256 (fwbuilder-3.0.4.tar.gz) = 4cbfc786e2c69b36aa788fb55e19050b1b7e7119ae8178d6528475e1cc9b058c
-SIZE (fwbuilder-3.0.4.tar.gz) = 2383070
+MD5 (fwbuilder-3.0.5.tar.gz) = 826cd7eb84dbd3faa9e4f99f3595999c
+SHA256 (fwbuilder-3.0.5.tar.gz) = b8efbec32786f3e213f68fe3d79d4bc51924a83a98149789f552c67ad5b33dcc
+SIZE (fwbuilder-3.0.5.tar.gz) = 2466047
Index: files/patch-aa
===================================================================
RCS file: files/patch-aa
diff -N files/patch-aa
--- files/patch-aa	2 Sep 2008 21:32:25 -0000	1.9
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
---- qmake.inc.in.orig	2008-08-27 22:44:07.000000000 -0700
-+++ qmake.inc.in	2008-08-29 16:04:11.000000000 -0700
-@@ -66,10 +66,8 @@
- 	PKGLOCALEDIR			= $$res.path/locale
- 
- 	CONFIG                 += warn_on debug
--	QMAKE_CFLAGS_DEBUG     += -Wno-unused-parameter
--	QMAKE_CFLAGS_RELEASE   += -Wno-unused-parameter
--	QMAKE_CXXFLAGS_DEBUG   += -Wno-unused-parameter @CXXFLAGS@
--	QMAKE_CXXFLAGS_RELEASE += -Wno-unused-parameter @CXXFLAGS@
-+	QMAKE_CXXFLAGS_DEBUG   += @CXXFLAGS@
-+	QMAKE_CXXFLAGS_RELEASE += @CXXFLAGS@
- }
- }
- 
--- fwbuilder-3.0.5_3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090622165242.95A38F8E32>