Index: head/sysutils/py-halite/Makefile =================================================================== --- head/sysutils/py-halite/Makefile (revision 483109) +++ head/sysutils/py-halite/Makefile (revision 483110) @@ -1,22 +1,21 @@ # Created by: Christer Edwards # $FreeBSD$ PORTNAME= halite -PORTVERSION= 0.1.15 -PORTREVISION= 2 +PORTVERSION= 0.1.17 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= christer.edwards@gmail.com COMMENT= SaltStack Web UI LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}salt>=0.17.0:sysutils/py-salt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cherrypy>0:www/py-cherrypy@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/sysutils/py-halite/distinfo =================================================================== --- head/sysutils/py-halite/distinfo (revision 483109) +++ head/sysutils/py-halite/distinfo (revision 483110) @@ -1,2 +1,3 @@ -SHA256 (halite-0.1.15.tar.gz) = 4543290a7cddd2751f796c01e118a151da424449fc419a4055dbbfa748dba3ae -SIZE (halite-0.1.15.tar.gz) = 422633 +TIMESTAMP = 1540614527 +SHA256 (halite-0.1.17.tar.gz) = c758d581c88d6341f70385acf0ff0aa5c3adbedad84bdb8f8a3f7d1ce05953b1 +SIZE (halite-0.1.17.tar.gz) = 432338 Index: head/sysutils/py-halite/files/patch-setup.py =================================================================== --- head/sysutils/py-halite/files/patch-setup.py (revision 483109) +++ head/sysutils/py-halite/files/patch-setup.py (revision 483110) @@ -1,11 +1,11 @@ ---- ./setup.py.orig 2013-12-21 08:59:30.000000000 +1100 -+++ ./setup.py 2014-01-29 19:27:01.992938843 +1100 -@@ -24,7 +24,7 @@ +--- setup.py.orig 2018-10-27 04:42:31 UTC ++++ setup.py +@@ -45,7 +45,7 @@ setup( 'screenshots', 'screenshots.*']), package_data={ '': ['*.txt', '*.md', '*.rst', '*.json', '*.conf', '*.html', - '*.css', '*.ico', '*.png', '../LICENSE'], + '*.css', '*.ico', '*.png'], - 'halite': ['app/*.txt', 'app/*/*.txt', - 'app/*.ico', 'app/*/*.ico', - 'app/*.png', 'app/*/*.png', + 'halite': pkg_files}, + install_requires = [''], + extras_require = {}, )