Update to experimental-20150409
This commit is contained in:
parent
07ceb2d7a9
commit
ea34d39e04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384185
2 changed files with 6 additions and 7 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue