Date: Sun, 23 Sep 2018 00:52:30 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480441 - in head/www/py-graphite-web: . files Message-ID: <201809230052.w8N0qUNx065368@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Sep 23 00:52:30 2018 New Revision: 480441 URL: https://svnweb.freebsd.org/changeset/ports/480441 Log: www/py-graphite-web: update to 1.1.4 Modified: head/www/py-graphite-web/Makefile (contents, props changed) head/www/py-graphite-web/distinfo (contents, props changed) head/www/py-graphite-web/files/patch-setup.py (contents, props changed) Modified: head/www/py-graphite-web/Makefile ============================================================================== --- head/www/py-graphite-web/Makefile Sun Sep 23 00:25:19 2018 (r480440) +++ head/www/py-graphite-web/Makefile Sun Sep 23 00:52:30 2018 (r480441) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= graphite-web -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-graphite-web/distinfo ============================================================================== --- head/www/py-graphite-web/distinfo Sun Sep 23 00:25:19 2018 (r480440) +++ head/www/py-graphite-web/distinfo Sun Sep 23 00:52:30 2018 (r480441) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524503513 -SHA256 (graphite-project-graphite-web-1.1.3_GH0.tar.gz) = 34cff860d11b111d7fe1b00b5ade047ecc6a4b1e8025cb2247a22a0c7b422b60 -SIZE (graphite-project-graphite-web-1.1.3_GH0.tar.gz) = 1433061 +TIMESTAMP = 1537580301 +SHA256 (graphite-project-graphite-web-1.1.4_GH0.tar.gz) = 3deb414cdddc2536c753c76c9a117f52ed5d81e0a70fc81cc21ac33752cc9d9f +SIZE (graphite-project-graphite-web-1.1.4_GH0.tar.gz) = 1435791 Modified: head/www/py-graphite-web/files/patch-setup.py ============================================================================== --- head/www/py-graphite-web/files/patch-setup.py Sun Sep 23 00:25:19 2018 (r480440) +++ head/www/py-graphite-web/files/patch-setup.py Sun Sep 23 00:52:30 2018 (r480441) @@ -1,4 +1,4 @@ ---- setup.py.orig 2018-04-04 07:58:36 UTC +--- setup.py.orig 2018-09-03 22:00:39 UTC +++ setup.py @@ -39,10 +39,6 @@ else: cf.add_section('install') @@ -39,6 +39,6 @@ scripts=glob('bin/*'), - data_files=list(webapp_content.items()) + storage_dirs + conf_files + examples, + data_files=list(conf_files), - install_requires=['Django>=1.8,<1.11.99', 'django-tagging==0.4.3', 'pytz', 'pyparsing', 'cairocffi', 'urllib3', 'scandir', 'six'], + install_requires=['Django>=1.8,<2.1', 'django-tagging==0.4.3', 'pytz', 'pyparsing', 'cairocffi', 'urllib3', 'scandir', 'six'], classifiers=[ 'Intended Audience :: Developers',
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809230052.w8N0qUNx065368>