From owner-svn-ports-all@FreeBSD.ORG Sat Mar 9 01:27:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 53435653; Sat, 9 Mar 2013 01:27:09 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 19ABD315; Sat, 9 Mar 2013 01:27:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r291R8xc046500; Sat, 9 Mar 2013 01:27:08 GMT (envelope-from nobutaka@svn.freebsd.org) Received: (from nobutaka@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r291R83d046497; Sat, 9 Mar 2013 01:27:08 GMT (envelope-from nobutaka@svn.freebsd.org) Message-Id: <201303090127.r291R83d046497@svn.freebsd.org> From: MANTANI Nobutaka Date: Sat, 9 Mar 2013 01:27:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313686 - in head/devel/libewf: . files X-SVN-Group: ports-head 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.14 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, 09 Mar 2013 01:27:09 -0000 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 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/