aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-ltxml/Makefile
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-07-23 19:02:19 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-07-23 19:02:19 +0000
commitd11a8f90d31708af97808be9669148bf1daf9b19 (patch)
treeb86cddade61e245059f3044da78f9bd72e0c2991 /textproc/py-ltxml/Makefile
parenta6e6d70cdacc1e3c33174a105b609ff58edbb811 (diff)
downloadports-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
Diffstat (limited to 'textproc/py-ltxml/Makefile')
-rw-r--r--textproc/py-ltxml/Makefile6
1 files changed, 1 insertions, 5 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}