Hi,

this is the diff to update libewf to latest release.

Ok?

Cheers,

Remi.
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/libewf/Makefile,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 Makefile
--- Makefile	29 May 2017 16:44:57 -0000	1.4
+++ Makefile	3 Nov 2017 14:21:35 -0000
@@ -2,12 +2,11 @@
 
 COMMENT =		access the Expert Witness Compression Format
 
-VERSION =		20160424
-REVISION =		0
+VERSION =		20170703
 DISTNAME =		libewf-experimental-${VERSION}
 PKGNAME =		libewf-${VERSION}
 
-SHARED_LIBS +=		ewf                       0.0 # 3.0
+SHARED_LIBS +=		ewf                       0.1 # 3.0
 
 CATEGORIES =		security
 
@@ -18,14 +17,17 @@ MAINTAINER =		Remi Pointel <rpointel@ope
 # LGPLv3+
 PERMIT_PACKAGE_CDROM =	Yes
 
-WANTLIB += bfio bz2 c crypto fuse m pthread ${MODPY_WANTLIB} util z
+WANTLIB += bfio bz2 c crypto fuse m pthread ${MODPY_WANTLIB}
+WANTLIB += smdev smraw util z
 
 MASTER_SITES =		https://github.com/libyal/libewf/releases/download/${VERSION}/
 
 MODULES =		devel/gettext \
 			lang/python
 LIB_DEPENDS +=		devel/libbfio \
-			archivers/bzip2
+			archivers/bzip2 \
+			sysutils/libsmdev \
+			sysutils/libsmraw
 
 CONFIGURE_STYLE =	simple
 CONFIGURE_ARGS +=	--mandir=${PREFIX}/man \
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/libewf/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- distinfo	26 Oct 2016 05:45:26 -0000	1.1.1.1
+++ distinfo	3 Nov 2017 14:21:35 -0000
@@ -1,2 +1,2 @@
-SHA256 (libewf-experimental-20160424.tar.gz) = YTRnES9S/pYM4BId0a3o63iH0/z8dhqnKNLxqp8TURY=
-SIZE (libewf-experimental-20160424.tar.gz) = 2219626
+SHA256 (libewf-experimental-20170703.tar.gz) = hP4SOJq6z2PeotkhtjYiC7f9oyYtHEZ/bURaXjH1Ot4=
+SIZE (libewf-experimental-20170703.tar.gz) = 2230913

Reply via email to