[117180] trunk/dports/science/uhd

michaelld at macports.org michaelld at macports.org
Tue Feb 18 10:19:49 PST 2014


Revision: 117180
          https://trac.macports.org/changeset/117180
Author:   michaelld at macports.org
Date:     2014-02-18 10:19:49 -0800 (Tue, 18 Feb 2014)
Log Message:
-----------
uhd:
+ update release to 3.7.0;
+ update devel to 7fef199d (20140214);
+ use common base_version to set all subport versions;
+ remove integrated patches.

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

Removed Paths:
-------------
    trunk/dports/science/uhd/files/

Modified: trunk/dports/science/uhd/Portfile
===================================================================
--- trunk/dports/science/uhd/Portfile	2014-02-18 16:26:53 UTC (rev 117179)
+++ trunk/dports/science/uhd/Portfile	2014-02-18 18:19:49 UTC (rev 117180)
@@ -15,17 +15,18 @@
 platforms           darwin
 
 dist_subdir         uhd
+set base_version    3.7.0
 
 if {${subport} eq ${name}} {
 
     long_description ${description}: \
 Provides the release version, which is typically updated every month or so.
 
-    github.setup    EttusResearch uhd release_003_006_002
-    version         003_006_002
+    github.setup    EttusResearch uhd release_003_007_000
+    version         ${base_version}
     conflicts       uhd-devel
-    checksums       rmd160 16fdff13d1ad389d747e3e485e3e46f651743f60 \
-                    sha256 dea5b516da33232a514590d3a36f9fad68f66c73fd09c0274508ac9d20dfb453
+    checksums       rmd160 40c60d1f481ed4459c1dc6a5087fd1a736ed23a6 \
+                    sha256 8309406f92d2ea8b099cdd996fc10119bc4ad17441645a48a75a889f0cef5141
 
 }
 
@@ -34,19 +35,15 @@
     long_description ${description}: \
 Provides the GIT master version, which is typically updated every few days to week.
 
-    github.setup    EttusResearch uhd 09bd61ccac69f7467092678b8e0a421403fff943
-    version         003_006_003_20140115
+    github.setup    EttusResearch uhd 7fef199d194c9a63b3312845979fa353f90f4d23
+    version         ${base_version}_20140214
     name            uhd-devel
     conflicts       uhd
-    checksums       rmd160 d35c7a3764a21b21072aae100b9664b2cb0c42ec \
-                    sha256 2db41ca631c0de1d798a0e1e40231f9e2fc969681ee76264c965158ceda10f46
+    checksums       rmd160 2d1537f7d12590cc81c125e702be6dca590456a1 \
+                    sha256 47f2504c3476d3cd3d58c25facca6dee4d001c1a65143b15eff85f27a7c15a99
 
 }
 
-# temporary patch while upstream works through pull request
-
-patchfiles-append    patch-host_docs_build.rst.diff
-
 depends_lib-append	 port:boost port:ncurses
 
 depends_build-append port:pkgconfig
@@ -67,17 +64,6 @@
 
 configure.ldflags-delete -L${prefix}/lib
 
-# patches to fix use of boost::lexical_cast and libc++
-
-# configure.cxx_stdlib works with MacPorts SVN trunk, not release;
-# do something else until both work.
-
-# if {[info exists configure.cxx_stdlib] && [string match libc++ ${configure.cxx_stdlib}]}
-
-patchfiles-append \
-    patch-host_lib_usrp_dboard_id.cpp.diff \
-    patch-host_utils_b2xx_fx3_utils.cpp.diff
-
 # set last configure argument to the reletive path
 # to the top-level cmake source
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140218/2218809d/attachment.html>


More information about the macports-changes mailing list