From owner-svn-ports-head@freebsd.org Mon Jan 8 18:00:51 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D43D4E7B371; Mon, 8 Jan 2018 18:00:51 +0000 (UTC) (envelope-from bofh@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 AF89D69AD1; Mon, 8 Jan 2018 18:00:51 +0000 (UTC) (envelope-from bofh@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 ECC8D2FA4; Mon, 8 Jan 2018 18:00:50 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w08I0o0H012802; Mon, 8 Jan 2018 18:00:50 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w08I0oBv012799; Mon, 8 Jan 2018 18:00:50 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201801081800.w08I0oBv012799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Mon, 8 Jan 2018 18:00:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458465 - head/www/py-textile X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/www/py-textile X-SVN-Commit-Revision: 458465 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jan 2018 18:00:51 -0000 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 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