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

michaelld at macports.org michaelld at macports.org
Wed Oct 22 17:26:14 PDT 2014


Revision: 127211
          https://trac.macports.org/changeset/127211
Author:   michaelld at macports.org
Date:     2014-10-22 17:26:14 -0700 (Wed, 22 Oct 2014)
Log Message:
-----------
gnuradio:
+ add maint version info to help automate versioning;
+ update release to 3.7.5.1;
+ update devel to d8143810 and next to 259b3e91, both 20141021.

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

Modified: trunk/dports/science/gnuradio/Portfile
===================================================================
--- trunk/dports/science/gnuradio/Portfile	2014-10-23 00:23:47 UTC (rev 127210)
+++ trunk/dports/science/gnuradio/Portfile	2014-10-23 00:26:14 UTC (rev 127211)
@@ -25,10 +25,14 @@
 set major           3
 set minor_base      7
 set patch           5
+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}" .]
 
@@ -41,11 +45,9 @@
 
     conflicts       gnuradio-legacy gnuradio-next gnuradio-devel
 
-    revision        2
-
     checksums \
-        rmd160 0b04edbc816210ed40607b29fa8c93ba9902c8f2 \
-        sha256 5a573d7b84a09bb9549f7a8f08e9909ef1d71b16d8eeb446c6b153a175d46e16
+        rmd160 8d17676d418e5bd8d25433433120703e8f719a7f \
+        sha256 1041bcbf976814bf1b37d1fa79125771b98edb8bb1b88404498542d20935ca98
 
     # overload the github livecheck regex to look for versions that
     # are just numbers and '.', no letters (e.g., "3.7.3git").
@@ -104,14 +106,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 d957413240ed6dee49686ea34db0f119a854743e
-    version             ${devel_version}_20141016
+    github.setup        gnuradio gnuradio d8143810cd38ab0d47b0ebca62022cdbfe133478
+    version             ${devel_version}_20141021
 
     conflicts           gnuradio-legacy gnuradio gnuradio-next
 
     checksums \
-        rmd160 97b4f4b230d7c23f3a8e6cca19ec415b5c1c003a \
-        sha256 93b0d36eba5646f99f19d2cce8e2727a8dd4ccb550fe5b5b0ab782afcb26d84c
+        rmd160 3eab9e2e6ea97d40625696751ac52d5c45cd551f \
+        sha256 fca16d73327279bbd4b4b1133de7df88d38e29663efc041d7d92f35cd20d79d7
 
 }
 
@@ -121,14 +123,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 1917e248ec308f74446c97741d005596b93864d9
-    version             ${next_version}_20141016
+    github.setup        gnuradio gnuradio 259b3e9132377a1f3abfdedf14b08458a7e071ec
+    version             ${next_version}_20141021
 
     conflicts           gnuradio-legacy gnuradio gnuradio-devel
 
     checksums \
-        rmd160 fd2daf7dc91694794ca586d78bbd410cde47d896 \
-        sha256 db6b44300db7386f15d21477b02ad6bc4d42c4f672aac0b3faac8cb837483348
+        rmd160 6399d19cac685fc9ea3e31d64d83e9049d80a4bb \
+        sha256 3fee5f6b438dec4ce9605d361edd163b99c726fc19a1599803d945aa7780e629
 
     # 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/20141022/d68abfde/attachment.html>


More information about the macports-changes mailing list