From antoine@pepperseed.dreadbsd.org  Mon Feb 17 12:41:50 2014
Return-Path: <antoine@pepperseed.dreadbsd.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 603D9422
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Feb 2014 12:41:50 +0000 (UTC)
Received: from pepperseed.dreadbsd.org (88-191-185-190.rev.dedibox.fr [88.191.185.190])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id D5A681C3C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Feb 2014 12:41:48 +0000 (UTC)
Received: from pepperseed.dreadbsd.org (localhost [127.0.0.1])
	by pepperseed.dreadbsd.org (8.14.7/8.14.7) with ESMTP id s1HCaOs5085914
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Feb 2014 12:36:24 GMT
	(envelope-from antoine@pepperseed.dreadbsd.org)
Received: (from antoine@localhost)
	by pepperseed.dreadbsd.org (8.14.7/8.14.7/Submit) id s1HCaJDQ085909;
	Mon, 17 Feb 2014 12:36:19 GMT
	(envelope-from antoine)
Message-Id: <201402171236.s1HCaJDQ085909@pepperseed.dreadbsd.org>
Date: Mon, 17 Feb 2014 12:36:19 GMT
From: Antoine Brodin <antoine@freebsd.org>
Reply-To: Antoine Brodin <antoine@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] update devel/libewf to 20140216
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         186836
>Category:       ports
>Synopsis:       [patch] update devel/libewf to 20140216
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nobutaka
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 17 12:50:00 UTC 2014
>Closed-Date:    Mon Mar 03 19:49:04 UTC 2014
>Last-Modified:  Mon Mar  3 19:50:00 UTC 2014
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->nobutaka 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Feb 17 12:50:08 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186836 
State-Changed-From-To: open->closed 
State-Changed-By: antoine 
State-Changed-When: Mon Mar 3 19:48:47 UTC 2014 
State-Changed-Why:  
Patch committed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186836 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186836: commit references a PR
Date: Mon,  3 Mar 2014 19:45:27 +0000 (UTC)

 Author: antoine
 Date: Mon Mar  3 19:45:19 2014
 New Revision: 346956
 URL: http://svnweb.freebsd.org/changeset/ports/346956
 QAT: https://qat.redports.org/buildarchive/r346956/
 
 Log:
   - Update to 20140227
   - Use libtool
   
   PR:		ports/186836
   Approved by:	maintainer timeout (2 weeks)
 
 Modified:
   head/devel/libewf/Makefile
   head/devel/libewf/distinfo
   head/devel/libewf/pkg-plist
 
 Modified: head/devel/libewf/Makefile
 ==============================================================================
 --- head/devel/libewf/Makefile	Mon Mar  3 19:02:30 2014	(r346955)
 +++ head/devel/libewf/Makefile	Mon Mar  3 19:45:19 2014	(r346956)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	libewf
 -PORTVERSION=	20131230
 +PORTVERSION=	20140227
  CATEGORIES=	devel
  MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/ \
  		LOCAL/antoine
 @@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
  
  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
 
 Modified: head/devel/libewf/distinfo
 ==============================================================================
 --- head/devel/libewf/distinfo	Mon Mar  3 19:02:30 2014	(r346955)
 +++ head/devel/libewf/distinfo	Mon Mar  3 19:45:19 2014	(r346956)
 @@ -1,2 +1,2 @@
 -SHA256 (libewf-20131230.tar.gz) = e4ffe1b538cb496ca043ab0f738487828babe33285f29b4ce1cbe115af83a92d
 -SIZE (libewf-20131230.tar.gz) = 2082976
 +SHA256 (libewf-20140227.tar.gz) = 34994e588c8322af089bd303676b575231c2215a61a481e7d3ffdc56eaa23df9
 +SIZE (libewf-20140227.tar.gz) = 2132507
 
 Modified: head/devel/libewf/pkg-plist
 ==============================================================================
 --- head/devel/libewf/pkg-plist	Mon Mar  3 19:02:30 2014	(r346955)
 +++ head/devel/libewf/pkg-plist	Mon Mar  3 19:45:19 2014	(r346956)
 @@ -17,6 +17,7 @@ lib/libewf.a
  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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
