Date: Mon, 8 Jan 2018 18:00:50 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458465 - head/www/py-textile Message-ID: <201801081800.w08I0oBv012799@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Mon Jan 8 18:00:50 2018 New Revision: 458465 URL: https://svnweb.freebsd.org/changeset/ports/458465 Log: www/py-textile: Update version 2.3.16=>3.0.0 - Change MASTERSIETS to GITHUB - Update HOMEPAGE to GITHUB Relnotes: https://github.com/textile/python-textile/blob/master/CHANGELOG.textile Modified: head/www/py-textile/Makefile head/www/py-textile/distinfo head/www/py-textile/pkg-descr Modified: head/www/py-textile/Makefile ============================================================================== --- head/www/py-textile/Makefile Mon Jan 8 17:57:55 2018 (r458464) +++ head/www/py-textile/Makefile Mon Jan 8 18:00:50 2018 (r458465) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= textile -PORTVERSION= 2.3.16 +PORTVERSION= 3.0.0 CATEGORIES= www textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,5 +18,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0: USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME} +GH_PROJECT= python-${PORTNAME} .include <bsd.port.mk> Modified: head/www/py-textile/distinfo ============================================================================== --- head/www/py-textile/distinfo Mon Jan 8 17:57:55 2018 (r458464) +++ head/www/py-textile/distinfo Mon Jan 8 18:00:50 2018 (r458465) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505758978 -SHA256 (textile-2.3.16.tar.gz) = 6f151c1a4119fc5f795b59efdb4a35998718b1a55c2d882e54785a189cfb5907 -SIZE (textile-2.3.16.tar.gz) = 47578 +TIMESTAMP = 1515416930 +SHA256 (textile-python-textile-3.0.0_GH0.tar.gz) = 5fd714b9e10afb48a2285ef504002c611bde277eebfa6b75425e3ae4a98bbc0c +SIZE (textile-python-textile-3.0.0_GH0.tar.gz) = 47822 Modified: head/www/py-textile/pkg-descr ============================================================================== --- head/www/py-textile/pkg-descr Mon Jan 8 17:57:55 2018 (r458464) +++ head/www/py-textile/pkg-descr Mon Jan 8 18:00:50 2018 (r458465) @@ -1,4 +1,4 @@ Textile is a Python implementation of the Textile (http://textism.com/tools/textile) markup language. -WWW: https://pypi.python.org/pypi/textile +WWW: https://github.com/textile/python-textile/releases
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801081800.w08I0oBv012799>