On Jan 24, 2012, at 10:53, [email protected] wrote: > Revision: 89309 > http://trac.macports.org/changeset/89309 > Author: [email protected] > Date: 2012-01-24 08:53:47 -0800 (Tue, 24 Jan 2012) > Log Message: > ----------- > new port: py-robotframework unifying the 2.6 and 2.7 ports, which are then > deleted > > Added Paths: > ----------- > trunk/dports/python/py-robotframework/ > trunk/dports/python/py-robotframework/Portfile > > Removed Paths: > ------------- > trunk/dports/python/py26-robotframework/ > trunk/dports/python/py27-robotframework/ > > Added: trunk/dports/python/py-robotframework/Portfile > =================================================================== > --- trunk/dports/python/py-robotframework/Portfile > (rev 0) > +++ trunk/dports/python/py-robotframework/Portfile 2012-01-24 16:53:47 UTC > (rev 89309)
It might have been better to "svn cp" the py27-robotframework port, so that the history of the port would have been preserved. > +universal_variant yes > +configure.build_arch i386 As far as I can tell this port does not install any architecture-specific files, so instead of both of these lines, the port should instead say "supported_archs noarch". > +master_sites http://robotframework.googlecode.com/files/ This could be simplified to "master_sites googlecode:robotframework". _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
