- Update to 2.1.8 - Take maintainership For Committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-textile/2.1.8/ Generated with FreeBSD Port Tools 1.02 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!