[119288] trunk/dports/science/uhd

michaelld at macports.org michaelld at macports.org
Tue Apr 22 06:03:45 PDT 2014


Revision: 119288
          https://trac.macports.org/changeset/119288
Author:   michaelld at macports.org
Date:     2014-04-22 06:03:45 -0700 (Tue, 22 Apr 2014)
Log Message:
-----------
uhd:
+ update release to 3.7.1;
+ fix release github.setup string to work with global base version;
+ update devel to 1d2e8d39 (20140421);
+ remove temporary patch that was merged upstream.

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-04-22 12:29:26 UTC (rev 119287)
+++ trunk/dports/science/uhd/Portfile	2014-04-22 13:03:45 UTC (rev 119288)
@@ -15,18 +15,19 @@
 platforms           darwin
 
 dist_subdir         uhd
-set base_version    3.7.0
+set base_version    3.7.1
 
 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_007_000
+    github.setup    EttusResearch uhd \
+        release_00[join [split ${base_version} "."] "_00"]
     version         ${base_version}
     conflicts       uhd-devel
-    checksums       rmd160 40c60d1f481ed4459c1dc6a5087fd1a736ed23a6 \
-                    sha256 8309406f92d2ea8b099cdd996fc10119bc4ad17441645a48a75a889f0cef5141
+    checksums       rmd160 e8919fb82d2695861d8a7d10075e01a801b2d0f7 \
+                    sha256 114f85e89de17dd972642fdaee86a1205a607a01fd9fe38c3ecb9281244ae03b
 
 }
 
@@ -35,18 +36,13 @@
     long_description ${description}: \
 Provides the GIT master version, which is typically updated every few days to week.
 
-    github.setup    EttusResearch uhd 6bd9fed25f702bf6b2a244c6c045e3945ad165a5
-    version         ${base_version}_20140415
+    github.setup    EttusResearch uhd 1d2e8d39a314dd4be5873f371f572887320bc4fd
+    version         ${base_version}_20140421
     name            uhd-devel
     conflicts       uhd
-    checksums       rmd160 7bdabfc2136a4c26a63399f78e86b6f5aa00e28b \
-                    sha256 ed3c450d7c033b44761734e33018d7b80a51f39158761f8a7a714ce36c5b1df8
+    checksums       rmd160 fb45f129836ba6617c55c8d6b6a060f276039c1e \
+                    sha256 1cb45e8ec7732705816aa4cc57afef771bc8e2efeddc8b8ff8e15bffc69d08eb
 
-    # temporary patch to fix over-the-wire item size issue introduced
-    # in d52f4490 (20140228) in combination with a change in GNU Radio.
-
-    patchfiles-append patch-host_lib_usrp_multi_usrp.cpp.diff
-
 }
 
 depends_lib-append	 port:boost port:ncurses
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140422/40651076/attachment.html>


More information about the macports-changes mailing list