[107266] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Mon Jun 24 13:53:42 PDT 2013


Revision: 107266
          https://trac.macports.org/changeset/107266
Author:   ryandesign at macports.org
Date:     2013-06-24 13:53:41 -0700 (Mon, 24 Jun 2013)
Log Message:
-----------
py-libxml2: update to 2.9.1 (#39514)

Modified Paths:
--------------
    trunk/dports/python/py-libxml2/Portfile
    trunk/dports/python/py-libxml2/files/patch-setup.py.diff
    trunk/dports/textproc/libxml2/Portfile

Modified: trunk/dports/python/py-libxml2/Portfile
===================================================================
--- trunk/dports/python/py-libxml2/Portfile	2013-06-24 20:48:13 UTC (rev 107265)
+++ trunk/dports/python/py-libxml2/Portfile	2013-06-24 20:53:41 UTC (rev 107266)
@@ -4,8 +4,10 @@
 PortSystem 1.0
 PortGroup python 1.0
 
+# Please keep the version of the libxml2 and py-libxml2 ports the same.
+
 name                    py-libxml2
-version                 2.9.0
+version                 2.9.1
 categories-append       textproc
 license                 MIT
 platforms               darwin
@@ -14,15 +16,18 @@
 long_description        ${description}
 
 homepage                http://xmlsoft.org/python.html
+
 master_sites            ftp://fr.rpmfind.net/pub/libxml/ \
                         ftp://gd.tuwien.ac.at/pub/libxml/ \
                         ${homepage}sources/ \
                         ftp://xmlsoft.org/libxml2/
+
 distname                libxml2-${version}
 dist_subdir             libxml2
-checksums               rmd160  d025639320bb34adbc45a43f46354190f6bbb7b5 \
-                        sha256  ad25d91958b7212abdc12b9611cfb4dc4e5cddb6d1e9891532f48aacee422b82
 
+checksums               rmd160  257285d9ac070ed9f58666b7bd7c4653651c871b \
+                        sha256  fd3c64cb66f2c4ea27e934d275904d92cec494a8e8405613780cbc8a71680fdb
+
 python.versions         24 25 26 27
 
 if {$subport != $name} {

Modified: trunk/dports/python/py-libxml2/files/patch-setup.py.diff
===================================================================
--- trunk/dports/python/py-libxml2/files/patch-setup.py.diff	2013-06-24 20:48:13 UTC (rev 107265)
+++ trunk/dports/python/py-libxml2/files/patch-setup.py.diff	2013-06-24 20:53:41 UTC (rev 107266)
@@ -1,5 +1,5 @@
---- setup.py.orig	2007-10-11 15:24:20.000000000 +0200
-+++ setup.py	2007-10-11 15:24:54.000000000 +0200
+--- setup.py.orig	2013-04-19 02:36:20.000000000 -0500
++++ setup.py	2013-06-24 15:44:08.000000000 -0500
 @@ -56,11 +56,7 @@
  # - iconv.h 
  # - libxslt/xsltconfig.h
@@ -28,13 +28,13 @@
  with_xslt=0
 -if missing("libxslt-py.c") or missing("libxslt.py"):
 -    if missing("xsltgenerator.py") or missing("libxslt-api.xml"):
--        print "libxslt stub generator not found, libxslt not built"
+-        print("libxslt stub generator not found, libxslt not built")
 -    else:
 -	try:
 -	    import xsltgenerator
 -	except:
--	    print "failed to generate stubs for libxslt, aborting ..."
--	    print sys.exc_type, sys.exc_value
+-	    print("failed to generate stubs for libxslt, aborting ...")
+-	    print(sys.exc_info()[0], sys.exc_info()[1])
 -	else:
 -	    head = open("libxsl.py", "r")
 -	    generated = open("libxsltclass.py", "r")

Modified: trunk/dports/textproc/libxml2/Portfile
===================================================================
--- trunk/dports/textproc/libxml2/Portfile	2013-06-24 20:48:13 UTC (rev 107265)
+++ trunk/dports/textproc/libxml2/Portfile	2013-06-24 20:53:41 UTC (rev 107266)
@@ -2,6 +2,8 @@
 
 PortSystem            1.0
 
+# Please keep the version of the libxml2 and py-libxml2 ports the same.
+
 name                  libxml2
 version               2.9.1
 categories            textproc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130624/a05daec0/attachment-0001.html>


More information about the macports-changes mailing list