mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Update to 2.4.20.
PR: 37192 Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru>
This commit is contained in:
parent
7467468397
commit
5449ca8427
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57845
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/libxml2-2.4.19.tar.bz2) = 1e24b4fef9236305887f5316921b04b1
|
||||
MD5 (gnome2/libxml2-2.4.20.tar.bz2) = 79ff94d28e3f85fe8042250099b379bd
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user