On Nov 20, 2011, at 07:13, [email protected] wrote: > Revision: 87414 > http://trac.macports.org/changeset/87414 > Author: [email protected] > Date: 2011-11-20 05:13:24 -0800 (Sun, 20 Nov 2011) > Log Message: > ----------- > uncrustify: update to 0.59 > > Modified Paths: > -------------- > trunk/dports/devel/uncrustify/Portfile
In the future, please remember to do whitespace changes separately from function changes, so that the functional changes are easier to see in diffs. > Modified: trunk/dports/devel/uncrustify/Portfile > =================================================================== > --- trunk/dports/devel/uncrustify/Portfile 2011-11-20 08:23:23 UTC (rev > 87413) > +++ trunk/dports/devel/uncrustify/Portfile 2011-11-20 13:13:24 UTC (rev > 87414) > @@ -1,23 +1,23 @@ > # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; > c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 > # $Id$ > > -PortSystem 1.0 > +PortSystem 1.0 > > -name uncrustify > -version 0.58 > -categories devel > -maintainers nomaintainer > -description Source code beautifier > -long_description Banish crusty code with the Uncrustify > C/C++/C#/D/Java/Pawn \ > - source code beautifier. It indents, adds newlines, > aligns, etc, \ > - and is highly configurable. > -homepage http://uncrustify.sourceforge.net/ > -platforms darwin > -master_sites sourceforge > +name uncrustify > +version 0.59 > +categories devel > +maintainers nomaintainer > +description Source code beautifier > +long_description Banish crusty code with the Uncrustify > C/C++/C#/D/Java/Pawn \ > + source code beautifier. It indents, adds newlines, aligns, > etc, \ > + and is highly configurable. > +homepage http://uncrustify.sourceforge.net/ > +platforms darwin > +master_sites sourceforge > > -checksums md5 9fa275570a4422aa1cb90fbbdde79a76 \ > - sha1 baa441e163ae21842ed35e1abfc204b45e40820b \ > - rmd160 89eb9d3af8cdd7338b277406a3e43638575a1370 > +checksums md5 ebd8607286073c5234371aa35e085754 \ > + sha1 233e4f6cb34ef7020ce49e5b5d14f0d46f277e31 \ > + rmd160 433a04ddd3d477173fa31f16d05fd0a264436e64 > > livecheck.type regex > livecheck.url http://sourceforge.net/projects/uncrustify/files/ _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
