From tmseck@netcologne.de  Sun Oct 28 18:07:13 2012
Return-Path: <tmseck@netcologne.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 18924DEE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Oct 2012 18:07:13 +0000 (UTC)
	(envelope-from tmseck@netcologne.de)
Received: from cc-smtpout1.netcologne.de (cc-smtpout1.netcologne.de [IPv6:2001:4dd0:100:1062:25:2:0:1])
	by mx1.freebsd.org (Postfix) with ESMTP id 9AA9C8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Oct 2012 18:07:12 +0000 (UTC)
Received: from cc-smtpin3.netcologne.de (cc-smtpin3.netcologne.de [89.1.8.203])
	by cc-smtpout1.netcologne.de (Postfix) with ESMTP id 3272412553
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Oct 2012 19:07:11 +0100 (CET)
Received: from wcfields.tmseck.homedns.org (xdsl-89-0-68-109.netcologne.de [89.0.68.109])
	by cc-smtpin3.netcologne.de (Postfix) with ESMTPSA id 1725711DCB
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 28 Oct 2012 19:07:10 +0100 (CET)
Received: by wcfields.tmseck.homedns.org (Postfix, from userid 1001)
	id 962E2130C13; Sun, 28 Oct 2012 19:07:10 +0100 (CET)
Message-Id: <20121028180710.962E2130C13@wcfields.tmseck.homedns.org>
Date: Sun, 28 Oct 2012 19:07:10 +0100 (CET)
From: Thomas-Martin Seck <tmseck@web.de>
Reply-To: Thomas-Martin Seck <tmseck@web.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Maintainer] www/libecap: update to 0.2.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         173156
>Category:       ports
>Synopsis:       [Maintainer] www/libecap: update to 0.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    flo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 28 18:10:02 UTC 2012
>Closed-Date:    Tue Oct 30 23:07:03 UTC 2012
>Last-Modified:  Tue Oct 30 23:07:03 UTC 2012
>Originator:     Thomas-Martin Seck
>Release:        FreeBSD 8.3-RELEASE amd64
>Organization:
a private site in Germany
>Environment:
FreeBSD ports collection as of October 28, 2012.

	
>Description:
Update libecap to 0.2.0.

Note: this update is not compatible with www/squid31 while the upcoming
squid32 port (ports/173152) requires libecap-0.2.0. The best course of
action is probably to commit www/squid32 and update www/libecap directly
afterwards.

I will then update www/squid31 accordingly (by removing the eCAP option).
	
>How-To-Repeat:
	
>Fix:
Apply this patch:

Index: Makefile
===================================================================
--- Makefile	(.../www/libecap)	(Revision 2048)
+++ Makefile	(.../local/libecap)	(Revision 2048)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libecap
-PORTVERSION=	0.1.0
+PORTVERSION=	0.2.0
 CATEGORIES=	www security
 MASTER_SITES=	http://www.measurement-factory.com/tmp/ecap/
 
Index: distinfo
===================================================================
--- distinfo	(.../www/libecap)	(Revision 2048)
+++ distinfo	(.../local/libecap)	(Revision 2048)
@@ -1,2 +1,2 @@
-SHA256 (libecap-0.1.0.tar.gz) = abd608132ca8842f50aa049c195f573bf8d3bec1451be0ca5607e17415f39f74
-SIZE (libecap-0.1.0.tar.gz) = 334999
+SHA256 (libecap-0.2.0.tar.gz) = 19e195d60cf67ec3b49fe4d109823d753546b5da115230499ad1a9cb65ca92d2
+SIZE (libecap-0.2.0.tar.gz) = 337696
Index: pkg-plist
===================================================================
--- pkg-plist	(.../www/libecap)	(Revision 2048)
+++ pkg-plist	(.../local/libecap)	(Revision 2048)
@@ -6,7 +6,6 @@
 include/libecap/common/body.h
 include/libecap/common/body_size.h
 include/libecap/common/call.h
-include/libecap/common/config.h
 include/libecap/common/delay.h
 include/libecap/common/errors.h
 include/libecap/common/forward.h
@@ -18,6 +17,7 @@
 include/libecap/common/name.h
 include/libecap/common/named_values.h
 include/libecap/common/names.h
+include/libecap/common/options.h
 include/libecap/common/registry.h
 include/libecap/common/version.h
 include/libecap/host/host.h
@@ -29,4 +29,6 @@
 lib/libecap.a
 lib/libecap.la
 lib/libecap.so
-lib/libecap.so.0
+lib/libecap.so.2
+lib/pkgconfig/libecap.pc
+@dirrmtry lib/pkgconfig
	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->flo 
Responsible-Changed-By: flo 
Responsible-Changed-When: Sun Oct 28 21:51:17 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173156 
State-Changed-From-To: open->closed 
State-Changed-By: flo 
State-Changed-When: Tue Oct 30 23:07:02 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=173156 
>Unformatted:
