On Mar 23, 2012, at 10:05, [email protected] wrote: > Revision: 91076 > https://trac.macports.org/changeset/91076 > Author: [email protected] > Date: 2012-03-23 08:05:42 -0700 (Fri, 23 Mar 2012) > Log Message: > ----------- > updated py-docx to 0.0.2 > > Modified Paths: > -------------- > trunk/dports/python/py-docx/Portfile > > Modified: trunk/dports/python/py-docx/Portfile > =================================================================== > --- trunk/dports/python/py-docx/Portfile 2012-03-23 15:00:56 UTC (rev > 91075) > +++ trunk/dports/python/py-docx/Portfile 2012-03-23 15:05:42 UTC (rev > 91076) > @@ -5,7 +5,7 @@ > PortGroup python 1.0 > > name py-docx > -version 0.0.1 > +version 0.0.2 > python.versions 26 27 > python.default_version 27 > revision 1
For future updates, remember that the revision should drop to 0 when the
version is increased.
> @@ -22,7 +22,7 @@
>
> fetch.type git
> git.url ${homepage}.git
> -git.branch 53a0e3dd0e91ff9c911e8d8824a7c89df6c587c8
> +git.branch 7f0781e7a86ba26d69f5e09850ef7e4fc35d3795
>
> livecheck.type regex
> livecheck.url https://raw.github.com/mikemaccana/python-docx/master/setup.py
Since this software is hosted at github, you could simplify the port by using
the github portgroup. I'm attaching a patch to do this.
py-docx-github-portgroup.diff
Description: Binary data
_______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
