[118847] trunk/dports/science/gnuradio
Ryan Schmidt
ryandesign at macports.org
Sun Apr 13 03:25:15 PDT 2014
On Apr 12, 2014, at 12:03, michaelld at macports.org wrote:
> Revision
> 118847
> Author
> michaelld at macports.org
> Date
> 2014-04-12 10:03:02 -0700 (Sat, 12 Apr 2014)
> Log Message
>
> gnuradio:
> + update devel to 76970d54 and next to 4d93231b, both 20140411;
> + move to using the github PortGroup for all gnuradio ports.
> --- trunk/dports/science/gnuradio/Portfile 2014-04-12 16:17:26 UTC (rev 118846)
> +++ trunk/dports/science/gnuradio/Portfile 2014-04-12 17:03:02 UTC (rev 118847)
>
> @@ -5,13 +5,14 @@
>
> PortGroup cmake 1.0
>
> PortGroup wxWidgets 1.0
>
> PortGroup active_variants 1.1
>
> +PortGroup github 1.0
> if {${subport} eq ${name}} {
>
>
>
> + github.setup gnuradio gnuradio v3.7.3
> +
>
> version 3.7.3
The intention is for you to write “github.setup gnuradio gnuradio 3.7.3 v”; then setting the version manually becomes unnecessary, and livecheck should automatically work properly.
> subport gnuradio-legacy {
>
>
>
> + github.setup gnuradio gnuradio v3.6.5.1
> + name gnuradio-legacy
> +
>
> version 3.6.5.1
Similarly here, write “github.setup gnuradio gnuradio 3.6.5.1 v” and remove the version line.
> subport gnuradio-next {
>
>
>
> + PortGroup github 1.0
> +
Since the portgroup is already included at the top of the Portfile for all subports, it doesn’t need to be included again in this subport.
More information about the macports-dev
mailing list