Bug 175980

Summary: [patch] update devel/libewf to 20130128
Product: Ports & Packages Reporter: Antoine Brodin <antoine>
Component: Individual Port(s)Assignee: MANTANI Nobutaka <nobutaka>
Status: Closed FIXED    
Severity: Affects Only Me CC: nobutaka
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
libewf.diff none

Description Antoine Brodin freebsd_committer freebsd_triage 2013-02-09 09:40:00 UTC
- update to version 20130128
- development moved to google code
- license is LGPL3 not GPLv3
- use gnomehack instead of patching Makefile.in
- the CFLAGS are not needed anymore

This update was tested with the sleuthkit version 4.0.2
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-09 09:40:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-09 01:27:16 UTC
Author: nobutaka
Date: Sat Mar  9 01:27:08 2013
New Revision: 313686
URL: http://svnweb.freebsd.org/changeset/ports/313686

Log:
  Update to 20130303.
  Change MASTER_SITES to Google Code.
  Change LICENSE to LGPL3.
  Use USES=pathfix instead of patching Makefile.in.
  Remove CFLAGS that are not needed anymore.
  
  PR:		ports/175980
  Submitted by:	antoine

Deleted:
  head/devel/libewf/files/
Modified:
  head/devel/libewf/Makefile
  head/devel/libewf/distinfo
  head/devel/libewf/pkg-descr

Modified: head/devel/libewf/Makefile
==============================================================================
--- head/devel/libewf/Makefile	Sat Mar  9 01:15:55 2013	(r313685)
+++ head/devel/libewf/Makefile	Sat Mar  9 01:27:08 2013	(r313686)
@@ -2,19 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	libewf
-PORTVERSION=	20120813
+PORTVERSION=	20130303
 CATEGORIES=	devel
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}2/${PORTNAME}-${PORTVERSION}
+MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	nobutaka@FreeBSD.org
 COMMENT=	A library for support of the Expert Witness Compression Format (EWF)
 
-LICENSE=	GPLv3
+LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
+LIB_DEPENDS=	uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
 
-USES=		fuse
+USES=		fuse pathfix
 USE_GETTEXT=	yes
 USE_ICONV=	yes
 USE_LDCONFIG=	yes
@@ -24,10 +24,9 @@ USE_PYTHON=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-python
 LDFLAGS+=	-L${LOCALBASE}/lib
-CFLAGS+=	-D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26
 
 MAN1=		ewfacquire.1 ewfacquirestream.1 ewfexport.1 \
-		ewfinfo.1 ewfmount.1 ewfverify.1
+		ewfinfo.1 ewfmount.1 ewfrecover.1 ewfverify.1
 MAN3=		libewf.3
 
 .include <bsd.port.mk>

Modified: head/devel/libewf/distinfo
==============================================================================
--- head/devel/libewf/distinfo	Sat Mar  9 01:15:55 2013	(r313685)
+++ head/devel/libewf/distinfo	Sat Mar  9 01:27:08 2013	(r313686)
@@ -1,2 +1,2 @@
-SHA256 (libewf-20120813.tar.gz) = a127713185b11f9387a0b0ae2f7bb56d3bfbc9550c3411509ef081b5bbee5c9c
-SIZE (libewf-20120813.tar.gz) = 1556190
+SHA256 (libewf-20130303.tar.gz) = a4a3a0179f882d0f392ea19893275da4146fb412d5211280d2d06d9f238451a5
+SIZE (libewf-20130303.tar.gz) = 1972292

Modified: head/devel/libewf/pkg-descr
==============================================================================
--- head/devel/libewf/pkg-descr	Sat Mar  9 01:15:55 2013	(r313685)
+++ head/devel/libewf/pkg-descr	Sat Mar  9 01:27:08 2013	(r313686)
@@ -3,4 +3,4 @@ Libewf is a library for support of the E
 Libewf allows you to read and write EWF files. Recent versions also
 support the LEV (EWF-L01) format.
 
-WWW: http://sourceforge.net/projects/libewf/
+WWW: http://code.google.com/p/libewf/
_______________________________________________
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"
Comment 3 MANTANI Nobutaka freebsd_committer freebsd_triage 2013-03-09 01:28:21 UTC
State Changed
From-To: open->closed

Updated to 20130303. Thanks!