View | Details | Raw Unified | Return to bug 37192
Collapse All | Expand All

(-)libxml2/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libxml2
8
PORTNAME=	libxml2
9
PORTVERSION=	2.4.19
9
PORTVERSION=	2.4.20
10
CATEGORIES=	textproc gnome
10
CATEGORIES=	textproc gnome
11
MASTER_SITES=	${MASTER_SITE_GNOME}
11
MASTER_SITES=	${MASTER_SITE_GNOME}
12
MASTER_SITE_SUBDIR=	stable/sources/libxml
12
MASTER_SITE_SUBDIR=	stable/sources/libxml
(-)libxml2/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gnome2/libxml2-2.4.19.tar.bz2) = 1e24b4fef9236305887f5316921b04b1
1
MD5 (gnome2/libxml2-2.4.20.tar.bz2) = 79ff94d28e3f85fe8042250099b379bd
(-)libxml2/files/patch-python::Makefile.in (-4 / +4 lines)
Lines 1-11 Link Here
1
--- python/Makefile.in.orig	Tue Mar 26 21:54:53 2002
1
--- python/Makefile.in.orig	Wed Apr 17 21:43:23 2002
2
+++ python/Makefile.in	Tue Mar 26 21:55:17 2002
2
+++ python/Makefile.in	Wed Apr 17 21:44:01 2002
3
@@ -141,7 +141,7 @@
3
@@ -141,7 +141,7 @@
4
 	-I$(top_srcdir)/include
4
 	-I$(top_srcdir)/include
5
 
5
 
6
 
6
 
7
-DOCS_DIR = $(prefix)/share/doc/libxml2-python-$(LIBXML_VERSION)
7
-DOCS_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)
8
+DOCS_DIR = $(prefix)/share/doc/libxml2-python
8
+DOCS_DIR = $(datadir)/doc/libxml2-python
9
 # libxml2class.txt is generated
9
 # libxml2class.txt is generated
10
 DOCS = TODO
10
 DOCS = TODO
11
 
11
 
(-)libxml2/files/patch-python::tests::Makefile.in (-8 / +5 lines)
Lines 1-14 Link Here
1
1
--- python/tests/Makefile.in.orig	Wed Apr 17 21:45:40 2002
2
$FreeBSD: ports/textproc/libxml2/files/patch-python::tests::Makefile.in,v 1.1 2002/02/26 18:55:37 sobomax Exp $
2
+++ python/tests/Makefile.in	Wed Apr 17 21:46:32 2002
3
3
@@ -130,7 +130,7 @@
4
--- python/tests/Makefile.in	2002/02/26 18:09:00	1.1
5
+++ python/tests/Makefile.in	2002/02/26 18:09:12
6
@@ -128,7 +128,7 @@
7
 Z_CFLAGS = @Z_CFLAGS@
4
 Z_CFLAGS = @Z_CFLAGS@
8
 Z_LIBS = @Z_LIBS@
5
 Z_LIBS = @Z_LIBS@
9
 
6
 
10
-EXAMPLE_DIR = $(prefix)/share/doc/libxml2-python-$(LIBXML_VERSION)/examples
7
-EXAMPLE_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
11
+EXAMPLE_DIR = $(prefix)/share/doc/libxml2-python/examples
8
+EXAMPLE_DIR = $(datadir)/doc/libxml2-python/examples
12
 
9
 
13
 PYTESTS = \
10
 PYTESTS = \
14
     build.py	\
11
     build.py	\

Return to bug 37192