diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-30 13:31:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-30 13:31:53 +0800 |
commit | b367d5b644528d033e663cf72176a1a9f72a1d56 (patch) | |
tree | 8fca07bdf0f64f23e724b98f24e6ed82954fb6f5 /www | |
parent | d8932d0c40e90e9270917671380b517caed7fc85 (diff) | |
download | freebsd-ports-gnome-b367d5b644528d033e663cf72176a1a9f72a1d56.tar.gz freebsd-ports-gnome-b367d5b644528d033e663cf72176a1a9f72a1d56.tar.zst freebsd-ports-gnome-b367d5b644528d033e663cf72176a1a9f72a1d56.zip |
- 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>
Diffstat (limited to 'www')
-rw-r--r-- | www/py-textile/Makefile | 7 | ||||
-rw-r--r-- | www/py-textile/distinfo | 4 | ||||
-rw-r--r-- | www/py-textile/pkg-descr | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/www/py-textile/Makefile b/www/py-textile/Makefile index c04dfbbf88e5..33b4c2ab14cc 100644 --- a/www/py-textile/Makefile +++ b/www/py-textile/Makefile @@ -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 diff --git a/www/py-textile/distinfo b/www/py-textile/distinfo index dcadb7896515..4ad3336dcd7b 100644 --- a/www/py-textile/distinfo +++ b/www/py-textile/distinfo @@ -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 diff --git a/www/py-textile/pkg-descr b/www/py-textile/pkg-descr index f0146fe1268d..734112bef9fa 100644 --- a/www/py-textile/pkg-descr +++ b/www/py-textile/pkg-descr @@ -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 |