[98695] trunk/dports/python
Ryan Schmidt
ryandesign at macports.org
Sat Oct 13 02:50:54 PDT 2012
On Oct 13, 2012, at 03:36, deric at macports.org wrote:
> Revision: 98695
> http://trac.macports.org//changeset/98695
> Author: deric at macports.org
> Date: 2012-10-13 01:36:08 -0700 (Sat, 13 Oct 2012)
> Log Message:
> -----------
> py-icalendar: Unify and update to 3.1 (#36473).
>
> Modified Paths:
> --------------
> trunk/dports/python/py-icalendar/Portfile
>
> Removed Paths:
> -------------
> trunk/dports/python/py25-icalendar/
> trunk/dports/python/py26-icalendar/
>
> Modified: trunk/dports/python/py-icalendar/Portfile
> ===================================================================
> --- trunk/dports/python/py-icalendar/Portfile 2012-10-13 08:36:03 UTC (rev 98694)
> +++ trunk/dports/python/py-icalendar/Portfile 2012-10-13 08:36:08 UTC (rev 98695)
> @@ -1,10 +1,13 @@
> # $Id$
>
> PortSystem 1.0
> -PortGroup python24 1.0
> +PortGroup python 1.0
> +PortGroup github 1.0
>
> +github.setup collective icalendar 3.1
> +git.branch 85388792e11e106289f7399409c07e904dcca9d5
> name py-icalendar
> -version 1.2
> +version 3.1
You can delete the version line; the github.setup line sets it for you.
85388792e11e106289f7399409c07e904dcca9d5 appears to be the git commit id corresponding to the 3.1 tag, so why specify it at all?
More information about the macports-dev
mailing list