From vd@datamax.bg  Thu Apr 13 08:07:45 2006
Return-Path: <vd@datamax.bg>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 880F816A400;
	Thu, 13 Apr 2006 08:07:45 +0000 (UTC)
	(envelope-from vd@datamax.bg)
Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 20F0143D49;
	Thu, 13 Apr 2006 08:07:44 +0000 (GMT)
	(envelope-from vd@datamax.bg)
Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2])
	by jengal.datamax.bg (Postfix) with SMTP id B6722B833;
	Thu, 13 Apr 2006 11:07:43 +0300 (EEST)
Received: (nullmailer pid 73764 invoked by uid 1002);
	Thu, 13 Apr 2006 08:07:43 -0000
Message-Id: <20060413080743.GA73739@qlovarnika.bg.datamax>
Date: Thu, 13 Apr 2006 11:07:43 +0300
From: Vasil Dimov <vd@FreeBSD.org>
Reply-To: vd@FreeBSD.org
To: FreeBSD-gnats-submit@freebsd.org
Cc: portmgr@freebsd.org
Subject: [patch] remove non-matching brackets from comments
X-Send-Pr-Version: 3.113

>Number:         95680
>Category:       ports
>Synopsis:       [patch] bsd.port.mk: remove non-matching brackets from comments
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    portmgr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 13 08:10:15 GMT 2006
>Closed-Date:    Tue May 23 21:55:53 GMT 2006
>Last-Modified:  Tue May 23 21:55:53 GMT 2006
>Originator:     Vasil Dimov
>Release:        FreeBSD 6.0-STABLE amd64
>Organization:
DataMax
>Environment:

>Description:

There are some leftover closing ) brackets that do not have the
corresponding opening ( brackets.

>How-To-Repeat:

>Fix:

--- bsd.port.mk_nmb.diff begins here ---
Index: bsd.port.mk
===================================================================
RCS file: /usr/local/pcvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.529
diff -u -r1.529 bsd.port.mk
--- bsd.port.mk	23 Feb 2006 15:37:20 -0000	1.529
+++ bsd.port.mk	13 Apr 2006 08:04:45 -0000
@@ -80,7 +80,7 @@
 # DISTNAME		- Name of port or distribution used in generating
 #				  WRKSRC and DISTFILES below.
 #				  Default:
-#				  ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX})
+#				  ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
 # CATEGORIES	- A list of descriptive categories into which this port falls.
 #				  Mandatory.
 #
@@ -92,7 +92,7 @@
 # EXTRACT_SUFX	- Suffix for archive names
 #				  You never have to set both DISTFILES and EXTRACT_SUFX.
 #				  Default: .tar.bz2 if USE_BZIP2 is set, .zip if USE_ZIP is
-#				  set, .tar.gz otherwise).
+#				  set, .tar.gz otherwise.
 # MASTER_SITES	- Primary location(s) for distribution files if not found
 #				  locally.  See bsd.sites.mk for common choices for
 #				  MASTER_SITES.
@@ -536,7 +536,7 @@
 #
 # NO_INSTALL_MANPAGES
 #				- If set, this port doesn't want to install any manpages.
-#				  Default: not set, i.e. manpages are installed by default).
+#				  Default: not set, i.e. manpages are installed by default.
 #
 # Set the following to specify all manpages that your port installs.
 # These manpages will be automatically listed in ${PLIST}.  Depending
@@ -573,7 +573,7 @@
 # INFO_PATH		- Path, where all .info files will be installed by your
 #				  port, relative to ${PREFIX}
 #				  Default: "share/info" if ${PREFIX} is equal to /usr
-#				  and "info" otherwise).
+#				  and "info" otherwise.
 #
 # Set the following to specify all documentation your port installs into
 # ${DOCSDIR}
@@ -827,7 +827,7 @@
 #				  described below except that any line beginning with @comment
 #				  is deleted.
 # SUB_LIST		- List of "variable=value" pair for substitution in ${SUB_FILES}
-#				  Some pairs are added by default: eg. PREFIX=${PREFIX})
+#				  Some pairs are added by default: eg. PREFIX=${PREFIX}
 #
 # INSTALLS_SHLIB
 #				- If set, bsd.port.mk will automatically run ldconfig commands
--- bsd.port.mk_nmb.diff ends here ---


-- 
Vasil Dimov
gro.DSBeerF@dv

Testing can show the presence of bugs, but not their absence.
                -- Edsger W. Dijkstra
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Apr 13 08:15:57 UTC 2006 
Responsible-Changed-Why:  
portmgr territory. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95680 
State-Changed-From-To: open->analyzed 
State-Changed-By: kris 
State-Changed-When: Sat May 6 02:08:23 UTC 2006 
State-Changed-Why:  
Accepted for testing on next experimental package build 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95238 
State-Changed-From-To: open->analyzed 
State-Changed-By: kris 
State-Changed-When: Sat May 6 02:08:23 UTC 2006 
State-Changed-Why:  
Accepted for testing on next experimental package build 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92923 
State-Changed-From-To: open->analyzed 
State-Changed-By: kris 
State-Changed-When: Sat May 6 02:08:23 UTC 2006 
State-Changed-Why:  
Accepted for testing on next experimental package build 

http://www.freebsd.org/cgi/query-pr.cgi?pr=94164 
State-Changed-From-To: open->analyzed 
State-Changed-By: kris 
State-Changed-When: Sat May 6 02:08:23 UTC 2006 
State-Changed-Why:  
Accepted for testing on next experimental package build 

http://www.freebsd.org/cgi/query-pr.cgi?pr=94219 
State-Changed-From-To: open->analyzed 
State-Changed-By: kris 
State-Changed-When: Sat May 6 02:08:23 UTC 2006 
State-Changed-Why:  
Accepted for testing on next experimental package build 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93234 
State-Changed-From-To: open->analyzed 
State-Changed-By: kris 
State-Changed-When: Sat May 6 02:08:23 UTC 2006 
State-Changed-Why:  
Accepted for testing on next experimental package build 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92355 
State-Changed-From-To: open->analyzed 
State-Changed-By: kris 
State-Changed-When: Sat May 6 02:08:23 UTC 2006 
State-Changed-Why:  
Accepted for testing on next experimental package build 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91621 
State-Changed-From-To: open->analyzed 
State-Changed-By: kris 
State-Changed-When: Sat May 6 02:08:23 UTC 2006 
State-Changed-Why:  
Accepted for testing on next experimental package build 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95579 
State-Changed-From-To: open->analyzed 
State-Changed-By: kris 
State-Changed-When: Sat May 6 02:08:23 UTC 2006 
State-Changed-Why:  
Accepted for testing on next experimental package build 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95680 
State-Changed-From-To: analyzed->closed 
State-Changed-By: kris 
State-Changed-When: Tue May 23 21:55:01 UTC 2006 
State-Changed-Why:  
Patch committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93873 
State-Changed-From-To: analyzed->closed 
State-Changed-By: kris 
State-Changed-When: Tue May 23 21:55:01 UTC 2006 
State-Changed-Why:  
Patch committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92923 
State-Changed-From-To: analyzed->closed 
State-Changed-By: kris 
State-Changed-When: Tue May 23 21:55:01 UTC 2006 
State-Changed-Why:  
Patch committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93234 
State-Changed-From-To: analyzed->closed 
State-Changed-By: kris 
State-Changed-When: Tue May 23 21:55:01 UTC 2006 
State-Changed-Why:  
Patch committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95680 
>Unformatted:
