diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-17 20:36:42 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-04-17 20:36:42 +0000 |
commit | ea34d39e045f1e179cad055445a6716f05f00773 (patch) | |
tree | d0fbd222d8418b3442b2e55b00b1a195d97bafda | |
parent | Update to alpha-20150413 (diff) |
Update to experimental-20150409
Notes
Notes:
svn path=/head/; revision=384185
-rw-r--r-- | devel/libesedb/Makefile | 9 | ||||
-rw-r--r-- | devel/libesedb/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/libesedb/Makefile b/devel/libesedb/Makefile index ccc24fce2bfa..5616d09bed0f 100644 --- a/devel/libesedb/Makefile +++ b/devel/libesedb/Makefile @@ -3,10 +3,9 @@ PORTNAME= libesedb # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20141110 +DISTVERSION= experimental-20150409 CATEGORIES= devel -MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSN082cmxsbHB0anc/ \ - https://github.com/libyal/libesedb/releases/download/${PORTVERSION:E}/ \ +MASTER_SITES= https://github.com/libyal/libesedb/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org @@ -15,8 +14,8 @@ COMMENT= Library and tools to access the ESEDB format LICENSE= LGPL3 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= gettext iconv libtool pathfix python:2 +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} +USES= gettext libtool pathfix python USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} diff --git a/devel/libesedb/distinfo b/devel/libesedb/distinfo index 768db1002f6c..ef75d8f5e8c7 100644 --- a/devel/libesedb/distinfo +++ b/devel/libesedb/distinfo @@ -1,2 +1,2 @@ -SHA256 (libesedb-experimental-20141110.tar.gz) = 249c5d88c82dc50929a854392f19bf037922868098b00a3889cb2d69125916bd -SIZE (libesedb-experimental-20141110.tar.gz) = 1660844 +SHA256 (libesedb-experimental-20150409.tar.gz) = 600c9b09617d7c2eafdea77c1b0b50cea3c40ad605e8df07b1cf8f064f84272d +SIZE (libesedb-experimental-20150409.tar.gz) = 1672926 |