mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 2.5.2.
This commit is contained in:
parent
72d2a1755e
commit
5510a47586
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74925
4 changed files with 10 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libxml2
|
||||
PORTVERSION= 2.5.1
|
||||
PORTVERSION= 2.5.2
|
||||
CATEGORIES= textproc gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gnome2/libxml2-2.5.1.tar.bz2) = 60c2149d466d46e3662339d940a8cd24
|
||||
MD5 (gnome2/libxml2-2.5.2.tar.bz2) = 0d3a106fbb8ec4198d27d8063f216f07
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- xmlcatalog.c.orig Mon Jun 3 15:30:00 2002
|
||||
+++ xmlcatalog.c Mon Jun 3 15:30:17 2002
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
--- xmlcatalog.c.orig Sun Jan 26 14:45:48 2003
|
||||
+++ xmlcatalog.c Wed Feb 5 19:18:49 2003
|
||||
@@ -42,7 +42,7 @@
|
||||
#ifdef LIBXML_CATALOG_ENABLED
|
||||
|
||||
#ifndef XML_SGML_DEFAULT_CATALOG
|
||||
-#define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog"
|
||||
+#define XML_SGML_DEFAULT_CATALOG "%%LOCALBASE%%/share/sgml/catalog"
|
||||
#endif
|
||||
|
||||
/************************************************************************
|
||||
* *
|
||||
|
|
|
@ -18,6 +18,7 @@ include/libxml2/libxml/nanoftp.h
|
|||
include/libxml2/libxml/nanohttp.h
|
||||
include/libxml2/libxml/parser.h
|
||||
include/libxml2/libxml/parserInternals.h
|
||||
include/libxml2/libxml/relaxng.h
|
||||
include/libxml2/libxml/schemasInternals.h
|
||||
include/libxml2/libxml/threads.h
|
||||
include/libxml2/libxml/tree.h
|
||||
|
@ -48,6 +49,7 @@ share/aclocal/libxml.m4
|
|||
%%PYTHON:%%share/doc/libxml2-python/TODO
|
||||
%%PYTHON:%%share/doc/libxml2-python/examples/attribs.py
|
||||
%%PYTHON:%%share/doc/libxml2-python/examples/build.py
|
||||
%%PYTHON:%%share/doc/libxml2-python/examples/ctxterror.py
|
||||
%%PYTHON:%%share/doc/libxml2-python/examples/cutnpaste.py
|
||||
%%PYTHON:%%share/doc/libxml2-python/examples/error.py
|
||||
%%PYTHON:%%share/doc/libxml2-python/examples/inbuf.py
|
||||
|
@ -59,6 +61,7 @@ share/aclocal/libxml.m4
|
|||
%%PYTHON:%%share/doc/libxml2-python/examples/reader.py
|
||||
%%PYTHON:%%share/doc/libxml2-python/examples/reader2.py
|
||||
%%PYTHON:%%share/doc/libxml2-python/examples/reader3.py
|
||||
%%PYTHON:%%share/doc/libxml2-python/examples/readererr.py
|
||||
%%PYTHON:%%share/doc/libxml2-python/examples/regexp.py
|
||||
%%PYTHON:%%share/doc/libxml2-python/examples/resolver.py
|
||||
%%PYTHON:%%share/doc/libxml2-python/examples/serialize.py
|
||||
|
|
Loading…
Add table
Reference in a new issue