ports/158898: [PATCH] www/libecap: update to 0.2.0

Jin-Sih Lin linpct at gmail.com
Thu Jul 14 13:40:10 UTC 2011


>Number:         158898
>Category:       ports
>Synopsis:       [PATCH] www/libecap: update to 0.2.0
>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:   Thu Jul 14 13:40:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Sih Lin
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD deep.tw 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Feb 25 14:49:48 CST 2011
>Description:
- Update to 0.2.0

Added file(s):
- files/patch-configure

Port maintainer (tmseck at web.de) is cc'd.

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

--- libecap-0.2.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/libecap.orig/Makefile /usr/ports/www/libecap/Makefile
--- /usr/ports/www/libecap.orig/Makefile	2011-02-14 02:12:33.000000000 +0800
+++ /usr/ports/www/libecap/Makefile	2011-07-14 21:35:38.000000000 +0800
@@ -6,20 +6,20 @@
 #
 
 PORTNAME=	libecap
-PORTVERSION=	0.1.0
+PORTVERSION=	0.2.0
 CATEGORIES=	www security
 MASTER_SITES=	http://www.measurement-factory.com/tmp/ecap/
 
 MAINTAINER=	tmseck at web.de
 COMMENT=	Library for module based network content analysis
 
+LICENSE=	BSD
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_GCC=	4.2+
 
-LICENSE=	BSD
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
 PORTDOCS=	CREDITS LICENSE NOTICE README
 
 post-install:
diff -ruN --exclude=CVS /usr/ports/www/libecap.orig/distinfo /usr/ports/www/libecap/distinfo
--- /usr/ports/www/libecap.orig/distinfo	2011-02-14 02:12:33.000000000 +0800
+++ /usr/ports/www/libecap/distinfo	2011-07-14 20:19:34.000000000 +0800
@@ -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
diff -ruN --exclude=CVS /usr/ports/www/libecap.orig/files/patch-configure /usr/ports/www/libecap/files/patch-configure
--- /usr/ports/www/libecap.orig/files/patch-configure	1970-01-01 08:00:00.000000000 +0800
+++ /usr/ports/www/libecap/files/patch-configure	2011-07-14 21:28:29.000000000 +0800
@@ -0,0 +1,11 @@
+--- configure.orig	2011-07-14 21:27:52.000000000 +0800
++++ configure	2011-07-14 21:28:22.000000000 +0800
+@@ -16054,7 +16054,7 @@
+ if test "${with_pkgconfigdir+set}" = set; then :
+   withval=$with_pkgconfigdir; pkgconfigdir=${withval}
+ else
+-  pkgconfigdir='${libdir}/pkgconfig'
++  pkgconfigdir='$(prefix)/libdata/pkgconfig'
+ fi
+ 
+ 
diff -ruN --exclude=CVS /usr/ports/www/libecap.orig/pkg-plist /usr/ports/www/libecap/pkg-plist
--- /usr/ports/www/libecap.orig/pkg-plist	2011-02-14 02:12:33.000000000 +0800
+++ /usr/ports/www/libecap/pkg-plist	2011-07-14 20:28:14.000000000 +0800
@@ -1,4 +1,3 @@
- at comment $FreeBSD: ports/www/libecap/pkg-plist,v 1.2 2011/02/13 18:12:33 sahil Exp $
 include/libecap/adapter/service.h
 include/libecap/adapter/xaction.h
 include/libecap/common/area.h
@@ -6,7 +5,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,15 +16,17 @@
 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
 include/libecap/host/xaction.h
- at dirrm include/libecap/adapter
- at dirrm include/libecap/common
- at dirrm include/libecap/host
- at dirrm include/libecap
 lib/libecap.a
 lib/libecap.la
 lib/libecap.so
-lib/libecap.so.0
+lib/libecap.so.2
+libdata/pkgconfig/libecap.pc
+ at dirrm include/libecap/host
+ at dirrm include/libecap/common
+ at dirrm include/libecap/adapter
+ at dirrm include/libecap
--- libecap-0.2.0.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list