diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-07-23 19:02:19 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-07-23 19:02:19 +0000 |
commit | d11a8f90d31708af97808be9669148bf1daf9b19 (patch) | |
tree | b86cddade61e245059f3044da78f9bd72e0c2991 | |
parent | a6e6d70cdacc1e3c33174a105b609ff58edbb811 (diff) | |
download | ports-d11a8f90d31708af97808be9669148bf1daf9b19.tar.gz ports-d11a8f90d31708af97808be9669148bf1daf9b19.zip |
The tarball was rerolled without version bumps.
Changes:
* Unicode support fixes
* free() changed with PyObject_FREE()
* allow pass URI in stream
Full distfiles diff you can see here:
http://people.freebsd.org/~sem/PyLTXML-1.3.diff
PR: ports/69490
Submitted by: Radim Kolar <hsn@netmag.cz>
Notes
Notes:
svn path=/head/; revision=114509
-rw-r--r-- | textproc/py-ltxml/Makefile | 6 | ||||
-rw-r--r-- | textproc/py-ltxml/distinfo | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/textproc/py-ltxml/Makefile b/textproc/py-ltxml/Makefile index 34e35a0c63fb..9ae2326f7c1a 100644 --- a/textproc/py-ltxml/Makefile +++ b/textproc/py-ltxml/Makefile @@ -7,7 +7,7 @@ PORTNAME= ltxml PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,10 +16,6 @@ DISTNAME= PyLTXML-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python bindings to the LT XML toolkit -BROKEN= "Checksum mismatch" -EXPIRATION_DATE=2004-08-20 -DEPRECATED= ${BROKEN} - BUILD_DEPENDS= ${LOCALBASE}/include/ltxml12/lt-safe.h:${PORTSDIR}/textproc/ltxml RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/textproc/py-ltxml/distinfo b/textproc/py-ltxml/distinfo index cbbcb18c2862..6b3594926747 100644 --- a/textproc/py-ltxml/distinfo +++ b/textproc/py-ltxml/distinfo @@ -1 +1,2 @@ -MD5 (PyLTXML-1.3.tar.gz) = 4e2eea613868da8115c858e1a872da5e +MD5 (PyLTXML-1.3.tar.gz) = 7e900d491d426e09713e5ce3a4682991 +SIZE (PyLTXML-1.3.tar.gz) = 27974 |