Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 12:36:19 GMT
From:      Antoine Brodin <antoine@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/186836: [patch] update devel/libewf to 20140216
Message-ID:  <201402171236.s1HCaJDQ085909@pepperseed.dreadbsd.org>
Resent-Message-ID: <201402171250.s1HCo0tI069804@freefall.freebsd.org>

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

>Number:         186836
>Category:       ports
>Synopsis:       [patch] update devel/libewf to 20140216
>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:   Mon Feb 17 12:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Antoine Brodin
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
none
>Environment:
System: FreeBSD pepperseed.dreadbsd.org 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
Update libewf to 20140216
Use libtool to have a more classical library naming scheme
Tested with sleuthkit
>How-To-Repeat:
>Fix:


--- libewf.diff begins here ---
Index: devel/libewf/Makefile
===================================================================
--- devel/libewf/Makefile	(revision 344629)
+++ devel/libewf/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libewf
-PORTVERSION=	20131230
+PORTVERSION=	20140216
 CATEGORIES=	devel
 MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/ \
 		LOCAL/antoine
@@ -15,7 +15,7 @@
 
 LIB_DEPENDS=	libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
 
-USES=		fuse gettext iconv pathfix pkgconfig
+USES=		fuse gettext iconv libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 USE_PYTHON=	2
Index: devel/libewf/distinfo
===================================================================
--- devel/libewf/distinfo	(revision 344629)
+++ devel/libewf/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (libewf-20131230.tar.gz) = e4ffe1b538cb496ca043ab0f738487828babe33285f29b4ce1cbe115af83a92d
-SIZE (libewf-20131230.tar.gz) = 2082976
+SHA256 (libewf-20140216.tar.gz) = 90eb590ca305b61f8b3561f58acf24d5c4799f07eff6477ac29c27da7bb5f33c
+SIZE (libewf-20140216.tar.gz) = 2132310
Index: devel/libewf/pkg-plist
===================================================================
--- devel/libewf/pkg-plist	(revision 344629)
+++ devel/libewf/pkg-plist	(working copy)
@@ -17,6 +17,7 @@
 lib/libewf.la
 lib/libewf.so
 lib/libewf.so.2
+lib/libewf.so.2.0.0
 %%PYTHON_SITELIBDIR%%/pyewf.a
 %%PYTHON_SITELIBDIR%%/pyewf.la
 %%PYTHON_SITELIBDIR%%/pyewf.so
--- libewf.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?201402171236.s1HCaJDQ085909>