Date: Sat, 27 Oct 2018 04:52:58 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483110 - in head/sysutils/py-halite: . files Message-ID: <201810270452.w9R4qwFP040291@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Sat Oct 27 04:52:58 2018 New Revision: 483110 URL: https://svnweb.freebsd.org/changeset/ports/483110 Log: - Update to 0.1.17 PR: 232617 Submitted by: christer.edwards@gmail.com(maintainer) Modified: head/sysutils/py-halite/Makefile head/sysutils/py-halite/distinfo head/sysutils/py-halite/files/patch-setup.py Modified: head/sysutils/py-halite/Makefile ============================================================================== --- head/sysutils/py-halite/Makefile Sat Oct 27 04:06:06 2018 (r483109) +++ head/sysutils/py-halite/Makefile Sat Oct 27 04:52:58 2018 (r483110) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= halite -PORTVERSION= 0.1.15 -PORTREVISION= 2 +PORTVERSION= 0.1.17 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-halite/distinfo ============================================================================== --- head/sysutils/py-halite/distinfo Sat Oct 27 04:06:06 2018 (r483109) +++ head/sysutils/py-halite/distinfo Sat Oct 27 04:52:58 2018 (r483110) @@ -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 Modified: head/sysutils/py-halite/files/patch-setup.py ============================================================================== --- head/sysutils/py-halite/files/patch-setup.py Sat Oct 27 04:06:06 2018 (r483109) +++ head/sysutils/py-halite/files/patch-setup.py Sat Oct 27 04:52:58 2018 (r483110) @@ -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 = {}, )
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810270452.w9R4qwFP040291>