mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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>
This commit is contained in:
parent
a6e6d70cda
commit
d11a8f90d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114509
2 changed files with 3 additions and 6 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (PyLTXML-1.3.tar.gz) = 4e2eea613868da8115c858e1a872da5e
|
||||
MD5 (PyLTXML-1.3.tar.gz) = 7e900d491d426e09713e5ce3a4682991
|
||||
SIZE (PyLTXML-1.3.tar.gz) = 27974
|
||||
|
|
Loading…
Add table
Reference in a new issue