[153017] trunk/dports/science/gnuradio/Portfile

michaelld at macports.org michaelld at macports.org
Thu Sep 22 06:11:50 PDT 2016


Revision: 153017
          https://trac.macports.org/changeset/153017
Author:   michaelld at macports.org
Date:     2016-09-22 06:11:50 -0700 (Thu, 22 Sep 2016)
Log Message:
-----------
gnuradio:
+ update devel to a6c90dde (20160920);
+ "${prefix}/Library/Frameworks" -> "${frameworks_dir}".

Modified Paths:
--------------
    trunk/dports/science/gnuradio/Portfile

Modified: trunk/dports/science/gnuradio/Portfile
===================================================================
--- trunk/dports/science/gnuradio/Portfile	2016-09-22 12:28:34 UTC (rev 153016)
+++ trunk/dports/science/gnuradio/Portfile	2016-09-22 13:11:50 UTC (rev 153017)
@@ -52,12 +52,11 @@
     name                gnuradio-devel
     conflicts           gnuradio gnuradio-next
 
-    github.setup        gnuradio gnuradio 4ecc974ad5d530393f9accfc232622f996ae39d0
-    version             20160908
-    revision            1
+    github.setup        gnuradio gnuradio a6c90ddeab6e5967f2f0e6cbb4e3f444cc38cd40
+    version             20160920
     checksums \
-        rmd160 3371f0454467d3b3e4d4394ed4b888aa1a96fd19 \
-        sha256 99b3b95c96f4ebf1891199395d9e944d6b8f3c2ce49c292be226b3e3aeff08a5
+        rmd160 9002f90403f4698d21f2a39f2d452c06033d1402 \
+        sha256 fb233c1067efb7227b251e714674375bce4403994568425d5215e3e5f2b7945c
 
     # set the version override string
 
@@ -207,9 +206,9 @@
 # specify the Python version to use
 
 configure.args-append \
-    -DPYTHON_EXECUTABLE=${prefix}/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 \
-    -DPYTHON_INCLUDE_DIR=${prefix}/Library/Frameworks/Python.framework/Versions/2.7/Headers \
-    -DPYTHON_LIBRARY=${prefix}/Library/Frameworks/Python.framework/Versions/2.7/Python \
+    -DPYTHON_EXECUTABLE=${frameworks_dir}/Python.framework/Versions/2.7/bin/python2.7 \
+    -DPYTHON_INCLUDE_DIR=${frameworks_dir}/Python.framework/Versions/2.7/Headers \
+    -DPYTHON_LIBRARY=${frameworks_dir}/Python.framework/Versions/2.7/Python \
     -DGR_PYTHON_DIR=${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7/site-packages
 
 variant docs description "Install GNU Radio documentation" {
@@ -225,7 +224,7 @@
     configure.args-append \
         -DENABLE_DOXYGEN=ON \
         -DENABLE_SPHINX=ON \
-        -DSPHINX_EXECUTABLE=${prefix}/Library/Frameworks/Python.framework/Versions/2.7/bin/sphinx-build
+        -DSPHINX_EXECUTABLE=${frameworks_dir}/Python.framework/Versions/2.7/bin/sphinx-build
 
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160922/8ae3e4ee/attachment.html>


More information about the macports-changes mailing list