svn commit: r421289 - in head/devel/libbde: . files

Antoine Brodin antoine at FreeBSD.org
Sat Sep 3 09:42:09 UTC 2016


Author: antoine
Date: Sat Sep  3 09:42:07 2016
New Revision: 421289
URL: https://svnweb.freebsd.org/changeset/ports/421289

Log:
  Update to alpha-20160731

Modified:
  head/devel/libbde/Makefile
  head/devel/libbde/distinfo
  head/devel/libbde/files/patch-pybde_Makefile.in

Modified: head/devel/libbde/Makefile
==============================================================================
--- head/devel/libbde/Makefile	Sat Sep  3 09:34:10 2016	(r421288)
+++ head/devel/libbde/Makefile	Sat Sep  3 09:42:07 2016	(r421289)
@@ -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 at 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}
 

Modified: head/devel/libbde/distinfo
==============================================================================
--- head/devel/libbde/distinfo	Sat Sep  3 09:34:10 2016	(r421288)
+++ head/devel/libbde/distinfo	Sat Sep  3 09:42:07 2016	(r421289)
@@ -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

Modified: head/devel/libbde/files/patch-pybde_Makefile.in
==============================================================================
--- head/devel/libbde/files/patch-pybde_Makefile.in	Sat Sep  3 09:34:10 2016	(r421288)
+++ head/devel/libbde/files/patch-pybde_Makefile.in	Sat Sep  3 09:42:07 2016	(r421289)
@@ -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_ at AM_V@)
  am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)


More information about the svn-ports-head mailing list