diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-02-08 10:40:27 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-02-08 10:40:27 +0000 |
commit | 8c4e3fca60edf46ce3f90bc160109717d7c70c98 (patch) | |
tree | 7bae5291d9b77e7a28829e265cfb1f7ee2f2539e /www/py-textile | |
parent | 2f112785b5deab251fcdfe4167a8c6a343c5def5 (diff) | |
download | ports-8c4e3fca60edf46ce3f90bc160109717d7c70c98.tar.gz ports-8c4e3fca60edf46ce3f90bc160109717d7c70c98.zip |
Notes
Diffstat (limited to 'www/py-textile')
-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 |