From owner-svn-ports-all@freebsd.org Sat Sep 3 09:42:08 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB8EABCE794; Sat, 3 Sep 2016 09:42:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C6447A5; Sat, 3 Sep 2016 09:42:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u839g7k7087380; Sat, 3 Sep 2016 09:42:07 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u839g7fx087377; Sat, 3 Sep 2016 09:42:07 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201609030942.u839g7fx087377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 3 Sep 2016 09:42:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421289 - in head/devel/libbde: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2016 09:42:09 -0000 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@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_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)