[114871] trunk/dports/textproc/itstool

devans at macports.org devans at macports.org
Wed Dec 18 11:17:40 PST 2013


Revision: 114871
          https://trac.macports.org/changeset/114871
Author:   devans at macports.org
Date:     2013-12-18 11:17:40 -0800 (Wed, 18 Dec 2013)
Log Message:
-----------
itstool: update to version 2.0.2, fixes possible crash, python configuration.

Modified Paths:
--------------
    trunk/dports/textproc/itstool/Portfile
    trunk/dports/textproc/itstool/files/patch-configure.diff

Modified: trunk/dports/textproc/itstool/Portfile
===================================================================
--- trunk/dports/textproc/itstool/Portfile	2013-12-18 19:01:56 UTC (rev 114870)
+++ trunk/dports/textproc/itstool/Portfile	2013-12-18 19:17:40 UTC (rev 114871)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            itstool
-version         2.0.1
+version         2.0.2
 license         GPL-3+
 set branch      [join [lrange [split ${version} .] 0 1] .]
 
@@ -22,20 +22,15 @@
 
 use_bzip2       yes
 
-checksums       rmd160  6860c508606e5a8c2ba78fc69cf466ec798eb0aa \
-                sha256  ec6b1b32403cbe338b6ac63c61ab1ecd361f539a6e41ef50eae56a4f577234d1
+checksums       rmd160  04531d2a4a8c5fef3b77888cb267063af2cb2917 \
+                sha256  bf909fb59b11a646681a8534d5700fec99be83bb2c57badf8c1844512227033a
 
 supported_archs noarch
 
 depends_build   port:gawk
 
-patchfiles      patch-configure.diff \
-                patch-itstool.in.diff
+patchfiles      patch-configure.diff
 
-post-patch {
-    reinplace "s|@@MP_PYTHON@@|${configure.python}|" ${worksrcpath}/itstool.in
-}
-
 variant python26 conflicts python27 description {Use Python 2.6} {
     depends_lib-append  port:py26-libxml2
     configure.python    ${prefix}/bin/python2.6

Modified: trunk/dports/textproc/itstool/files/patch-configure.diff
===================================================================
--- trunk/dports/textproc/itstool/files/patch-configure.diff	2013-12-18 19:01:56 UTC (rev 114870)
+++ trunk/dports/textproc/itstool/files/patch-configure.diff	2013-12-18 19:17:40 UTC (rev 114871)
@@ -1,6 +1,6 @@
---- configure.orig	2013-11-23 11:46:13.000000000 -0800
-+++ configure	2013-11-23 11:46:47.000000000 -0800
-@@ -2183,7 +2183,7 @@
+--- configure.orig	2013-12-17 19:16:50.000000000 -0800
++++ configure	2013-12-18 11:03:09.000000000 -0800
+@@ -2419,7 +2419,7 @@
  py_module=libxml2
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for python module $py_module" >&5
  $as_echo_n "checking for python module $py_module... " >&6; }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131218/4edd0281/attachment.html>


More information about the macports-changes mailing list