[129812] trunk/dports/devel/orc/Portfile

khindenburg at macports.org khindenburg at macports.org
Sat Dec 20 17:02:14 PST 2014


Revision: 129812
          https://trac.macports.org/changeset/129812
Author:   khindenburg at macports.org
Date:     2014-12-20 17:02:14 -0800 (Sat, 20 Dec 2014)
Log Message:
-----------
orc: update to 0.4.23; add depends_build (gmkdir); turn on testing

Modified Paths:
--------------
    trunk/dports/devel/orc/Portfile

Modified: trunk/dports/devel/orc/Portfile
===================================================================
--- trunk/dports/devel/orc/Portfile	2014-12-21 00:31:48 UTC (rev 129811)
+++ trunk/dports/devel/orc/Portfile	2014-12-21 01:02:14 UTC (rev 129812)
@@ -5,7 +5,7 @@
 PortGroup           muniversal 1.0
 
 name                orc
-version             0.4.18
+version             0.4.23
 description         Orc - The Oil Runtime Compiler
 long_description    Orc is a library and set of tools for compiling and executing very simple programs that operate on arrays of data.
 maintainers         nomaintainer
@@ -15,9 +15,13 @@
 homepage            http://code.entropywave.com/projects/orc/
 master_sites        http://gstreamer.freedesktop.org/src/orc/
 
-checksums           rmd160  5a68330127da7e03e8a4d844af72cca9c5f25894 \
-                    sha256  34d3c8a7259f42bed4dcfbc106c5e3d0cc8e17eeaa73128d1c5eaf92883a6a24
+use_xz              yes
 
+checksums           rmd160  e3939d0245b2d0b94e8faddf793c9a6373c3befb \
+                    sha256  767eaebce2941737b43368225ec54598b3055ca78b4dc50c4092f5fcdc0bdfe7
+
+depends_build       port:coreutils
+
 #-fgcse (from -O2) causes build failures, but -O2 -fno-gcse doesn't seem to work
 if {[string match "*gcc-4.2" ${configure.compiler}]} {
     lappend merger_configure_cflags(i386) -O1 -fexpensive-optimizations
@@ -26,3 +30,7 @@
         configure.cflags-append -O1 -fexpensive-optimizations
     }
 }
+
+test.run            yes
+test.target         check
+test.dir            ${worksrcpath}/testsuite
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141220/ca67b0f1/attachment.html>


More information about the macports-changes mailing list