[146538] trunk/dports/science/gr-fcdproplus/Portfile

michaelld at macports.org michaelld at macports.org
Fri Mar 11 08:33:07 PST 2016


Revision: 146538
          https://trac.macports.org/changeset/146538
Author:   michaelld at macports.org
Date:     2016-03-11 08:33:07 -0800 (Fri, 11 Mar 2016)
Log Message:
-----------
gr-fcdproplus:
+ update to f7fb1132 (20160310);
+ add reinplace patch to fix search path for GNU Radio CMake modules.

Modified Paths:
--------------
    trunk/dports/science/gr-fcdproplus/Portfile

Modified: trunk/dports/science/gr-fcdproplus/Portfile
===================================================================
--- trunk/dports/science/gr-fcdproplus/Portfile	2016-03-11 16:25:07 UTC (rev 146537)
+++ trunk/dports/science/gr-fcdproplus/Portfile	2016-03-11 16:33:07 UTC (rev 146538)
@@ -5,11 +5,10 @@
 PortGroup           cmake 1.0
 PortGroup           github 1.0
 
-github.setup        dl1ksv gr-fcdproplus cf5db388e9f2f77b9ad2ff727608d5cf89d8e218
-version             20150330
-revision            5
-checksums           rmd160 5d91fef65fd6adaff99645448f249cbc676a2d83 \
-                    sha256 cbc9310127af8d6d501f06f46eb47a7e377d74aaf45e95f70bb53dd55d0a13bd
+github.setup        dl1ksv gr-fcdproplus f7fb1132aecb16ed65b438f117fbac23067df3bb
+version             20160310
+checksums           rmd160 9f1278f3f39f21d26bea42d5238b48e48975ec86 \
+                    sha256 f0b6205dfa99dd3f7a2aa3639b6cdc381f3d1a93fffefa02648675b5c39c1276
 
 categories          science comms
 maintainers         michaelld openmaintainer
@@ -38,6 +37,13 @@
     }
 }
 
+# fix search path for GNU Radio CMake modules
+
+pre-patch {
+    reinplace "/HINTS/s@/lib/@/share/@" \
+        ${worksrcpath}/cmake/Modules/FindGnuradioModules.cmake
+}
+
 # do VPATH (out of source tree) build
 
 cmake.out_of_source yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160311/f046eb8c/attachment.html>


More information about the macports-changes mailing list