diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-02-08 18:40:27 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-02-08 18:40:27 +0800 |
commit | bcc852327a27fd7e28593373506528c435626b05 (patch) | |
tree | a56c8fb1dc82405d5023c54a139adb75ff34c471 /www | |
parent | fcd6d12858e867ca0121cb66f96142f1b3cc097b (diff) | |
download | freebsd-ports-gnome-bcc852327a27fd7e28593373506528c435626b05.tar.gz freebsd-ports-gnome-bcc852327a27fd7e28593373506528c435626b05.tar.zst freebsd-ports-gnome-bcc852327a27fd7e28593373506528c435626b05.zip |
- Update to 2.1.3
PR: ports/131470
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-textile/Makefile | 12 | ||||
-rw-r--r-- | www/py-textile/distinfo | 6 | ||||
-rw-r--r-- | www/py-textile/pkg-descr | 2 | ||||
-rw-r--r-- | www/py-textile/pkg-plist | 1 |
4 files changed, 11 insertions, 10 deletions
diff --git a/www/py-textile/Makefile b/www/py-textile/Makefile index dccc0fe505ed..6d93004d64de 100644 --- a/www/py-textile/Makefile +++ b/www/py-textile/Makefile @@ -6,9 +6,10 @@ # PORTNAME= textile -PORTVERSION= 2.0.11 +PORTVERSION= 2.1.3 CATEGORIES= www textproc python -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= CHEESESHOP \ + ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yzlin@cs.nctu.edu.tw @@ -16,8 +17,9 @@ COMMENT= Textile markup generator written in Python PROJECTHOST= pytextile USE_PYTHON= 2.5+ -USE_PYDISTUTILS= easy_install -PYDISTUTILS_NOEGGINFO= yes -PLIST_SUB= VERSION=${PORTVERSION} PYVER=${PYTHON_VERSION:S/python//} +USE_PYDISTUTILS= yes +PLIST_FILES= %%PYTHON_SITELIBDIR%%/textile.py \ + %%PYTHON_SITELIBDIR%%/textile.pyc \ + %%PYTHON_SITELIBDIR%%/textile.pyo .include <bsd.port.mk> diff --git a/www/py-textile/distinfo b/www/py-textile/distinfo index bce90adb12ed..9a7d934fb86b 100644 --- a/www/py-textile/distinfo +++ b/www/py-textile/distinfo @@ -1,3 +1,3 @@ -MD5 (textile-2.0.11.tar.gz) = a94aee1f9610aae6605c6e72b6a1f660 -SHA256 (textile-2.0.11.tar.gz) = 8d1f277c541d2638f8be3fa5ebb01762e01ce9d1792ae7bcdca443716964bf59 -SIZE (textile-2.0.11.tar.gz) = 28727 +MD5 (textile-2.1.3.tar.gz) = 07ec3c6d5e47763376894dfe60466a18 +SHA256 (textile-2.1.3.tar.gz) = 68547970d5eaa31f7c012f10b05ccee08b0b5b412a5adb35f9cabb5e1e626ce5 +SIZE (textile-2.1.3.tar.gz) = 14417 diff --git a/www/py-textile/pkg-descr b/www/py-textile/pkg-descr index 64d93c1dcccf..0a84d6c201de 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://code.google.com/p/pytextile/ +WWW: http://loopcore.com/python-textile/ diff --git a/www/py-textile/pkg-plist b/www/py-textile/pkg-plist deleted file mode 100644 index 47682a96305b..000000000000 --- a/www/py-textile/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/textile-%%VERSION%%-py%%PYVER%%.egg |