Date: Wed, 21 Oct 2009 08:01:38 GMT From: bf <bf1783@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/139810: [PATCH]ports-mgmt/portaudit: remove unmatched quotes Message-ID: <200910210801.n9L81cD5067526@www.freebsd.org> Resent-Message-ID: <200910210810.n9L8A1ZI089365@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910210801.n9L81cD5067526>