From owner-svn-ports-all@freebsd.org Sat Sep 22 16:44:06 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 35B9D109D0F7; Sat, 22 Sep 2018 16:44:06 +0000 (UTC) (envelope-from sunpoet@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 DC8AA79DC0; Sat, 22 Sep 2018 16:44:05 +0000 (UTC) (envelope-from sunpoet@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 D791E1E7E3; Sat, 22 Sep 2018 16:44:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8MGi5f4011468; Sat, 22 Sep 2018 16:44:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8MGi5EB011465; Sat, 22 Sep 2018 16:44:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809221644.w8MGi5EB011465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 22 Sep 2018 16:44:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480403 - head/textproc/py-pylons-sphinx-themes X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/py-pylons-sphinx-themes X-SVN-Commit-Revision: 480403 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: Sat, 22 Sep 2018 16:44:06 -0000 Author: sunpoet Date: Sat Sep 22 16:44:05 2018 New Revision: 480403 URL: https://svnweb.freebsd.org/changeset/ports/480403 Log: Update to 1.0.7 - Update WWW Changes: https://github.com/Pylons/pylons-sphinx-themes/blob/master/CHANGES.txt Modified: head/textproc/py-pylons-sphinx-themes/Makefile head/textproc/py-pylons-sphinx-themes/distinfo head/textproc/py-pylons-sphinx-themes/pkg-descr Modified: head/textproc/py-pylons-sphinx-themes/Makefile ============================================================================== --- head/textproc/py-pylons-sphinx-themes/Makefile Sat Sep 22 16:44:00 2018 (r480402) +++ head/textproc/py-pylons-sphinx-themes/Makefile Sat Sep 22 16:44:05 2018 (r480403) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pylons-sphinx-themes -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,9 @@ COMMENT= Sphinx themes for Pylons Project documentatio LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include Modified: head/textproc/py-pylons-sphinx-themes/distinfo ============================================================================== --- head/textproc/py-pylons-sphinx-themes/distinfo Sat Sep 22 16:44:00 2018 (r480402) +++ head/textproc/py-pylons-sphinx-themes/distinfo Sat Sep 22 16:44:05 2018 (r480403) @@ -1,3 +1,3 @@ -TIMESTAMP = 1521344702 -SHA256 (pylons-sphinx-themes-1.0.6.tar.gz) = 2fc29def153594e0f5e7facf674a8aa9e9a60ca1617cc9db234fa9204ee461ec -SIZE (pylons-sphinx-themes-1.0.6.tar.gz) = 140798 +TIMESTAMP = 1537608181 +SHA256 (pylons-sphinx-themes-1.0.7.tar.gz) = 19d0200d46a5970de9a5ea7d2c2b998e839f01d073fb884b14bd07ff66a96e3b +SIZE (pylons-sphinx-themes-1.0.7.tar.gz) = 141528 Modified: head/textproc/py-pylons-sphinx-themes/pkg-descr ============================================================================== --- head/textproc/py-pylons-sphinx-themes/pkg-descr Sat Sep 22 16:44:00 2018 (r480402) +++ head/textproc/py-pylons-sphinx-themes/pkg-descr Sat Sep 22 16:44:05 2018 (r480403) @@ -3,4 +3,4 @@ related projects. This project is based on Pylons Sphi uses a package implementation instead of git submodules and manual steps. WWW: https://pypi.org/project/pylons-sphinx-themes/ -WWW: https://github.com/Pylons/pylons_sphinx_theme +WWW: https://github.com/Pylons/pylons-sphinx-themes