Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2019 20:04:41 +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: r518961 - head/devel/libesedb
Message-ID:  <201912032004.xB3K4frR008976@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Dec  3 20:04:41 2019
New Revision: 518961
URL: https://svnweb.freebsd.org/changeset/ports/518961

Log:
  Update to experimental-20191111

Modified:
  head/devel/libesedb/Makefile
  head/devel/libesedb/distinfo
  head/devel/libesedb/pkg-plist

Modified: head/devel/libesedb/Makefile
==============================================================================
--- head/devel/libesedb/Makefile	Tue Dec  3 19:53:04 2019	(r518960)
+++ head/devel/libesedb/Makefile	Tue Dec  3 20:04:41 2019	(r518961)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libesedb
 # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH
-DISTVERSION=	experimental-20181229
+DISTVERSION=	experimental-20191111
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/libyal/libesedb/releases/download/${PORTVERSION:E}/ \
 		LOCAL/antoine
@@ -14,23 +14,15 @@ COMMENT=	Library and tools to access the ESEDB format
 LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	python${PYTHON2_DEFAULT}:lang/python${PYTHON2_DEFAULT:S/.//} \
-		python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//}
-RUN_DEPENDS=	python${PYTHON2_DEFAULT}:lang/python${PYTHON2_DEFAULT:S/.//} \
-		python${PYTHON3_DEFAULT}:lang/python${PYTHON3_DEFAULT:S/.//}
 LIB_DEPENDS=	libfwnt.so:devel/libfwnt
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-python2 --enable-python3 --with-libfwnt=${LOCALBASE}
-CONFIGURE_ENV=	PYTHON2_CONFIG=${LOCALBASE}/bin/python${PYTHON2_DEFAULT}-config \
-		PYTHON3=${LOCALBASE}/bin/python${PYTHON3_DEFAULT} \
-		PYTHON3_CONFIG=${LOCALBASE}/bin/python${PYTHON3_DEFAULT}-config
-USES=		libtool pathfix
+CONFIGURE_ARGS=	--enable-python --with-libfwnt=${LOCALBASE}
+CONFIGURE_ENV=	PYTHON_CONFIG=${PYTHON_CMD}-config
+USES=		libtool pathfix python:3.5+
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
-PLIST_SUB=	PYTHON2_SITELIBDIR=lib/python${PYTHON2_DEFAULT}/site-packages \
-		PYTHON3_SITELIBDIR=lib/python${PYTHON3_DEFAULT}/site-packages
 
 OPTIONS_DEFINE=	NLS
 

Modified: head/devel/libesedb/distinfo
==============================================================================
--- head/devel/libesedb/distinfo	Tue Dec  3 19:53:04 2019	(r518960)
+++ head/devel/libesedb/distinfo	Tue Dec  3 20:04:41 2019	(r518961)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1546199866
-SHA256 (libesedb-experimental-20181229.tar.gz) = fa84b43179755241003f5b76a5193c2c1793a36f4566ed09ff564deaff5b7e63
-SIZE (libesedb-experimental-20181229.tar.gz) = 1840102
+TIMESTAMP = 1573561836
+SHA256 (libesedb-experimental-20191111.tar.gz) = 101305ca5bdc6a938bb01a036d0604c8733647c96f45bc082057cec8d421478d
+SIZE (libesedb-experimental-20191111.tar.gz) = 1846824

Modified: head/devel/libesedb/pkg-plist
==============================================================================
--- head/devel/libesedb/pkg-plist	Tue Dec  3 19:53:04 2019	(r518960)
+++ head/devel/libesedb/pkg-plist	Tue Dec  3 20:04:41 2019	(r518961)
@@ -11,10 +11,8 @@ lib/libesedb.a
 lib/libesedb.so
 lib/libesedb.so.1
 lib/libesedb.so.1.0.0
-%%PYTHON2_SITELIBDIR%%/pyesedb.a
-%%PYTHON2_SITELIBDIR%%/pyesedb.so
-%%PYTHON3_SITELIBDIR%%/pyesedb.a
-%%PYTHON3_SITELIBDIR%%/pyesedb.so
+%%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?201912032004.xB3K4frR008976>