Date: Mon, 25 Mar 2013 16:30:34 GMT From: Alexander Milanov <a@amilanov.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/177376: [patch] security/vuxml: mixed tabs and spaces in newentry template Message-ID: <201303251630.r2PGUY40018065@red.freebsd.org> Resent-Message-ID: <201303251640.r2PGe0mq072531@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303251630.r2PGUY40018065>