Index: head/security/py-pyaff4/Makefile =================================================================== --- head/security/py-pyaff4/Makefile (revision 470794) +++ head/security/py-pyaff4/Makefile (revision 470795) @@ -1,26 +1,28 @@ # Created by: antoine@FreeBSD.org # $FreeBSD$ PORTNAME= pyaff4 -DISTVERSION= 0.24.post1 +DISTVERSION= 0.26.post6 CATEGORIES= security devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= antoine@FreeBSD.org COMMENT= Python Advanced Forensic Format Version 4 library LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}intervaltree>=2.1.0:devel/py-intervaltree@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-snappy>=0.5:archivers/py-python-snappy@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rdflib>=4.2.1:textproc/py-rdflib@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-snappy>=0.5.1:archivers/py-python-snappy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rdflib>=4.2.2:textproc/py-rdflib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}intervaltree>=2.1.0:devel/py-intervaltree@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyblake2>=0.9.3:security/py-pyblake2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}expiringdict>=1.1.4:devel/py-expiringdict@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}html5lib>=0:www/py-html5lib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} NO_ARCH= yes USES= python zip USE_PYTHON= distutils autoplist - -post-patch: - ${REINPLACE_CMD} 's/aff4-snappy == 0.5/python-snappy >= 0.5/' ${WRKSRC}/setup.py .include Index: head/security/py-pyaff4/distinfo =================================================================== --- head/security/py-pyaff4/distinfo (revision 470794) +++ head/security/py-pyaff4/distinfo (revision 470795) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468658152 -SHA256 (pyaff4-0.24.post1.zip) = b30eb08407b78e80a1d9b6ab8d67213ea0cc9f93e217d5f3f9a51bad5a6469cf -SIZE (pyaff4-0.24.post1.zip) = 54592 +TIMESTAMP = 1516106167 +SHA256 (pyaff4-0.26.post6.zip) = 142aefb2876b0f4e4ebfbe1347805cba58a82636bd90c89dbd732f88e87dc8f2 +SIZE (pyaff4-0.26.post6.zip) = 76010 Index: head/security/py-pyaff4/files/patch-setup.py =================================================================== --- head/security/py-pyaff4/files/patch-setup.py (nonexistent) +++ head/security/py-pyaff4/files/patch-setup.py (revision 470795) @@ -0,0 +1,19 @@ +--- setup.py.orig 2017-12-05 23:36:26 UTC ++++ setup.py +@@ -56,11 +56,11 @@ setup( + package_dir={"pyaff4": "pyaff4"}, + install_requires=[ + "future", +- "aff4-snappy == 0.5.1", +- "rdflib[sparql] == 4.2.2", +- "intervaltree == 2.1.0", +- "pyblake2 == 0.9.3", +- "expiringdict == 1.1.4", ++ "python-snappy >= 0.5.1", ++ "rdflib[sparql] >= 4.2.2", ++ "intervaltree >= 2.1.0", ++ "pyblake2 >= 0.9.3", ++ "expiringdict >= 1.1.4", + "html5lib", + ], + extras_require=dict( Property changes on: head/security/py-pyaff4/files/patch-setup.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property