diff options
author | ade <ade@FreeBSD.org> | 2000-09-20 03:13:29 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-09-20 03:13:29 +0800 |
commit | ecc8b0c3d0d6e5ec0a5413acc63729093a6c3b9f (patch) | |
tree | 9463f0bf5f88be236bb330562070356108710f63 /textproc | |
parent | 006d5190ad924a588cc083fb49a3a7105e463367 (diff) | |
download | freebsd-ports-gnome-ecc8b0c3d0d6e5ec0a5413acc63729093a6c3b9f.tar.gz freebsd-ports-gnome-ecc8b0c3d0d6e5ec0a5413acc63729093a6c3b9f.tar.zst freebsd-ports-gnome-ecc8b0c3d0d6e5ec0a5413acc63729093a6c3b9f.zip |
Update to 2.2.3
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 5 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 2 | ||||
-rw-r--r-- | textproc/libxml2/files/patch-aa | 26 | ||||
-rw-r--r-- | textproc/libxml2/pkg-plist | 1 |
4 files changed, 13 insertions, 21 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index a744a8c1cb6a..1d1589d0a6f7 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxml2 -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libxml @@ -17,4 +17,7 @@ USE_LIBTOOL= yes CONFIGURE_ARGS= --without-iconv INSTALLS_SHLIB= yes +MAN1= xmllint.1 +MAN4= libxml.4 + .include <bsd.port.mk> diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index e5f4143ae86c..e51f37517e51 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1 +1 @@ -MD5 (libxml2-2.2.2.tar.gz) = 6db3989c41a4602c9efa051a7e9ee6cf +MD5 (libxml2-2.2.3.tar.gz) = dc9d2751b46e92b750535242fd54a448 diff --git a/textproc/libxml2/files/patch-aa b/textproc/libxml2/files/patch-aa index f3de3c8a5a7e..ecca3402ad14 100644 --- a/textproc/libxml2/files/patch-aa +++ b/textproc/libxml2/files/patch-aa @@ -1,32 +1,20 @@ ---- Makefile.in.orig Thu Feb 25 13:01:50 1999 -+++ Makefile.in Wed Mar 3 13:15:47 1999 -@@ -101,7 +101,7 @@ - - lib_LTLIBRARIES = libxml.la +--- Makefile.in.orig Sun Sep 17 10:44:32 2000 ++++ Makefile.in Tue Sep 19 13:38:09 2000 +@@ -122,3 +122,3 @@ -libxml_la_LDFLAGS = -version-info @LIBXML_VERSION_INFO@ +libxml_la_LDFLAGS = -version-info 5:0:0 - libxml_la_SOURCES = SAX.c entities.c encoding.c error.c parser.c HTMLparser.c HTMLtree.c debugXML.c tree.c xpath.c valid.c - -@@ -105,7 +105,7 @@ - tester_DEPENDENCIES = $(DEPS) - tester_LDADD = $(LDADDS) +@@ -161,3 +161,3 @@ -confexecdir = $(libdir) +confexecdir = $(sysconfdir) confexec_DATA = xmlConf.sh - - EXTRA_DIST = xmlConf.sh.in libxml.spec.in -@@ -518,7 +518,7 @@ - uninstall-am: uninstall-libLTLIBRARIES uninstall-binSCRIPTS \ - uninstall-confexecDATA uninstall-xmlincHEADERS +@@ -784,3 +784,3 @@ uninstall: uninstall-recursive --all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \ -+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(DATA) \ +-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \ ++all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \ $(HEADERS) config.h - all-redirect: all-recursive-am - install-strip: --- doc/Makefile.in.orig Thu Feb 25 13:01:51 1999 +++ doc/Makefile.in Tue Mar 2 20:39:23 1999 @@ -89,7 +89,7 @@ diff --git a/textproc/libxml2/pkg-plist b/textproc/libxml2/pkg-plist index 4fe70801e4e2..17ba48365a61 100644 --- a/textproc/libxml2/pkg-plist +++ b/textproc/libxml2/pkg-plist @@ -26,6 +26,7 @@ lib/libxml.so.5 share/gnome-xml/DOM.gif share/gnome-xml/FAQ.html share/gnome-xml/book1.html +share/gnome-xml/encoding.html share/gnome-xml/gnome-xml-debugxml.html share/gnome-xml/gnome-xml-encoding.html share/gnome-xml/gnome-xml-entities.html |