ports/139810: [PATCH]ports-mgmt/portaudit: remove unmatched quotes

bf bf1783 at gmail.com
Wed Oct 21 08:10:02 UTC 2009


>Number:         139810
>Category:       ports
>Synopsis:       [PATCH]ports-mgmt/portaudit: remove unmatched quotes
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 21 08:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        9-CURRENT amd64
>Organization:
-
>Environment:
>Description:
r197691, 

http://svn.freebsd.org/changeset/base/197691

has uncovered an old bug in portaudit.  Fix by removing unmatched quotes, to allow portaudit to work on -CURRENT.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN portaudit.orig/files/portaudit-cmd.sh portaudit/files/portaudit-cmd.sh
--- portaudit.orig/files/portaudit-cmd.sh	2009-10-21 03:40:29.000000000 -0400
+++ portaudit/files/portaudit-cmd.sh	2009-10-17 08:48:59.000000000 -0400
@@ -264,7 +264,7 @@
 		return 2
 	fi
 
-	PKGNAME=`make -VPKGNAME 2>/dev/null || true"`
+	PKGNAME=`make -VPKGNAME 2>/dev/null || true`
 
 	if [ -z "$PKGNAME" ]; then
 		echo "portaudit: Can't determine the package name" >&2


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list