[92754] trunk/dports/python/py-biggles/Portfile

Ryan Schmidt ryandesign at macports.org
Sat May 5 14:20:42 PDT 2012


On May 5, 2012, at 16:14, deric at macports.org wrote:

> Revision: 92754
>          https://trac.macports.org/changeset/92754
> Author:   deric at macports.org
> Date:     2012-05-05 14:14:44 -0700 (Sat, 05 May 2012)
> Log Message:
> -----------
> py-biggles: Updated to 1.6.7, moved to github, added livecheck, removed unnecessary dependency.
> 
> Modified Paths:
> --------------
>    trunk/dports/python/py-biggles/Portfile
> 
> Modified: trunk/dports/python/py-biggles/Portfile
> ===================================================================
> --- trunk/dports/python/py-biggles/Portfile	2012-05-05 21:13:35 UTC (rev 92753)
> +++ trunk/dports/python/py-biggles/Portfile	2012-05-05 21:14:44 UTC (rev 92754)
> @@ -2,10 +2,12 @@
> # $Id$
> 
> PortSystem 1.0
> +PortGroup github 1.0
> PortGroup python 1.0
> 
> +version             1.6.7
> +github.setup        nolta biggles ${version} v
> name                py-biggles
> -version             1.6.6

The purpose of the github.setup line, among other things, is to set the version for you. So you're meant to write this simply as:

github.setup        nolta biggles 1.6.7 v




More information about the macports-dev mailing list