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

michaelld at macports.org michaelld at macports.org
Fri Aug 12 10:20:50 PDT 2016


Revision: 151313
          https://trac.macports.org/changeset/151313
Author:   michaelld at macports.org
Date:     2016-08-12 10:20:50 -0700 (Fri, 12 Aug 2016)
Log Message:
-----------
uhd:
+ update release to 3.10.0.0, using a more robust method to covert to the distfile version string;
+ update devel to 6e1ac3fc (20160812), which is on master (at least for the moment).

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

Modified: trunk/dports/science/uhd/Portfile
===================================================================
--- trunk/dports/science/uhd/Portfile	2016-08-12 17:20:39 UTC (rev 151312)
+++ trunk/dports/science/uhd/Portfile	2016-08-12 17:20:50 UTC (rev 151313)
@@ -22,12 +22,14 @@
     long_description ${description}: \
 Provides the release version, which is typically updated every month or so.
 
-    set base_version 3.9.4
-    github.setup    EttusResearch uhd 00[join [split ${base_version} "."] "_00"] release_
+    set base_version "3.10.0.0"
+    set spaced_base_version [join [split ${base_version} "."] " "]
+    set expended_base_version [eval "format %03i_%03i_%03i_%03i ${spaced_base_version}"]
+    github.setup    EttusResearch uhd ${expended_base_version} release_
     version         ${base_version}
     conflicts       uhd-devel
-    checksums       rmd160 ef5f20f77f47a65f1c90d8a59c5bbc5b3a0d396e \
-                    sha256 b269f395cee8a074cedaf5d576f76d7263448aa59ff57a5b3db90d8591a891cb
+    checksums       rmd160 dbe730a178e2b927de5a7bdd7948f961112add95 \
+                    sha256 40cab577fade0d0cef7ff97beeb14538a46ef21efb205333cd1ac643ad90a16a
 
     # set the version override string
 
@@ -47,15 +49,15 @@
 
     name            uhd-devel
     conflicts       uhd
-    github.setup    EttusResearch uhd c10c9d515d9dcba5a66a84598b59ed7bd94f71df
-    version         20160803
-    checksums       rmd160 a0bebf9d8c2266f7adc8102ae7da54e09376e0cd \
-                    sha256 9f05615198e8405e83561796b3ff70c36d5a346899fbd603f048d561ee338f72
+    github.setup    EttusResearch uhd 6e1ac3fc9433642d02d7963ecfdd9aef3ca6d35e
+    version         20160812
+    checksums       rmd160 3e561a6c8b8d49e48a6f7133907f5e94bb3e34f4 \
+                    sha256 5822b972f1247d39ca9a5c34c18b1dd32dc4a79db7db8d65ccb9cbaa26833a4c
 
     # overload the github livecheck URL with the maint branch,
     # when it is more advanced; comment out for master.
 
-    livecheck.url   ${github.homepage}/commits/maint.atom
+    # livecheck.url   ${github.homepage}/commits/maint.atom
 
     # set the version override string
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160812/145ce814/attachment.html>


More information about the macports-changes mailing list