[132771] trunk/dports/science/gnuradio/Portfile

michaelld at macports.org michaelld at macports.org
Tue Feb 10 12:40:16 PST 2015


Revision: 132771
          https://trac.macports.org/changeset/132771
Author:   michaelld at macports.org
Date:     2015-02-10 12:40:16 -0800 (Tue, 10 Feb 2015)
Log Message:
-----------
gnuradio:
+ redo devel and next version to be just the date;
+ simplify release version setting;
+ update devel to a8a8f45e and next to 71ae9e2d, both 20150209.

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

Modified: trunk/dports/science/gnuradio/Portfile
===================================================================
--- trunk/dports/science/gnuradio/Portfile	2015-02-10 20:15:43 UTC (rev 132770)
+++ trunk/dports/science/gnuradio/Portfile	2015-02-10 20:40:16 UTC (rev 132771)
@@ -20,25 +20,9 @@
 
 dist_subdir         gnuradio
 
-# set top-level versions for release, devel, and next
-
-set major           3
-set minor_base      7
-set patch           6
-set maint_base      1
-set minor_next      [expr {${minor_base} + 1}]
-set patch_devel     [expr {${patch} + 1}]
-set branch_base     [join "${major} ${minor_base}" .]
-set base_version    [join "${branch_base} ${patch}" .]
-if {"${maint_base}" ne "0"} {
-    set base_version [join "${base_version} ${maint_base}" .]
-}
-set devel_version   [join "${branch_base} ${patch_devel}" .]
-set next_version    [join "${major} ${minor_next}" .]
-
 if {${subport} eq ${name}} {
 
-    github.setup    gnuradio gnuradio ${base_version} v
+    github.setup    gnuradio gnuradio 3.7.6.1 v
     revision        1
 
     long_description    ${description}: \
@@ -107,14 +91,14 @@
         This port is kept up with the GNU Radio GIT 'master' branch, which is typically updated daily to weekly.  This version of GNU Radio generally contains fixes to, and its API is compatible with, the current GNU Radio release, and will be incorporated in an upcoming release.  This port may or not compile or function correctly, as it represents a work in progress.  If it does not work, check back in a few days.  Or try deactivating the currently active gnuradio port, cleaning any current builds, and trying again.
 
     name                gnuradio-devel
-    github.setup        gnuradio gnuradio 42c1d6d339139eac1001bbc180907569da5e1702
-    version             ${devel_version}_20150204
+    github.setup        gnuradio gnuradio a8a8f45e070b2d0bd2dc678c9bee5494e051544f
+    version             20150209
 
     conflicts           gnuradio-legacy gnuradio gnuradio-next
 
     checksums \
-        rmd160 dca4c8b64a616d389499d034b910cb6d1f1483d4 \
-        sha256 ed98d0903b2cd63138f5308ff1693eb8bc5c59d400cd8812c847003af973fc27
+        rmd160 4f2de4543d9f98e19a790810ea9305f51453ea46 \
+        sha256 7545a8cf937471c72bb4f37ab6f399f44d33f41175fba5e3ea5294841316f31e
 
 }
 
@@ -124,14 +108,14 @@
         This port is kept up with the GNU Radio GIT 'next' branch, which is typically updated daily to weekly.  This version of GNU Radio represents the next major release of GNU Radio, and hence its API is likely to be different than that provided by either gnuradio or gnuradio-devel.  This port may or not compile or function correctly, as it represents a work in progress.  If it does not work, check back in a few days.  Or try deactivating the currently active gnuradio port, cleaning any current builds, and trying again.
 
     name                gnuradio-next
-    github.setup        gnuradio gnuradio bb2021f087700463151ad27427d17b7df8ff1294
-    version             ${next_version}_20150204
+    github.setup        gnuradio gnuradio 71ae9e2d460ddc3fb85ed52cf3fcd35a18e53f3a
+    version             20150209
 
     conflicts           gnuradio-legacy gnuradio gnuradio-devel
 
     checksums \
-        rmd160 5f223d2187ca2ea41c11b3182e4a9ae137438dba \
-        sha256 7ea679145a7a0abdfc44b0eaf957baffa4a886185c2baf33d8c7dfa999864742
+        rmd160 bbbd603cc688c373f3f6cc72e1b5488ec809238a \
+        sha256 0ea84feb00fd7d68d9210be5d48b88d21d7c11caeef86dea36b0757283cbc79c
 
     # overload the github livecheck URL with the correct branch
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150210/b01ca932/attachment.html>


More information about the macports-changes mailing list