Update to alpha-20160731
This commit is contained in:
parent
c913ed6790
commit
a9c5c34982
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421289
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libbde
|
||||
DISTVERSION= alpha-20160418
|
||||
DISTVERSION= alpha-20160731
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://github.com/libyal/libbde/releases/download/${PORTVERSION:E}/ \
|
||||
LOCAL/antoine
|
||||
@ -11,11 +11,11 @@ MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= Library and tools to access the BitLocker Drive Encryption volumes
|
||||
|
||||
LICENSE= LGPL3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE}
|
||||
USES= fuse gettext libtool pathfix pkgconfig python
|
||||
USE_OPENSSL= yes
|
||||
USES= fuse gettext libtool pathfix pkgconfig python ssl
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
LIBS+= -L${OPENSSLLIB}
|
||||
@ -25,7 +25,7 @@ PORTDOCS= AUTHORS ChangeLog
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (libbde-alpha-20160418.tar.gz) = f314e4ae4a0849f7af6feb286da789777db1dc6a4a88653a1679db05bcfc2d1d
|
||||
SIZE (libbde-alpha-20160418.tar.gz) = 1649839
|
||||
TIMESTAMP = 1470083347
|
||||
SHA256 (libbde-alpha-20160731.tar.gz) = 7d7dcd17adf9941e9c8ae56ca7b6b938d0ff2b5c672b26b441e63ab0084acc95
|
||||
SIZE (libbde-alpha-20160731.tar.gz) = 1653822
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Allow building when an older version of libbde is installed
|
||||
|
||||
--- pybde/Makefile.in.orig 2016-01-10 20:07:31 UTC
|
||||
--- pybde/Makefile.in.orig 2016-08-01 20:29:29 UTC
|
||||
+++ pybde/Makefile.in
|
||||
@@ -192,7 +192,7 @@ AM_V_at = $(am__v_at_@AM_V@)
|
||||
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
||||
|
Loading…
Reference in New Issue
Block a user