From owner-svn-ports-all@FreeBSD.ORG Fri May 30 05:31:54 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9008765; Fri, 30 May 2014 05:31:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D90C2012; Fri, 30 May 2014 05:31:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4U5VsgV049323; Fri, 30 May 2014 05:31:54 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4U5VseW049320; Fri, 30 May 2014 05:31:54 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405300531.s4U5VseW049320@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 30 May 2014 05:31:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355781 - head/www/py-textile X-SVN-Group: ports-head 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.18 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: Fri, 30 May 2014 05:31:54 -0000 Author: sunpoet Date: Fri May 30 05:31:53 2014 New Revision: 355781 URL: http://svnweb.freebsd.org/changeset/ports/355781 QAT: https://qat.redports.org/buildarchive/r355781/ Log: - Update to 2.1.8 - Pass maintainership to submitter - While I'm here: - Update USE_PYTHON - Change WWW to PyPI Changes: https://github.com/ikirudennis/python-textile/commits/master PR: ports/190340 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> 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 Fri May 30 05:31:46 2014 (r355780) +++ head/www/py-textile/Makefile Fri May 30 05:31:53 2014 (r355781) @@ -2,21 +2,20 @@ # $FreeBSD$ PORTNAME= textile -PORTVERSION= 2.1.5 -PORTREVISION= 1 +PORTVERSION= 2.1.8 CATEGORIES= www textproc python MASTER_SITES= CHEESESHOP \ GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Textile markup generator written in Python LICENSE= BSD2CLAUSE PROJECTHOST= pytextile -USE_PYTHON= 2 +USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes Modified: head/www/py-textile/distinfo ============================================================================== --- head/www/py-textile/distinfo Fri May 30 05:31:46 2014 (r355780) +++ head/www/py-textile/distinfo Fri May 30 05:31:53 2014 (r355781) @@ -1,2 +1,2 @@ -SHA256 (textile-2.1.5.tar.gz) = b22a2e2fcb0e6b55a39b181d978d4b7429abf8504b09442dc55756fa98d3bcf6 -SIZE (textile-2.1.5.tar.gz) = 16541 +SHA256 (textile-2.1.8.tar.gz) = c443f4bf0a31df9e707e615f869d4f51b08cdb222d17ca3009eda44f7cfd8629 +SIZE (textile-2.1.8.tar.gz) = 34002 Modified: head/www/py-textile/pkg-descr ============================================================================== --- head/www/py-textile/pkg-descr Fri May 30 05:31:46 2014 (r355780) +++ head/www/py-textile/pkg-descr Fri May 30 05:31:53 2014 (r355781) @@ -1,4 +1,4 @@ Textile is a Python implementation of the Textile (http://textism.com/tools/textile) markup language. -WWW: http://loopcore.com/python-textile/ +WWW: https://pypi.python.org/pypi/textile