svn commit: r442684 - head/security/py-dfdatetime
Antoine Brodin
antoine at FreeBSD.org
Mon Jun 5 20:25:04 UTC 2017
Author: antoine
Date: Mon Jun 5 20:25:02 2017
New Revision: 442684
URL: https://svnweb.freebsd.org/changeset/ports/442684
Log:
Update to 20170605
Modified:
head/security/py-dfdatetime/Makefile
head/security/py-dfdatetime/distinfo
Modified: head/security/py-dfdatetime/Makefile
==============================================================================
--- head/security/py-dfdatetime/Makefile Mon Jun 5 20:10:34 2017 (r442683)
+++ head/security/py-dfdatetime/Makefile Mon Jun 5 20:25:02 2017 (r442684)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dfdatetime
-PORTVERSION= 20170103
+PORTVERSION= 20170605
CATEGORIES= security devel python
MASTER_SITES= CHEESESHOP \
https://github.com/log2timeline/dfdatetime/releases/download/${PORTVERSION}/
@@ -14,11 +14,14 @@ COMMENT= Digital Forensics Date and Time
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock
+
NO_ARCH= yes
USES= python
USE_PYTHON= distutils autoplist
do-test:
+ @${TOUCH} ${TEST_WRKSRC}/utils/__init__.py
@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} run_tests.py)
.include <bsd.port.mk>
Modified: head/security/py-dfdatetime/distinfo
==============================================================================
--- head/security/py-dfdatetime/distinfo Mon Jun 5 20:10:34 2017 (r442683)
+++ head/security/py-dfdatetime/distinfo Mon Jun 5 20:25:02 2017 (r442684)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483986757
-SHA256 (dfdatetime-20170103.tar.gz) = 5dc9b4c768aa3b6ad321d1622f0222acd470819207f633da4463c6a381e2cc1d
-SIZE (dfdatetime-20170103.tar.gz) = 23499
+TIMESTAMP = 1496669177
+SHA256 (dfdatetime-20170605.tar.gz) = cb62c4d15349d4ce689d867ac91b87d9a0b520d518efd6b9d8fe7d08c8b945a5
+SIZE (dfdatetime-20170605.tar.gz) = 27777
More information about the svn-ports-head
mailing list