ports/177376: [patch] security/vuxml: mixed tabs and spaces in newentry template
Alexander Milanov
a at amilanov.com
Mon Mar 25 16:40:01 UTC 2013
>Number: 177376
>Category: ports
>Synopsis: [patch] security/vuxml: mixed tabs and spaces in newentry template
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Mar 25 16:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Alexander Milanov
>Release: 9.1-RELEASE
>Organization:
>Environment:
FreeBSD t1 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root at obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
The template for new entry has tabs mixed with the spaces used for indentation.
>How-To-Repeat:
% cd /usr/ports/security/vuxml
% make newentry
>Fix:
Patch attached with submission follows:
Index: security/vuxml/files/newentry.sh
===================================================================
--- security/vuxml/files/newentry.sh (revision 315205)
+++ security/vuxml/files/newentry.sh (working copy)
@@ -26,16 +26,16 @@
<topic> -- </topic>
<affects>
<package>
- <name></name>
- <range><lt></lt></range>
+ <name></name>
+ <range><lt></lt></range>
</package>
</affects>
<description>
<body xmlns="http://www.w3.org/1999/xhtml">
- <p>SO-AND-SO reports:</p>
- <blockquote cite="INSERT URL HERE">
- <p>.</p>
- </blockquote>
+ <p>SO-AND-SO reports:</p>
+ <blockquote cite="INSERT URL HERE">
+ <p>.</p>
+ </blockquote>
</body>
</description>
<references>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list