svn commit: r365506 - head/security/py-dfvfs

Antoine Brodin antoine at FreeBSD.org
Wed Aug 20 19:38:58 UTC 2014


Author: antoine
Date: Wed Aug 20 19:38:57 2014
New Revision: 365506
URL: http://svnweb.freebsd.org/changeset/ports/365506
QAT: https://qat.redports.org/buildarchive/r365506/

Log:
  Update to 20140818

Modified:
  head/security/py-dfvfs/Makefile
  head/security/py-dfvfs/distinfo

Modified: head/security/py-dfvfs/Makefile
==============================================================================
--- head/security/py-dfvfs/Makefile	Wed Aug 20 19:06:31 2014	(r365505)
+++ head/security/py-dfvfs/Makefile	Wed Aug 20 19:38:57 2014	(r365506)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dfvfs
-PORTVERSION=	20140727
+PORTVERSION=	20140818
 CATEGORIES=	security devel python
 MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiSZTI3MWV6di1fRDg/ \
 		LOCAL/antoine
@@ -12,6 +12,7 @@ MAINTAINER=	antoine at FreeBSD.org
 COMMENT=	Digital Forensics Virtual File System
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 
 RUN_DEPENDS=	libbde>=a:${PORTSDIR}/devel/libbde \
 		libewf>=0:${PORTSDIR}/devel/libewf \
@@ -25,9 +26,8 @@ RUN_DEPENDS=	libbde>=a:${PORTSDIR}/devel
 		${PYTHON_PKGNAMEPREFIX}protobuf>=0:${PORTSDIR}/devel/py-protobuf \
 		${PYTHON_PKGNAMEPREFIX}pytsk>=0:${PORTSDIR}/sysutils/py-pytsk
 
-USE_PYTHON=	2
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python:2
+USE_PYTHON=	distutils autoplist
 
 PORTDOCS=	ACKNOWLEDGEMENTS AUTHORS
 

Modified: head/security/py-dfvfs/distinfo
==============================================================================
--- head/security/py-dfvfs/distinfo	Wed Aug 20 19:06:31 2014	(r365505)
+++ head/security/py-dfvfs/distinfo	Wed Aug 20 19:38:57 2014	(r365506)
@@ -1,2 +1,2 @@
-SHA256 (dfvfs-20140727.tar.gz) = 6e14a0b6b359b2a30737e9b16f43e05ec6c1c4e979bcffae7d87dd472c326742
-SIZE (dfvfs-20140727.tar.gz) = 62373727
+SHA256 (dfvfs-20140818.tar.gz) = 42c109ddc235ef568d93ca9d46620e38a5f09521fd05fb469aa6a1eb79f66d1c
+SIZE (dfvfs-20140818.tar.gz) = 62374373


More information about the svn-ports-all mailing list