Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2016 20:36:18 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422161 - head/sysutils/libfvde
Message-ID:  <201609142036.u8EKaIFl004497@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Sep 14 20:36:18 2016
New Revision: 422161
URL: https://svnweb.freebsd.org/changeset/ports/422161

Log:
  - Update to 20160801
  - Update MASTER_SITES, making fetchable again
  - Take maintainership
  - Clarify LICENSE
  - Add some missing dependencies
  - Build python extension
  - Update WWW
  
  PR:		212567
  Approved by:	maintainer

Modified:
  head/sysutils/libfvde/Makefile
  head/sysutils/libfvde/distinfo
  head/sysutils/libfvde/pkg-descr
  head/sysutils/libfvde/pkg-plist

Modified: head/sysutils/libfvde/Makefile
==============================================================================
--- head/sysutils/libfvde/Makefile	Wed Sep 14 19:50:46 2016	(r422160)
+++ head/sysutils/libfvde/Makefile	Wed Sep 14 20:36:18 2016	(r422161)
@@ -2,20 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	libfvde
-PORTVERSION=	20130305
-PORTREVISION=	2
+PORTVERSION=	20160801
+DISTVERSIONPREFIX=	experimental-
 CATEGORIES=	sysutils
-MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSLUVJYl9XRWhKSjg/
-DISTFILES=	${PORTNAME}-experimental-${PORTVERSION}${EXTRACT_SUFX}
+MASTER_SITES=	https://github.com/libyal/libfvde/releases/download/${PORTVERSION}/ \
+		LOCAL/antoine
 
-MAINTAINER=	koobs@FreeBSD.org
+MAINTAINER=	antoine@FreeBSD.org
 COMMENT=	Library and tools for reading FileVault (FVDE) encrypted volumes
 
-LICENSE=	LGPL3
+LICENSE=	LGPL3+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		libtool pathfix pkgconfig
-USE_GNOME=	libxml2
-USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--enable-python
+USES=		fuse gettext libtool pathfix pkgconfig python ssl
+USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
+LIBS+=		-L${OPENSSLLIB}
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 .include <bsd.port.mk>

Modified: head/sysutils/libfvde/distinfo
==============================================================================
--- head/sysutils/libfvde/distinfo	Wed Sep 14 19:50:46 2016	(r422160)
+++ head/sysutils/libfvde/distinfo	Wed Sep 14 20:36:18 2016	(r422161)
@@ -1,2 +1,3 @@
-SHA256 (libfvde-experimental-20130305.tar.gz) = 01a85c864c4d7e6da3d0f9ed7e342201e482c597a9efefdfa32556d54c8eff0c
-SIZE (libfvde-experimental-20130305.tar.gz) = 1345886
+TIMESTAMP = 1470500654
+SHA256 (libfvde-experimental-20160801.tar.gz) = cc30ed778df6e182632128d59ffde874f0d0f09e59fff205db5cac742860c432
+SIZE (libfvde-experimental-20160801.tar.gz) = 1642939

Modified: head/sysutils/libfvde/pkg-descr
==============================================================================
--- head/sysutils/libfvde/pkg-descr	Wed Sep 14 19:50:46 2016	(r422160)
+++ head/sysutils/libfvde/pkg-descr	Wed Sep 14 20:36:18 2016	(r422161)
@@ -11,4 +11,4 @@ Supported protection methods:
     password
     recovery password
 
-WWW: https://code.google.com/p/libfvde/
+WWW: https://github.com/libyal/libfvde

Modified: head/sysutils/libfvde/pkg-plist
==============================================================================
--- head/sysutils/libfvde/pkg-plist	Wed Sep 14 19:50:46 2016	(r422160)
+++ head/sysutils/libfvde/pkg-plist	Wed Sep 14 20:36:18 2016	(r422161)
@@ -1,5 +1,6 @@
 bin/fvdeinfo
 bin/fvdemount
+bin/fvdewipekey
 include/libfvde.h
 include/libfvde/codepage.h
 include/libfvde/definitions.h
@@ -11,6 +12,8 @@ lib/libfvde.a
 lib/libfvde.so
 lib/libfvde.so.1
 lib/libfvde.so.1.0.0
+%%PYTHON_SITELIBDIR%%/pyfvde.a
+%%PYTHON_SITELIBDIR%%/pyfvde.so
 libdata/pkgconfig/libfvde.pc
 man/man1/fvdeinfo.1.gz
 man/man1/fvdemount.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609142036.u8EKaIFl004497>