[Midnightbsd-cvs] mports: textproc/libxml2: Update to 2.6.32.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 9 16:15:53 EDT 2008


Log Message:
-----------
Update to 2.6.32. Make this fetchable.  Regret it later.

Modified Files:
--------------
    mports/textproc/libxml2:
        Makefile (r1.3 -> r1.4)
        distinfo (r1.2 -> r1.3)
    mports/textproc/libxml2/files:
        patch-python::Makefile.in (r1.2 -> r1.3)
        patch-python::tests::Makefile.in (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/libxml2/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L textproc/libxml2/Makefile -L textproc/libxml2/Makefile -u -r1.3 -r1.4
--- textproc/libxml2/Makefile
+++ textproc/libxml2/Makefile
@@ -13,7 +13,7 @@
 #
 
 PORTNAME=	libxml2
-PORTVERSION=	2.6.31
+PORTVERSION=	2.6.32
 PORTREVISION?=	0
 CATEGORIES?=	textproc gnome
 MASTER_SITES=	ftp://xmlsoft.org/libxml2/ \
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/textproc/libxml2/distinfo,v
retrieving revision 1.2
retrieving revision 1.3
diff -L textproc/libxml2/distinfo -L textproc/libxml2/distinfo -u -r1.2 -r1.3
--- textproc/libxml2/distinfo
+++ textproc/libxml2/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/libxml2-2.6.31.tar.gz) = 714b0683b1ec4bdc63bc356d729f9b18
-SHA256 (gnome2/libxml2-2.6.31.tar.gz) = 3e7982341bbb1f11d5df344177955769e16b4d271f1f5c271740b3d1fad9bac6
-SIZE (gnome2/libxml2-2.6.31.tar.gz) = 4734599
+MD5 (gnome2/libxml2-2.6.32.tar.gz) = 2621d322c16f0257e30f0ff2b13384de
+SHA256 (gnome2/libxml2-2.6.32.tar.gz) = 1b4428b879afcaae3c2013b21283baad040661fbd502e893e83adc3d15c85d53
+SIZE (gnome2/libxml2-2.6.32.tar.gz) = 4722227
Index: patch-python::tests::Makefile.in
===================================================================
RCS file: /home/cvs/mports/textproc/libxml2/files/patch-python::tests::Makefile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -L textproc/libxml2/files/patch-python::tests::Makefile.in -L textproc/libxml2/files/patch-python::tests::Makefile.in -u -r1.2 -r1.3
--- textproc/libxml2/files/patch-python::tests::Makefile.in
+++ textproc/libxml2/files/patch-python::tests::Makefile.in
@@ -1,11 +1,11 @@
---- python/tests/Makefile.in.orig	2008-01-22 15:51:51.000000000 -0500
-+++ python/tests/Makefile.in	2008-01-22 15:52:12.000000000 -0500
-@@ -259,7 +259,7 @@ sysconfdir = @sysconfdir@
+--- python/tests/Makefile.in.orig	Fri May  9 16:04:48 2008
++++ python/tests/Makefile.in	Fri May  9 16:08:00 2008
+@@ -270,7 +270,7 @@
  target_alias = @target_alias@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
--EXAMPLE_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
-+EXAMPLE_DIR = $(datadir)/examples/py-libxml2
+-exampledir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
++exampledir = $(datadir)/examples/py-libxml2
+ dist_example_DATA = $(PYTESTS) $(XMLS)
  PYTESTS = \
      build.py	\
-     attribs.py	\
Index: patch-python::Makefile.in
===================================================================
RCS file: /home/cvs/mports/textproc/libxml2/files/patch-python::Makefile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -L textproc/libxml2/files/patch-python::Makefile.in -L textproc/libxml2/files/patch-python::Makefile.in -u -r1.2 -r1.3
--- textproc/libxml2/files/patch-python::Makefile.in
+++ textproc/libxml2/files/patch-python::Makefile.in
@@ -1,15 +1,15 @@
---- python/Makefile.in.orig	2008-01-22 15:50:22.000000000 -0500
-+++ python/Makefile.in	2008-01-22 15:50:22.000000000 -0500
-@@ -313,7 +313,7 @@ INCLUDES = \
+--- python/Makefile.in.orig	Fri May  9 16:01:15 2008
++++ python/Makefile.in	Fri May  9 16:03:48 2008
+@@ -322,7 +322,7 @@
  	-I$(top_builddir)/include \
  	-I$(top_builddir)/$(subdir)
  
--DOCS_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)
-+DOCS_DIR = $(datadir)/doc/py-libxml2
+-docsdir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)
++docsdir = $(datadir)/doc/py-libxml2
  # libxml2class.txt is generated
- DOCS = ${srcdir}/TODO
+ dist_docs_DATA = TODO
  EXTRA_DIST = \
-@@ -330,7 +330,7 @@ EXTRA_DIST = \
+@@ -335,7 +335,7 @@
  
  libxml2mod_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -module -avoid-version 
  @WITH_PYTHON_TRUE at mylibs = \
@@ -17,4 +17,4 @@
 + at WITH_PYTHON_TRUE@	-lxml2
  
  @WITH_PYTHON_TRUE at python_LTLIBRARIES = libxml2mod.la
- @WITH_PYTHON_TRUE at libxml2mod_la_SOURCES = libxml.c types.c libxml2-py.c
+ @WITH_PYTHON_TRUE at libxml2mod_la_SOURCES = libxml.c types.c


More information about the Midnightbsd-cvs mailing list