From 5449ca8427c6b882a1eb0461d3a325fcbb404c40 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Thu, 18 Apr 2002 11:30:51 +0000 Subject: Update to 2.4.20. PR: 37192 Submitted by: Lev A. Serebryakov --- textproc/libxml2/Makefile | 2 +- textproc/libxml2/distinfo | 2 +- textproc/libxml2/files/patch-python::Makefile.in | 8 ++++---- textproc/libxml2/files/patch-python::tests::Makefile.in | 13 +++++-------- 4 files changed, 11 insertions(+), 14 deletions(-) (limited to 'textproc/libxml2') diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 717dbbb0415f..d8555f4974fa 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxml2 -PORTVERSION= 2.4.19 +PORTVERSION= 2.4.20 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/libxml diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 91c458bbed45..84e211279a81 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1 +1 @@ -MD5 (gnome2/libxml2-2.4.19.tar.bz2) = 1e24b4fef9236305887f5316921b04b1 +MD5 (gnome2/libxml2-2.4.20.tar.bz2) = 79ff94d28e3f85fe8042250099b379bd diff --git a/textproc/libxml2/files/patch-python::Makefile.in b/textproc/libxml2/files/patch-python::Makefile.in index b5d35f2773fb..3f25c609648b 100644 --- a/textproc/libxml2/files/patch-python::Makefile.in +++ b/textproc/libxml2/files/patch-python::Makefile.in @@ -1,11 +1,11 @@ ---- python/Makefile.in.orig Tue Mar 26 21:54:53 2002 -+++ python/Makefile.in Tue Mar 26 21:55:17 2002 +--- python/Makefile.in.orig Wed Apr 17 21:43:23 2002 ++++ python/Makefile.in Wed Apr 17 21:44:01 2002 @@ -141,7 +141,7 @@ -I$(top_srcdir)/include --DOCS_DIR = $(prefix)/share/doc/libxml2-python-$(LIBXML_VERSION) -+DOCS_DIR = $(prefix)/share/doc/libxml2-python +-DOCS_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION) ++DOCS_DIR = $(datadir)/doc/libxml2-python # libxml2class.txt is generated DOCS = TODO diff --git a/textproc/libxml2/files/patch-python::tests::Makefile.in b/textproc/libxml2/files/patch-python::tests::Makefile.in index 0120732fa029..da65832f2df1 100644 --- a/textproc/libxml2/files/patch-python::tests::Makefile.in +++ b/textproc/libxml2/files/patch-python::tests::Makefile.in @@ -1,14 +1,11 @@ - -$FreeBSD$ - ---- python/tests/Makefile.in 2002/02/26 18:09:00 1.1 -+++ python/tests/Makefile.in 2002/02/26 18:09:12 -@@ -128,7 +128,7 @@ +--- python/tests/Makefile.in.orig Wed Apr 17 21:45:40 2002 ++++ python/tests/Makefile.in Wed Apr 17 21:46:32 2002 +@@ -130,7 +130,7 @@ Z_CFLAGS = @Z_CFLAGS@ Z_LIBS = @Z_LIBS@ --EXAMPLE_DIR = $(prefix)/share/doc/libxml2-python-$(LIBXML_VERSION)/examples -+EXAMPLE_DIR = $(prefix)/share/doc/libxml2-python/examples +-EXAMPLE_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples ++EXAMPLE_DIR = $(datadir)/doc/libxml2-python/examples PYTESTS = \ build.py \ -- cgit v1.2.3