From owner-svn-ports-all@freebsd.org Sat Oct 14 16:00:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3935E4A24A; Sat, 14 Oct 2017 16:00:02 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DD2973D1D; Sat, 14 Oct 2017 16:00:02 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9EG01JV080008; Sat, 14 Oct 2017 16:00:01 GMT (envelope-from nobutaka@FreeBSD.org) Received: (from nobutaka@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9EG01E7080004; Sat, 14 Oct 2017 16:00:01 GMT (envelope-from nobutaka@FreeBSD.org) Message-Id: <201710141600.v9EG01E7080004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nobutaka set sender to nobutaka@FreeBSD.org using -f From: MANTANI Nobutaka Date: Sat, 14 Oct 2017 16:00:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452069 - head/devel/libewf X-SVN-Group: ports-head X-SVN-Commit-Author: nobutaka X-SVN-Commit-Paths: head/devel/libewf X-SVN-Commit-Revision: 452069 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Oct 2017 16:00:02 -0000 Author: nobutaka Date: Sat Oct 14 16:00:01 2017 New Revision: 452069 URL: https://svnweb.freebsd.org/changeset/ports/452069 Log: - Update libewf to 20140801 (experimental version is not used as it breaks API and is not compatible with bulk_extractor and sleuthkit) - Hand over maintainership to antoine - Unbundle libsmdev and libsmraw - Remove unneeded .la files and iconv dependency - Make NLS optional - Update WWW PR: 222940 Submitted by: antoine Modified: head/devel/libewf/Makefile head/devel/libewf/distinfo head/devel/libewf/pkg-descr head/devel/libewf/pkg-plist Modified: head/devel/libewf/Makefile ============================================================================== --- head/devel/libewf/Makefile Sat Oct 14 14:35:19 2017 (r452068) +++ head/devel/libewf/Makefile Sat Oct 14 16:00:01 2017 (r452069) @@ -2,25 +2,32 @@ # $FreeBSD$ PORTNAME= libewf -PORTVERSION= 20140608 -PORTREVISION= 1 +PORTVERSION= 20140801 CATEGORIES= devel -MASTER_SITES= https://github.com/libyal/legacy/raw/master/libewf/ \ +MASTER_SITES= https://github.com/libyal/libewf-legacy/releases/download/${PORTVERSION}/ \ LOCAL/antoine -MAINTAINER= nobutaka@FreeBSD.org +MAINTAINER= antoine@FreeBSD.org COMMENT= Library for support of the Expert Witness Compression Format (EWF) -LICENSE= LGPL3 +LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid +LIB_DEPENDS= libsmdev.so:devel/libsmdev \ + libsmraw.so:devel/libsmraw \ + libuuid.so:misc/e2fsprogs-libuuid -USES= fuse gettext iconv libtool:keepla pathfix pkgconfig python:2 ssl +USES= fuse libtool pathfix pkgconfig python:2.7 ssl USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libuuid=${LOCALBASE} ${ICONV_CONFIGURE_ARG} --with-libsmdev=no +CONFIGURE_ARGS= --enable-python --with-libsmdev=${LOCALBASE} --with-libsmraw=${LOCALBASE} --with-libuuid=${LOCALBASE} INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= NLS + +NLS_USES= gettext +NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} +NLS_CONFIGURE_OFF= --disable-nls .include Modified: head/devel/libewf/distinfo ============================================================================== --- head/devel/libewf/distinfo Sat Oct 14 14:35:19 2017 (r452068) +++ head/devel/libewf/distinfo Sat Oct 14 16:00:01 2017 (r452069) @@ -1,2 +1,3 @@ -SHA256 (libewf-20140608.tar.gz) = d14030ce6122727935fbd676d0876808da1e112721f3cb108564a4d9bf73da71 -SIZE (libewf-20140608.tar.gz) = 2129518 +TIMESTAMP = 1507357512 +SHA256 (libewf-20140801.tar.gz) = 11077cf0faaac9ee2ce3f73157bc43c3672fee70647de3ad6895392772a67703 +SIZE (libewf-20140801.tar.gz) = 2228583 Modified: head/devel/libewf/pkg-descr ============================================================================== --- head/devel/libewf/pkg-descr Sat Oct 14 14:35:19 2017 (r452068) +++ head/devel/libewf/pkg-descr Sat Oct 14 16:00:01 2017 (r452069) @@ -3,4 +3,4 @@ Libewf is a library for support of the Expert Witness Libewf allows you to read and write EWF files. Recent versions also support the LEV (EWF-L01) format. -WWW: http://code.google.com/p/libewf/ +WWW: https://github.com/libyal/libewf-legacy Modified: head/devel/libewf/pkg-plist ============================================================================== --- head/devel/libewf/pkg-plist Sat Oct 14 14:35:19 2017 (r452068) +++ head/devel/libewf/pkg-plist Sat Oct 14 16:00:01 2017 (r452069) @@ -14,12 +14,10 @@ include/libewf/extern.h include/libewf/features.h include/libewf/types.h 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 libdata/pkgconfig/libewf.pc man/man1/ewfacquire.1.gz