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

michaelld at macports.org michaelld at macports.org
Mon Sep 23 17:35:21 PDT 2013


Revision: 111497
          https://trac.macports.org/changeset/111497
Author:   michaelld at macports.org
Date:     2013-09-23 17:35:21 -0700 (Mon, 23 Sep 2013)
Log Message:
-----------
uhd:
* update devel to a0f001eb (20130923);
* compare strings correctly, using "eq" instead of "==".

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

Modified: trunk/dports/science/uhd/Portfile
===================================================================
--- trunk/dports/science/uhd/Portfile	2013-09-24 00:35:08 UTC (rev 111496)
+++ trunk/dports/science/uhd/Portfile	2013-09-24 00:35:21 UTC (rev 111497)
@@ -16,7 +16,7 @@
 dist_subdir         uhd
 set base_version 003_005_003
 
-if {${subport} == ${name}} {
+if {${subport} eq ${name}} {
 
     long_description ${description}: \
 Provides the release version, which is typically updated every month or so.
@@ -39,10 +39,10 @@
     long_description ${description}: \
 Provides the GIT master version, which is typically updated every few days to week.
 
-    version         ${base_version}_20130828
+    version         ${base_version}_20130923
     fetch.type      git
     git.url         https://github.com/EttusResearch/UHD-Mirror.git
-    git.branch      8814558fcad1e1425d929035a651ab51aad05994
+    git.branch      a0f001ebaedfc0352fb1da2bde7110709be269b8
     worksrcdir      UHD-Mirror-release-${base_version}_git
     conflicts       uhd
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130923/e8d34a6c/attachment-0001.html>


More information about the macports-changes mailing list