[102316] trunk/dports/databases/zebra/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 30 16:15:56 PST 2013


Revision: 102316
          https://trac.macports.org/changeset/102316
Author:   ryandesign at macports.org
Date:     2013-01-30 16:15:56 -0800 (Wed, 30 Jan 2013)
Log Message:
-----------
zebra: update to 2.0.54 and work around incompatibility with Tcl 8.6 (#37816)

Modified Paths:
--------------
    trunk/dports/databases/zebra/Portfile

Modified: trunk/dports/databases/zebra/Portfile
===================================================================
--- trunk/dports/databases/zebra/Portfile	2013-01-30 18:18:24 UTC (rev 102315)
+++ trunk/dports/databases/zebra/Portfile	2013-01-31 00:15:56 UTC (rev 102316)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                zebra
-version             2.0.50
+version             2.0.54
 categories          databases net www devel
 license             GPL-2+
 platforms           darwin
@@ -22,8 +22,8 @@
 master_sites        http://ftp.indexdata.dk/pub/zebra/
 distname            idzebra-${version}
 
-checksums           sha1    3b44d7e7a4449a78aad8b24fd3edc2076d1cd372 \
-                    rmd160  767254e3c16b7edebccf3c2aa7aafdaa4e9bc459
+checksums           rmd160  c9262a7f1edef26aecef32201e9ce8281d40492f \
+                    sha256  9092f9543c6d9780843f8da4ec07d2d605465edbf5510989eace7633dc4c16f7
 
 depends_lib         port:yaz \
                     port:tcl \
@@ -43,7 +43,9 @@
                     --with-tclconfig=${prefix}/lib \
                     --with-iconv=${prefix}/lib \
                     --with-expat=${prefix}/lib
-                    
+
+configure.cppflags-append -DUSE_INTERP_ERRORLINE -DUSE_INTERP_RESULT
+
 use_parallel_build  yes
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130130/048491fd/attachment.html>


More information about the macports-changes mailing list