[113636] trunk/dports/science/uhd/Portfile

michaelld at macports.org michaelld at macports.org
Thu Nov 21 05:48:53 PST 2013


Revision: 113636
          https://trac.macports.org/changeset/113636
Author:   michaelld at macports.org
Date:     2013-11-21 05:48:53 -0800 (Thu, 21 Nov 2013)
Log Message:
-----------
uhd:
+ stealth update of release on 2013-11-19;
+ update devel to 58f4af97 (20131119 revision 1);
+ set release version to just the numbers, similar to the devel version;
+ always use both patches for boost::lexical_cast and libc++ issue;
+ addresses ticket #41472.

Revision Links:
--------------
    https://trac.macports.org/changeset/1

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

Modified: trunk/dports/science/uhd/Portfile
===================================================================
--- trunk/dports/science/uhd/Portfile	2013-11-21 13:47:42 UTC (rev 113635)
+++ trunk/dports/science/uhd/Portfile	2013-11-21 13:48:53 UTC (rev 113636)
@@ -22,10 +22,15 @@
 Provides the release version, which is typically updated every month or so.
 
     github.setup    EttusResearch uhd release_003_006_000
+    version         003_006_000
+    revision        1
     conflicts       uhd-devel
-    checksums       rmd160 52fec5d1b659a467de7c52fc797ef373bb43b7a0 \
-                    sha256 965923a82b8756c7c287ecfefd244262e668c7eac32a0faa0ef9dd8b5f385de7
+    checksums       rmd160 802c1c734e7299b9944e6013ba6fd1f36fe5ae55 \
+                    sha256 25409d79154e0778773fd6bc5c1716b3067d53811fad10d716f15bccceef1564
 
+    # stealth update on 2013-11-19
+    dist_subdir         ${name}/${version}_1
+
 }
 
 subport uhd-devel {
@@ -33,12 +38,13 @@
     long_description ${description}: \
 Provides the GIT master version, which is typically updated every few days to week.
 
-    github.setup    EttusResearch uhd 02734bb1f0e2d4c4a8cb63842ba0d0b6e1984b49
+    github.setup    EttusResearch uhd 58f4af976d64765c2402e1ce00ee78f4aae51881
     version         003_006_001_20131119
+    revision        1
     name            uhd-devel
     conflicts       uhd
-    checksums       rmd160 73bdf9c2f355a464763d915d645c880d0f61f2a9 \
-                    sha256 e1e3eb7c5b71e5e9e5e0f47caeb07ef3e6a14c2f76f25f21ca3d1b96c6010771
+    checksums       rmd160 041dde592ece67e7ac831db579ab8dfd0ed5fab5 \
+                    sha256 3248b46dcf6c6c18caed2eb717b8cb6386cdf0e91376667896c4e24ec2bfa4a0
 
 }
 
@@ -67,16 +73,10 @@
 
 # if {[info exists configure.cxx_stdlib] && [string match libc++ ${configure.cxx_stdlib}]}
 
-# dboard_id.cpp is common to both uhd* ports
+patchfiles-append \
+    patch-host_lib_usrp_dboard_id.cpp.diff \
+    patch-host_utils_b2xx_fx3_utils.cpp.diff
 
-patchfiles-append patch-host_lib_usrp_dboard_id.cpp.diff
-
-# b2xx_fx3_utils.cpp is in the GIT master only for now
-
-if {${subport} eq "uhd-devel"} {
-    patchfiles-append 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: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131121/3d21e78a/attachment.html>


More information about the macports-changes mailing list