[Midnightbsd-cvs] mports [16783] trunk/www/tidy-devel/files: move file

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 5 00:19:31 EDT 2014


Revision: 16783
          http://svnweb.midnightbsd.org/mports/?rev=16783
Author:   laffer1
Date:     2014-09-05 00:19:31 -0400 (Fri, 05 Sep 2014)
Log Message:
-----------
move file

Added Paths:
-----------
    trunk/www/tidy-devel/files/patch-console__tidy.c

Removed Paths:
-------------
    trunk/www/tidy-devel/files/patch-console::tidy.c

Deleted: trunk/www/tidy-devel/files/patch-console::tidy.c
===================================================================
--- trunk/www/tidy-devel/files/patch-console::tidy.c	2014-09-05 04:19:11 UTC (rev 16782)
+++ trunk/www/tidy-devel/files/patch-console::tidy.c	2014-09-05 04:19:31 UTC (rev 16783)
@@ -1,12 +0,0 @@
---- console/tidy.c.orig	Sat Mar  6 08:59:12 2004
-+++ console/tidy.c	Fri Mar 12 18:16:30 2004
-@@ -505,6 +505,9 @@
-             else if ( strcasecmp(arg, "quiet") == 0 )
-                 tidyOptSetBool( tdoc, TidyQuiet, yes );
- 
-+            else if ( strcasecmp(arg, "preserve") == 0 ) /* NOOP for docproj */
-+                printf( errout, "Warning: tidy-devel does not honour the -preserve flag\n");
-+
-             else if ( strcasecmp(arg, "help") == 0 ||
-                       strcasecmp(arg,    "h") == 0 || *arg == '?' )
-             {

Copied: trunk/www/tidy-devel/files/patch-console__tidy.c (from rev 16741, trunk/www/tidy-devel/files/patch-console::tidy.c)
===================================================================
--- trunk/www/tidy-devel/files/patch-console__tidy.c	                        (rev 0)
+++ trunk/www/tidy-devel/files/patch-console__tidy.c	2014-09-05 04:19:31 UTC (rev 16783)
@@ -0,0 +1,12 @@
+--- console/tidy.c.orig	Sat Mar  6 08:59:12 2004
++++ console/tidy.c	Fri Mar 12 18:16:30 2004
+@@ -505,6 +505,9 @@
+             else if ( strcasecmp(arg, "quiet") == 0 )
+                 tidyOptSetBool( tdoc, TidyQuiet, yes );
+ 
++            else if ( strcasecmp(arg, "preserve") == 0 ) /* NOOP for docproj */
++                printf( errout, "Warning: tidy-devel does not honour the -preserve flag\n");
++
+             else if ( strcasecmp(arg, "help") == 0 ||
+                       strcasecmp(arg,    "h") == 0 || *arg == '?' )
+             {



More information about the Midnightbsd-cvs mailing list