> On Dec 2, 2016, at 4:09 AM, Joshua Root <j...@macports.org> wrote: > > Joshua Root (jmroot) pushed a commit to branch master > in repository macports-contrib. > > > https://github.com/macports/macports-contrib/commit/03f312cb5470db0f189df70cdc2070875279efad > > The following commit(s) were added to refs/heads/master by this push: > > new 03f312c portfile-gen: update python versions > > 03f312c is described below > > > commit 03f312cb5470db0f189df70cdc2070875279efad > > Author: Joshua Root <j...@macports.org> > AuthorDate: Fri Dec 2 21:09:09 2016 +1100 > > > portfile-gen: update python versions > > > > + a few formatting adjustments
> --- a/portfile-gen/portfile-gen > +++ b/portfile-gen/portfile-gen > @@ -185,12 +185,12 @@ switch ${groupCode} { > } > } > puts "" > -puts "checksums rmd160 12345 \\" > -puts " sha256 6789a" > +puts "checksums rmd160 12345 \\" > +puts " sha256 6789a" This part of this change is contrary to how we have been formatting checksums in ports, and I'd like to revert this.