propchange - r136722 svn:log

larryv at macports.org larryv at macports.org
Sun May 24 23:12:23 PDT 2015


Author: larryv at macports.org (original author: larryv at macports.org)
Revision: 136722
Property Name: svn:log

@@ -2,17 +2,17 @@
 
 This lets ports reference their select files by filename alone. Thus,
 this "port"...
-
-    PortGroup       select 1.0
-    ...
-    select.group    foo
-    select.file     ${filespath}/bar
-
+{{{
+PortGroup       select 1.0
+...
+select.group    foo
+select.file     ${filespath}/bar
+}}}
 ... can now be written as...
-
-    PortGroup       select 1.0
-    ...
-    select.group    foo
-    select.file     bar
-
+{{{
+PortGroup       select 1.0
+...
+select.group    foo
+select.file     bar
+}}}
 Absolute paths may still be used if desired.



More information about the macports-changes mailing list