aboutsummaryrefslogtreecommitdiff
path: root/devel/libbde
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-09-03 09:42:07 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-09-03 09:42:07 +0000
commita9c5c34982d12400d2d5d4a6e1cdb02719e9b2ee (patch)
tree1f8b4412457a681a1bb5698ab12a0b9d025abd46 /devel/libbde
parentc913ed67900dea5cfa6ae04fd9646249ea7d09b7 (diff)
downloadports-a9c5c34982d12400d2d5d4a6e1cdb02719e9b2ee.tar.gz
ports-a9c5c34982d12400d2d5d4a6e1cdb02719e9b2ee.zip
Notes
Diffstat (limited to 'devel/libbde')
-rw-r--r--devel/libbde/Makefile8
-rw-r--r--devel/libbde/distinfo5
-rw-r--r--devel/libbde/files/patch-pybde_Makefile.in2
3 files changed, 8 insertions, 7 deletions
diff --git a/devel/libbde/Makefile b/devel/libbde/Makefile
index 87ce3985054b..d6266bd16839 100644
--- a/devel/libbde/Makefile
+++ b/devel/libbde/Makefile
@@ -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}
diff --git a/devel/libbde/distinfo b/devel/libbde/distinfo
index ac5604a6ef26..56c4358556b0 100644
--- a/devel/libbde/distinfo
+++ b/devel/libbde/distinfo
@@ -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
diff --git a/devel/libbde/files/patch-pybde_Makefile.in b/devel/libbde/files/patch-pybde_Makefile.in
index c45df9eddeea..eab9a285cd08 100644
--- a/devel/libbde/files/patch-pybde_Makefile.in
+++ b/devel/libbde/files/patch-pybde_Makefile.in
@@ -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@)