Index: head/security/py-artifacts/Makefile =================================================================== --- head/security/py-artifacts/Makefile (revision 442680) +++ head/security/py-artifacts/Makefile (revision 442681) @@ -1,23 +1,26 @@ # Created by: Antoine Brodin # $FreeBSD$ PORTNAME= artifacts -PORTVERSION= 20170513 +PORTVERSION= 20170522 CATEGORIES= security python MASTER_SITES= CHEESESHOP \ https://github.com/ForensicArtifacts/artifacts/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= antoine@FreeBSD.org COMMENT= ForensicArtifacts.com Artifact Repository LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yapf>=0:textproc/py-yapf NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist +DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} +TEST_TARGET= run_tests.py .include Index: head/security/py-artifacts/distinfo =================================================================== --- head/security/py-artifacts/distinfo (revision 442680) +++ head/security/py-artifacts/distinfo (revision 442681) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494789316 -SHA256 (artifacts-20170513.tar.gz) = 65be32bf91d1f36804c85b532f029b8cc56c5cd29ee03a411613c68b3936a9f1 -SIZE (artifacts-20170513.tar.gz) = 49564 +TIMESTAMP = 1496500460 +SHA256 (artifacts-20170522.tar.gz) = a421282bbe1911bec482144052a9cfb0307d1c3a4f1a936e2dc111b31988d126 +SIZE (artifacts-20170522.tar.gz) = 58267 Index: head/security/py-artifacts/files/patch-setup.py =================================================================== --- head/security/py-artifacts/files/patch-setup.py (nonexistent) +++ head/security/py-artifacts/files/patch-setup.py (revision 442681) @@ -0,0 +1,11 @@ +--- setup.py.orig 2017-05-22 18:44:24 UTC ++++ setup.py +@@ -123,7 +123,7 @@ setup( + 'Operating System :: OS Independent', + 'Programming Language :: Python', + ], +- packages=find_packages('.', exclude=[u'tests', u'tests.*', u'tools']), ++ packages=find_packages('.', exclude=[u'tests', u'tests.*', u'tools', u'utils']), + package_dir={'artifacts': 'artifacts'}, + data_files=[ + ('share/artifacts', glob.glob(os.path.join('data', '*'))), Property changes on: head/security/py-artifacts/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