From owner-svn-ports-all@FreeBSD.ORG Fri May 30 12:31:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.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 3A6C3EE6; Fri, 30 May 2014 12:31:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 0E18C21B1; Fri, 30 May 2014 12:31:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UCVPim037888; Fri, 30 May 2014 12:31:25 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4UCVP03037885; Fri, 30 May 2014 12:31:25 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405301231.s4UCVP03037885@svn.freebsd.org> From: Antoine Brodin Date: Fri, 30 May 2014 12:31:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355827 - head/devel/libesedb 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.18 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: Fri, 30 May 2014 12:31:26 -0000 Author: antoine Date: Fri May 30 12:31:25 2014 New Revision: 355827 URL: http://svnweb.freebsd.org/changeset/ports/355827 QAT: https://qat.redports.org/buildarchive/r355827/ Log: Update to experimental-20140406 Modified: head/devel/libesedb/Makefile head/devel/libesedb/distinfo head/devel/libesedb/pkg-plist Modified: head/devel/libesedb/Makefile ============================================================================== --- head/devel/libesedb/Makefile Fri May 30 12:28:47 2014 (r355826) +++ head/devel/libesedb/Makefile Fri May 30 12:31:25 2014 (r355827) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= libesedb -DISTVERSION= alpha-20120102 -PORTREVISION= 1 +# If/When moving from experimental to alpha, override DISTNAME to prevent PORTEPOCH +DISTVERSION= experimental-20140406 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSN082cmxsbHB0anc/ \ LOCAL/antoine @@ -14,8 +14,9 @@ COMMENT= Library and tools to access the LICENSE= LGPL3 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} USES= gettext iconv libtool pathfix +USE_PYTHON= 2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} Modified: head/devel/libesedb/distinfo ============================================================================== --- head/devel/libesedb/distinfo Fri May 30 12:28:47 2014 (r355826) +++ head/devel/libesedb/distinfo Fri May 30 12:31:25 2014 (r355827) @@ -1,2 +1,2 @@ -SHA256 (libesedb-alpha-20120102.tar.gz) = 068ab53f434376e2c0f4bfa56e98b324a8b2bee89b3588b524f3541112f40e26 -SIZE (libesedb-alpha-20120102.tar.gz) = 1097285 +SHA256 (libesedb-experimental-20140406.tar.gz) = 778bfbeb965615fb7698105ebef33b2e56630d288cc23bad7d063b4f46fd2c6a +SIZE (libesedb-experimental-20140406.tar.gz) = 1636546 Modified: head/devel/libesedb/pkg-plist ============================================================================== --- head/devel/libesedb/pkg-plist Fri May 30 12:28:47 2014 (r355826) +++ head/devel/libesedb/pkg-plist Fri May 30 12:31:25 2014 (r355827) @@ -11,6 +11,8 @@ lib/libesedb.a lib/libesedb.so lib/libesedb.so.1 lib/libesedb.so.1.0.0 +%%PYTHON_SITELIBDIR%%/pyesedb.a +%%PYTHON_SITELIBDIR%%/pyesedb.so libdata/pkgconfig/libesedb.pc man/man1/esedbinfo.1.gz man/man3/libesedb.3.gz