diff options
author | antoine <antoine@FreeBSD.org> | 2018-05-24 22:24:23 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-05-24 22:24:23 +0800 |
commit | bdd681eb442cca037d71334f911ecc5a073830a6 (patch) | |
tree | 9751f2e48da413d47153d996e0d1c5e300656841 /security | |
parent | bc9c8c9a6bcd342a3e5ca00222a95294a35a7124 (diff) | |
download | freebsd-ports-gnome-bdd681eb442cca037d71334f911ecc5a073830a6.tar.gz freebsd-ports-gnome-bdd681eb442cca037d71334f911ecc5a073830a6.tar.zst freebsd-ports-gnome-bdd681eb442cca037d71334f911ecc5a073830a6.zip |
Update to 20180329
Diffstat (limited to 'security')
-rw-r--r-- | security/py-dfwinreg/Makefile | 13 | ||||
-rw-r--r-- | security/py-dfwinreg/distinfo | 6 |
2 files changed, 9 insertions, 10 deletions
diff --git a/security/py-dfwinreg/Makefile b/security/py-dfwinreg/Makefile index 1dca112ae30a..ac48d4f73547 100644 --- a/security/py-dfwinreg/Makefile +++ b/security/py-dfwinreg/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= dfwinreg -PORTVERSION= 20170706 +PORTVERSION= 20180329 CATEGORIES= security devel python -MASTER_SITES= CHEESESHOP \ - https://github.com/log2timeline/dfwinreg/releases/download/${PORTVERSION}/ +MASTER_SITES= CHEESESHOP +# https://github.com/log2timeline/dfwinreg/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= antoine@FreeBSD.org @@ -15,16 +15,15 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= libregf>=a:devel/libregf \ - ${PYTHON_PKGNAMEPREFIX}construct>=0:devel/py-construct@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dfdatetime>=0:security/py-dfdatetime@${FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${FLAVOR} + ${PYTHON_PKGNAMEPREFIX}dtfabric>=0:devel/py-dtfabric@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dfdatetime>=0:security/py-dfdatetime@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} 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> diff --git a/security/py-dfwinreg/distinfo b/security/py-dfwinreg/distinfo index 06b7973094c6..3655250c2c64 100644 --- a/security/py-dfwinreg/distinfo +++ b/security/py-dfwinreg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499405267 -SHA256 (dfwinreg-20170706.tar.gz) = 21a6fd6dac2ff04a2bcf072e757e86735f92068f9ace93e0fb925c0675fa55c6 -SIZE (dfwinreg-20170706.tar.gz) = 1222849 +TIMESTAMP = 1527148979 +SHA256 (dfwinreg-20180329.tar.gz) = f6de6e1ce8460445b9776bed5cc3f5b86ce5d1884d0b2d47b2b69ce90c1075e0 +SIZE (dfwinreg-20180329.tar.gz) = 1225590 |