diff options
author | antoine <antoine@FreeBSD.org> | 2015-07-26 01:05:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-07-26 01:05:35 +0800 |
commit | f2c87f3ea8127ef58f83d8b68daa664f30baa73a (patch) | |
tree | 49ed7ca3fc3c87b12728aad44a5d60c5efc302fe /security | |
parent | bf5ee214d11020e41a15ea144b9a84939c5bb532 (diff) | |
download | freebsd-ports-gnome-f2c87f3ea8127ef58f83d8b68daa664f30baa73a.tar.gz freebsd-ports-gnome-f2c87f3ea8127ef58f83d8b68daa664f30baa73a.tar.zst freebsd-ports-gnome-f2c87f3ea8127ef58f83d8b68daa664f30baa73a.zip |
Update to 20150708
Diffstat (limited to 'security')
-rw-r--r-- | security/py-dfvfs/Makefile | 13 | ||||
-rw-r--r-- | security/py-dfvfs/distinfo | 4 |
2 files changed, 5 insertions, 12 deletions
diff --git a/security/py-dfvfs/Makefile b/security/py-dfvfs/Makefile index f974057c4376..a9fa89265ea2 100644 --- a/security/py-dfvfs/Makefile +++ b/security/py-dfvfs/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dfvfs -PORTVERSION= 20150129 +PORTVERSION= 20150708 CATEGORIES= security devel python MASTER_SITES= https://github.com/log2timeline/dfvfs/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -25,19 +25,12 @@ RUN_DEPENDS= libbde>=a:${PORTSDIR}/devel/libbde \ libvshadow>=0:${PORTSDIR}/devel/libvshadow \ ${PYTHON_PKGNAMEPREFIX}construct>=0:${PORTSDIR}/devel/py-construct \ ${PYTHON_PKGNAMEPREFIX}protobuf>=0:${PORTSDIR}/devel/py-protobuf \ - ${PYTHON_PKGNAMEPREFIX}pytsk>=0:${PORTSDIR}/sysutils/py-pytsk + ${PYTHON_PKGNAMEPREFIX}pytsk>=0:${PORTSDIR}/sysutils/py-pytsk \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 USES= python:2 USE_PYTHON= distutils autoplist -PORTDOCS= ACKNOWLEDGEMENTS AUTHORS - -OPTIONS_DEFINE= DOCS - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} - # Note: for regression tests set LANG to en_US.UTF-8 .include <bsd.port.mk> diff --git a/security/py-dfvfs/distinfo b/security/py-dfvfs/distinfo index a5b4a834e489..50cc8848a9da 100644 --- a/security/py-dfvfs/distinfo +++ b/security/py-dfvfs/distinfo @@ -1,2 +1,2 @@ -SHA256 (dfvfs-20150129.tar.gz) = 276e0092a1226b65f18ac35e1c15cfc44341321855d27660c10fc825556e3b16 -SIZE (dfvfs-20150129.tar.gz) = 62429109 +SHA256 (dfvfs-20150708.tar.gz) = a0c8e6fe3789bcf60a277b8b7e7a4c3d2ba149bc0569b009b30952964ce70c3e +SIZE (dfvfs-20150708.tar.gz) = 62448603 |