ports/80957: [patch] [maintainer update] Update port security/fwbuilder

Vadim vadim at vk.crocodile.org
Fri May 13 00:20:03 UTC 2005


>Number:         80957
>Category:       ports
>Synopsis:       [patch] [maintainer update] Update port security/fwbuilder
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 13 00:20:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Vadim Kurland
>Release:        FreeBSD 5.4-RC3 i386
>Organization:
Firewall Builder Project
>Environment:
System: FreeBSD freebsd54.vk.crocodile.org 5.4-RC3 FreeBSD 5.4-RC3 #0: Sun Apr 17 09:23:46 UTC 2005 root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Updated port to the current upstream release

>How-To-Repeat:
	
>Fix:

	

--- fwbuilder.diff begins here ---
diff -urN fwbuilder/Makefile fwbuilder-2.0.7/Makefile
--- fwbuilder/Makefile	Mon Jan 17 05:10:31 2005
+++ fwbuilder-2.0.7/Makefile	Tue May 10 22:57:16 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	fwbuilder
-PORTVERSION=	2.0.5
+PORTVERSION=	2.0.7
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}/fwbuilder/
 MASTER_SITE_SUBDIR=	fwbuilder
diff -urN fwbuilder/distinfo fwbuilder-2.0.7/distinfo
--- fwbuilder/distinfo	Mon Jan 17 05:10:31 2005
+++ fwbuilder-2.0.7/distinfo	Tue May 10 22:57:16 2005
@@ -1 +1 @@
-MD5 (fwbuilder-2.0.5.tar.gz) = 03fe6aaa6f8c7728bd3015a4df187c70
+MD5 (fwbuilder-2.0.7.tar.gz) = e381567247165bb4a8a9a130d3abe446
diff -urN fwbuilder/files/patch-aa fwbuilder-2.0.7/files/patch-aa
--- fwbuilder/files/patch-aa	Wed Oct 27 08:46:11 2004
+++ fwbuilder-2.0.7/files/patch-aa	Tue May 10 22:57:16 2005
@@ -1,9 +1,10 @@
---- qmake.inc.in.old	Sat Oct 16 23:56:08 2004
-+++ qmake.inc.in	Sat Oct 16 23:56:20 2004
-@@ -37,10 +37,6 @@
+--- qmake.inc.in.linux	2005-04-27 19:17:10.000000000 -0700
++++ qmake.inc.in	2005-04-27 19:17:38.000000000 -0700
+@@ -33,11 +33,6 @@
+ 	LIBS                   += $$LIBS_FWBUILDER
  
  	PKGLOCALEDIR            = $$res.path/locale
- 
+-
 -	QMAKE_CFLAGS_DEBUG     += -Wno-unused-parameter
 -	QMAKE_CFLAGS_RELEASE   += -Wno-unused-parameter
 -	QMAKE_CXXFLAGS_DEBUG   += -Wno-unused-parameter
diff -urN fwbuilder/files/patch-ab fwbuilder-2.0.7/files/patch-ab
--- fwbuilder/files/patch-ab	Wed Oct 27 08:46:11 2004
+++ fwbuilder-2.0.7/files/patch-ab	Wed Dec 31 16:00:00 1969
@@ -1,11 +0,0 @@
---- src/gui/utils.cpp.old	Sun Oct 17 00:13:41 2004
-+++ src/gui/utils.cpp	Sun Oct 17 00:14:26 2004
-@@ -218,7 +218,7 @@
-     int sn1  = file.findRev('/',-1);
-     int sn2  = file.findRev('\\',-1);
-     int sn   = (sn1>=0)?sn1:sn2;
--    QString dir = (sn<0) ? "./" : file.left( sn );
-+    QString dir = (sn<0) ? QString("./") : file.left( sn );
- 
- #ifdef _WIN32
- /* on windows, if directory is in the root of the drive (like "c:"),
diff -urN fwbuilder/files/patch-ac fwbuilder-2.0.7/files/patch-ac
--- fwbuilder/files/patch-ac	Wed Oct 27 08:46:11 2004
+++ fwbuilder-2.0.7/files/patch-ac	Wed Dec 31 16:00:00 1969
@@ -1,10 +0,0 @@
---- src/gui/FWBTree.cpp.old	Sun Oct 17 00:16:10 2004
-+++ src/gui/FWBTree.cpp	Sun Oct 17 00:17:21 2004
-@@ -51,6 +51,7 @@
- #include "fwbuilder/IntervalGroup.h"
- 
- #include <iostream>
-+#include <algorithm>
- 
- using namespace std;
- using namespace libfwbuilder;
diff -urN fwbuilder/files/patch-ad fwbuilder-2.0.7/files/patch-ad
--- fwbuilder/files/patch-ad	Wed Oct 27 08:46:11 2004
+++ fwbuilder-2.0.7/files/patch-ad	Wed Dec 31 16:00:00 1969
@@ -1,10 +0,0 @@
---- src/gui/ObjectManipulator.cpp.old	Sun Oct 17 00:19:22 2004
-+++ src/gui/ObjectManipulator.cpp	Sun Oct 17 00:19:41 2004
-@@ -97,6 +97,7 @@
- #include "fwbuilder/IntervalGroup.h"
- 
- #include <iostream>
-+#include <algorithm>
- 
- using namespace std;
- using namespace libfwbuilder;
diff -urN fwbuilder/files/patch-ae fwbuilder-2.0.7/files/patch-ae
--- fwbuilder/files/patch-ae	Wed Oct 27 08:46:11 2004
+++ fwbuilder-2.0.7/files/patch-ae	Wed Dec 31 16:00:00 1969
@@ -1,10 +0,0 @@
---- src/gui/listOfLibraries.cpp.old	Sun Oct 17 00:23:48 2004
-+++ src/gui/listOfLibraries.cpp	Sun Oct 17 00:24:01 2004
-@@ -38,6 +38,7 @@
- #include <qfile.h>
- 
- #include <iostream>
-+#include <algorithm>
- 
- using namespace std;
- using namespace libfwbuilder;
diff -urN fwbuilder/pkg-plist fwbuilder-2.0.7/pkg-plist
--- fwbuilder/pkg-plist	Mon Jan 17 05:10:31 2005
+++ fwbuilder-2.0.7/pkg-plist	Thu May 12 15:31:55 2005
@@ -28,6 +28,10 @@
 %%DOCSDIR%%/ReleaseNotes_2.0.4.txt
 %%DOCSDIR%%/ReleaseNotes_2.0.5.html
 %%DOCSDIR%%/ReleaseNotes_2.0.5.txt
+%%DOCSDIR%%/ReleaseNotes_2.0.6.html
+%%DOCSDIR%%/ReleaseNotes_2.0.6.txt
+%%DOCSDIR%%/ReleaseNotes_2.0.7.html
+%%DOCSDIR%%/ReleaseNotes_2.0.7.txt
 %%DOCSDIR%%/PatchAcceptancePolicy.txt
 %%DATADIR%%/objects_init.xml
 %%DATADIR%%/templates.xml
@@ -46,6 +50,7 @@
 %%DATADIR%%/os/solaris.xml
 %%DATADIR%%/os/pix_os.xml
 %%DATADIR%%/os/unknown_os.xml
+%%DATADIR%%/locale/fwbuilder_de.qm
 %%DATADIR%%/locale/fwbuilder_fr.qm
 %%DATADIR%%/locale/fwbuilder_ja.qm
 %%DATADIR%%/locale/fwbuilder_ru.qm
--- fwbuilder.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list