Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Dec 2004 13:19:06 -0800 (PST)
From:      Vadim Kurland <vadim@vk.crocodile.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/74688: [patch] [maintainer update] Update port security/libfwbuilder
Message-ID:  <200412042119.iB4LJ6nL007090@freebsd410.vk.crocodile.org>
Resent-Message-ID: <200412042020.iB4KKR9C082155@freefall.freebsd.org>

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

>Number:         74688
>Category:       ports
>Synopsis:       [patch] [maintainer update] Update port security/libfwbuilder
>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:   Sat Dec 04 20:20:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Vadim Kurland
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
Firewall Builder project
>Environment:
System: FreeBSD freebsd410.vk.crocodile.org 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Sat Oct 16 22:27:35 PDT 2004 root@freebsd410.vk.crocodile.org:/usr/src/sys/compile/GENERIC i386


	
>Description:
	Updated port to the latest current version ( 2.0.4 )
	This resolves build problems caused by the change in major version number 
	of libnetsnmp in net-snmp port, as well as brings the port up-to-date with
	upstream code tree.

>How-To-Repeat:
	
>Fix:

	

--- libfwbuilder-port.diff begins here ---
diff -urN security/libfwbuilder/Makefile security/libfwbuilder-2.0.4/Makefile
--- security/libfwbuilder/Makefile	Wed Oct 27 08:42:29 2004
+++ security/libfwbuilder-2.0.4/Makefile	Sat Dec  4 12:49:20 2004
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/security/libfwbuilder/Makefile,v 1.20 2004/10/27 15:42:29 vanilla Exp $
 
 PORTNAME=	libfwbuilder
-PORTVERSION=	2.0.2
+PORTVERSION=	2.0.4
 PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@@ -16,7 +16,7 @@
 
 BUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
 LIB_DEPENDS=	xslt.2:${PORTSDIR}/textproc/libxslt \
-		netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp
+		netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp
 
 USE_QT_VER=	3
 
@@ -35,7 +35,7 @@
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
 post-install:
-	${RM} ${PREFIX}/lib/libfwbuilder.so.6.1
-	${RM} ${PREFIX}/lib/libfwcompiler.so.6.1
+	${RM} ${PREFIX}/lib/libfwbuilder.so.6.2
+	${RM} ${PREFIX}/lib/libfwcompiler.so.6.2
 
 .include <bsd.port.mk>
diff -urN security/libfwbuilder/distinfo security/libfwbuilder-2.0.4/distinfo
--- security/libfwbuilder/distinfo	Wed Oct 13 23:39:44 2004
+++ security/libfwbuilder-2.0.4/distinfo	Thu Dec  2 20:50:14 2004
@@ -1 +1 @@
-MD5 (libfwbuilder-2.0.2.tar.gz) = 8c89034ed4320608258db5665c7f3abf
+MD5 (libfwbuilder-2.0.4.tar.gz) = 36b27b6d2ae638bbfdb2ad125e3610dc
diff -urN security/libfwbuilder/pkg-plist security/libfwbuilder-2.0.4/pkg-plist
--- security/libfwbuilder/pkg-plist	Wed Oct 13 23:39:44 2004
+++ security/libfwbuilder-2.0.4/pkg-plist	Thu Dec  2 20:50:14 2004
@@ -55,10 +55,10 @@
 include/fwb-2.0/fwbuilder/BackgroundOp.h
 include/fwb-2.0/fwbuilder/AddressRange.h
 include/fwb-2.0/fwbuilder/Address.h
-lib/libfwcompiler.so.6.1.0
+lib/libfwcompiler.so.6.2.0
 lib/libfwcompiler.so.6
 lib/libfwcompiler.so
-lib/libfwbuilder.so.6.1.0
+lib/libfwbuilder.so.6.2.0
 lib/libfwbuilder.so.6
 lib/libfwbuilder.so
 %%DOCSDIR%%/INSTALL
@@ -94,6 +94,8 @@
 %%DATADIR%%/migration/FWObjectDatabase_1.0.2.xslt
 %%DATADIR%%/migration/FWObjectDatabase_2.0.0.xslt
 %%DATADIR%%/migration/FWObjectDatabase_2.0.1.xslt
+%%DATADIR%%/migration/FWObjectDatabase_2.0.2.xslt
+%%DATADIR%%/migration/FWObjectDatabase_2.0.3.xslt
 %%DATADIR%%/fwbuilder.dtd
 @dirrm %%DATADIR%%/migration
 @dirrm %%DATADIR%%
--- libfwbuilder-port.diff ends here ---


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



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