On Apr 15, 2010, at 08:51, [email protected] wrote: > Revision: 66501 > http://trac.macports.org/changeset/66501 > Author: [email protected] > Date: 2010-04-15 06:51:17 -0700 (Thu, 15 Apr 2010) > Log Message: > ----------- > Upgrade py-ipy to latest version and add it for python25 and python26
> Modified: trunk/dports/python/py-ipy/Portfile > =================================================================== > --- trunk/dports/python/py-ipy/Portfile 2010-04-15 04:54:34 UTC (rev > 66500) > +++ trunk/dports/python/py-ipy/Portfile 2010-04-15 13:51:17 UTC (rev > 66501) > @@ -1,25 +1,25 @@ > # $Id$ > > PortSystem 1.0 > -PortGroup python24 1.0 > +PortGroup python 1.0 "PortGroup python24 1.0" was correct. There is no portgroup called "python". I fixed it in r66508. > -version 0.42 > +version 0.70 > revision 1 Don't change it now, but for future updates remember that the revision should be dropped to 0 when you increase the version. > -maintainers nomaintainer > +maintainers [email protected] We recommend you write @macports.org maintainer addresses without the "@macports.org" part in the portfile, e.g. just "maintainers saispo". This helps prevent your email address from getting harvested by spambots. MacPorts still knows how to display your correct email address in "port info". _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
