1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Update to 20170618

This commit is contained in:
Antoine Brodin 2017-06-25 11:14:47 +00:00
parent 772bcb0f84
commit 0c749399d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444260
3 changed files with 4 additions and 15 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= artifacts
PORTVERSION= 20170522
PORTVERSION= 20170618
CATEGORIES= security python
MASTER_SITES= CHEESESHOP \
https://github.com/ForensicArtifacts/artifacts/releases/download/${PORTVERSION}/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1496500460
SHA256 (artifacts-20170522.tar.gz) = a421282bbe1911bec482144052a9cfb0307d1c3a4f1a936e2dc111b31988d126
SIZE (artifacts-20170522.tar.gz) = 58267
TIMESTAMP = 1497806646
SHA256 (artifacts-20170618.tar.gz) = 3162bb52aa26dd5b1ef93488ccc5794d86bb0a9dfcfcc12841a43f709a27df5f
SIZE (artifacts-20170618.tar.gz) = 58295

View File

@ -1,11 +0,0 @@
--- 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', '*'))),