[135676] trunk/dports/science/gr-fosphor/Portfile

michaelld at macports.org michaelld at macports.org
Wed Apr 29 07:12:45 PDT 2015


Revision: 135676
          https://trac.macports.org/changeset/135676
Author:   michaelld at macports.org
Date:     2015-04-29 07:12:45 -0700 (Wed, 29 Apr 2015)
Log Message:
-----------
gr-fosphor: new interface for obtaining tarballs.

Modified Paths:
--------------
    trunk/dports/science/gr-fosphor/Portfile

Modified: trunk/dports/science/gr-fosphor/Portfile
===================================================================
--- trunk/dports/science/gr-fosphor/Portfile	2015-04-29 14:10:58 UTC (rev 135675)
+++ trunk/dports/science/gr-fosphor/Portfile	2015-04-29 14:12:45 UTC (rev 135676)
@@ -22,12 +22,15 @@
 long_description    ${description}  \
     This port is kept up with the gr-fosphor GIT 'master' branch, which is typically updated weekly to monthly, providing compatibility with GNU Radio release 3.7 API: the gnuradio and gnuradio-devel ports.
 
-fetch.type          git
-git.url             git://git.osmocom.org/gr-fosphor
-git.branch          985c78ffa7ecfc0d4b5b43d2541e68a9e6d94576
+set commit          985c78ffa7ecfc0d4b5b43d2541e68a9e6d94576
 version             20150120
 revision            1
+checksums           rmd160 74200bd632ced6a627a9de92788568dbaaeddaf4 \
+                    sha256 624b15ae7d93b6147165c76b7892a3fabb3e4e77f8c55ae59a5328262116d5b5
 
+distname            ${name}-${commit}
+master_sites        http://cgit.osmocom.org/gr-fosphor/snapshot/
+
 depends_lib-append \
     port:boost \
     port:cppunit \
@@ -92,5 +95,5 @@
 }
 
 livecheck.url       http://cgit.osmocom.org/gr-fosphor/log/?h=master
-livecheck.version   ${git.branch}
+livecheck.version   ${commit}
 livecheck.regex     id=(\[a-f0-9\]+).*>HEAD<
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150429/0d1b2b35/attachment.html>


More information about the macports-changes mailing list