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

michaelld at macports.org michaelld at macports.org
Thu Jul 24 06:09:33 PDT 2014


Revision: 122591
          https://trac.macports.org/changeset/122591
Author:   michaelld at macports.org
Date:     2014-07-24 06:09:33 -0700 (Thu, 24 Jul 2014)
Log Message:
-----------
uhd:
+ update devel to 9eb403f4 (20140723);
+ re-do versioning to be more robust.

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

Modified: trunk/dports/science/uhd/Portfile
===================================================================
--- trunk/dports/science/uhd/Portfile	2014-07-24 13:07:12 UTC (rev 122590)
+++ trunk/dports/science/uhd/Portfile	2014-07-24 13:09:33 UTC (rev 122591)
@@ -15,7 +15,10 @@
 platforms           darwin
 
 dist_subdir         uhd
-set base_version    3.7.1
+set branch          3.7
+set patch           1
+set base_version    [join "${branch} ${patch}" .]
+set devel_version   [join "${branch} [expr {${patch} + 1}]" .]
 
 if {${subport} eq ${name}} {
 
@@ -36,12 +39,12 @@
     long_description ${description}: \
 Provides the GIT master version, which is typically updated every few days to week.
 
-    github.setup    EttusResearch uhd d99ce4ef99240778ec4d44f858d83b8af153cdf9
-    version         ${base_version}_20140630
+    github.setup    EttusResearch uhd 9eb403f4299ea036a8fff2dc22209d3ae06374ed
+    version         ${devel_version}_20140723
     name            uhd-devel
     conflicts       uhd
-    checksums       rmd160 478837296ae7e38ea22b9fad99e07cc9b4d1b79a \
-                    sha256 68bc7016a20944484f85de4eb06b343943e049003480f9df90751c12a2935e8d
+    checksums       rmd160 59f923e6871b9b64b86218cb20595adc6e5e55e1 \
+                    sha256 236f66c1edefaf1d4ee26545c771b8e531a6a3016252abb162a0126e72f3ec57
 
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140724/dcb76d84/attachment.html>


More information about the macports-changes mailing list