On Aug 2, 2012, at 06:57, [email protected] wrote: > Revision: 96177 > https://trac.macports.org/changeset/96177 > Author: [email protected] > Date: 2012-08-02 04:57:24 -0700 (Thu, 02 Aug 2012) > Log Message: > ----------- > jruby-devel (new port), jruby: development version of jruby; conflicts with > jruby
> Added: trunk/dports/lang/jruby-devel/Portfile > =================================================================== > --- trunk/dports/lang/jruby-devel/Portfile (rev 0) > +++ trunk/dports/lang/jruby-devel/Portfile 2012-08-02 11:57:24 UTC (rev > 96177) Ideally you should have "svn copy"d jruby to jruby-devel and then made changes. That way, the history of jruby-devel (as seen in commands like "svn log" and "svn blame") would have been intact. > @@ -0,0 +1,106 @@ > +# -*- 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 The jruby and jruby-devel Portfiles don't actually conform to this modeline. The modeline says indentations occur at multiples of 4 spaces, but the whitespace of the Portfiles has indentations occurring at multiples of 2 spaces. Either the Portfiles' modelines or their whitespace should be changed so that they agree with one another. > +# $Id: Portfile 92712 2012-05-04 15:03:18Z [email protected] $ Don't forget to configure your svn autoprops so that svn:keywords and svn:eol-style are automatically set on new Portfiles that you commit. https://trac.macports.org/wiki/CommittersTipsAndTricks#SetsvnpropertiesautomaticallyonnewPortfiles If this port had been "svn copy"d from the other one, the properties would have been copied as well. _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-dev
