From owner-svn-ports-all@freebsd.org Sun Sep 23 00:52:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8ED510A89E2; Sun, 23 Sep 2018 00:52:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B3CC89B94; Sun, 23 Sep 2018 00:52:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5618723737; Sun, 23 Sep 2018 00:52:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8N0qVwf065371; Sun, 23 Sep 2018 00:52:31 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8N0qUNx065368; Sun, 23 Sep 2018 00:52:30 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201809230052.w8N0qUNx065368@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 23 Sep 2018 00:52:30 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/www/py-graphite-web: . files X-SVN-Commit-Revision: 480441 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2018 00:52:31 -0000 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',