diff options
author | wen <wen@FreeBSD.org> | 2010-05-21 15:36:05 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-05-21 15:36:05 +0800 |
commit | d10170e3c0a3c251aa72c045475cfbba6bd957e0 (patch) | |
tree | e63408e8b66f137ec3d4414373772b10a13e1607 /math | |
parent | 61d757fcd554a6f8d7801a78008d007341c9708d (diff) | |
download | freebsd-ports-gnome-d10170e3c0a3c251aa72c045475cfbba6bd957e0.tar.gz freebsd-ports-gnome-d10170e3c0a3c251aa72c045475cfbba6bd957e0.tar.zst freebsd-ports-gnome-d10170e3c0a3c251aa72c045475cfbba6bd957e0.zip |
- Update to 0.9.2
- Reset maintainer
Diffstat (limited to 'math')
-rw-r--r-- | math/py-plastex/Makefile | 9 | ||||
-rw-r--r-- | math/py-plastex/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/math/py-plastex/Makefile b/math/py-plastex/Makefile index 8da3e3acdb8d..a11b39fa7cee 100644 --- a/math/py-plastex/Makefile +++ b/math/py-plastex/Makefile @@ -6,17 +6,18 @@ # PORTNAME= plastex -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= math python -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/rel-0-9-1 +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/rel-0-9-2 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX Document Processing Framework +WRKSRC= ${WRKDIR}/${PORTNAME} USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_EGGINFO= plasTeX-0.0.0-${PYTHON_VERSION:S/thon//}.egg-info +PYDISTUTILS_PKGNAME= plasTeX .include <bsd.port.mk> diff --git a/math/py-plastex/distinfo b/math/py-plastex/distinfo index 28d961be18ee..96972101b3cd 100644 --- a/math/py-plastex/distinfo +++ b/math/py-plastex/distinfo @@ -1,3 +1,3 @@ -MD5 (plastex-0.9.1.tgz) = 7b9377c2f2315a71aa7790455b3d6673 -SHA256 (plastex-0.9.1.tgz) = 19e2ef04c92677bedf0f828c06004136bbf254ec9bc0879308e0d6ad5be7d2af -SIZE (plastex-0.9.1.tgz) = 862020 +MD5 (plastex-0.9.2.tgz) = 31a568374a9e08b6aac48aa1173b79ab +SHA256 (plastex-0.9.2.tgz) = 0f3cfb88b395fe706e0abaf57a4fc85d8bec6f4753681ea064fc02c911fd2d23 +SIZE (plastex-0.9.2.tgz) = 865856 |