Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Dec 2004 01:40:14 -0800 (PST)
From:      Vadim Kurland <vadim@fwbuilder.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/75292: [patch] [maintainer update] Update port security/libfwbuilder
Message-ID:  <200412200940.iBK9eEZW007209@freebsd410.vk.crocodile.org>
Resent-Message-ID: <200412200840.iBK8eRd2029534@freefall.freebsd.org>

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

>Number:         75292
>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:   Mon Dec 20 08:40: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:
	Fixed an error in pkg-plist that used to leave directory
	/usr/include/fwb-2.0 around after deinstall. This makes port cleaner.

>How-To-Repeat:
	
>Fix:

	

--- libfwbuilder-port.diff begins here ---
diff -urN security/libfwbuilder-2.0.4/Makefile security/libfwbuilder/Makefile
--- security/libfwbuilder-2.0.4/Makefile	Sun Dec  5 07:13:09 2004
+++ security/libfwbuilder/Makefile	Mon Dec 20 01:29:18 2004
@@ -6,7 +6,7 @@
 
 PORTNAME=	libfwbuilder
 PORTVERSION=	2.0.4
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	fwbuilder
diff -urN security/libfwbuilder-2.0.4/pkg-plist security/libfwbuilder/pkg-plist
--- security/libfwbuilder-2.0.4/pkg-plist	Sun Dec  5 07:13:09 2004
+++ security/libfwbuilder/pkg-plist	Mon Dec 20 01:28:51 2004
@@ -102,3 +102,4 @@
 @dirrm %%DOCSDIR%%
 @dirrm include/fwb-2.0/fwcompiler
 @dirrm include/fwb-2.0/fwbuilder
+@dirrm include/fwb-2.0
--- 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?200412200940.iBK9eEZW007209>