Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2014 12:31:25 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355827 - head/devel/libesedb
Message-ID:  <201405301231.s4UCVP03037885@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405301231.s4UCVP03037885>