ports/121329: Several ports have quotes around their COMMENTS
Gavin Atkinson
gavin.atkinson at ury.york.ac.uk
Mon Mar 3 19:40:03 UTC 2008
>Number: 121329
>Category: ports
>Synopsis: Several ports have quotes around their COMMENTS
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Mar 03 19:40:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Gavin Atkinson
>Release: FreeBSD 7.0-BETA3 amd64
>Organization:
>Environment:
System: FreeBSD ga9test2.york.ac.uk 7.0-BETA3 FreeBSD 7.0-BETA3 #0: Fri Nov 16 19:12:38 UTC 2007 root at myers.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
COMMENTs in port Makefiles shouldn't be quoted, but is in around 10 ports. I've
also corrected a NO_CDROM in one of them, while there.
Note that only one of the ports in the patch is owned by myself, a few are
unmaintained and the rest have maintainers listed. I haven't contacted the maintainers,
on the basis that this isn't a critical change or one that anyone is likely to
object to.
>How-To-Repeat:
http://portsmon.freebsd.org/portoverview.py?category=x11&portname=chameleon
>Fix:
--- commentquotes.diff begins here ---
Index: ports/devel/sfslite-noopt/Makefile
===================================================================
RCS file: /usr/ncvs/ports/devel/sfslite-noopt/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- ports/devel/sfslite-noopt/Makefile 29 Nov 2005 23:59:47 -0000 1.1
+++ ports/devel/sfslite-noopt/Makefile 3 Mar 2008 16:41:43 -0000
@@ -6,7 +6,7 @@
#
BUILD_MODE = shared
MASTERDIR= ${.CURDIR}/../../devel/sfslite
-COMMENT= "sfslite without optimization for debugging"
+COMMENT= sfslite without optimization for debugging
PKG_INSTALL= ${MASTERDIR}/pkg-install
Index: ports/japanese/p5-WWW-2ch/Makefile
===================================================================
RCS file: /usr/ncvs/ports/japanese/p5-WWW-2ch/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- ports/japanese/p5-WWW-2ch/Makefile 8 Sep 2007 01:00:14 -0000 1.3
+++ ports/japanese/p5-WWW-2ch/Makefile 3 Mar 2008 16:51:08 -0000
@@ -13,7 +13,7 @@
PKGNAMEPREFIX= p5-
MAINTAINER= kaoru at kaisei.org
-COMMENT= "Perl module for scraping of 2ch.net BBS"
+COMMENT= Perl module for scraping of 2ch.net BBS
RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor
Index: ports/math/p5-Bit-Vector-Minimal/Makefile
===================================================================
RCS file: /usr/ncvs/ports/math/p5-Bit-Vector-Minimal/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- ports/math/p5-Bit-Vector-Minimal/Makefile 8 Sep 2007 01:01:35 -0000 1.5
+++ ports/math/p5-Bit-Vector-Minimal/Makefile 3 Mar 2008 16:56:11 -0000
@@ -13,7 +13,7 @@
PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
-COMMENT= "Object-oriented wrapper around Perl's vec()"
+COMMENT= Object-oriented wrapper around Perl's vec()
PERL_CONFIGURE= yes
Index: ports/net-mgmt/scdp/Makefile
===================================================================
RCS file: /usr/ncvs/ports/net-mgmt/scdp/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/net-mgmt/scdp/Makefile 31 Jan 2007 14:09:52 -0000 1.11
+++ ports/net-mgmt/scdp/Makefile 3 Mar 2008 17:03:57 -0000
@@ -13,7 +13,7 @@
DISTNAME= scdp-${PORTVERSION:S/.b/b/}
MAINTAINER= arved at FreeBSD.org
-COMMENT= "Tool that sends CDP (CISCO Discovery Protocol) Packets"
+COMMENT= Tool that sends CDP (CISCO Discovery Protocol) Packets
BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10
Index: ports/print/epsonepl/Makefile
===================================================================
RCS file: /usr/ncvs/ports/print/epsonepl/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- ports/print/epsonepl/Makefile 19 May 2007 20:20:46 -0000 1.4
+++ ports/print/epsonepl/Makefile 3 Mar 2008 17:05:18 -0000
@@ -15,7 +15,7 @@
EXTRACT_SUFX= .tgz
MAINTAINER= ports at FreeBSD.org
-COMMENT= "Printer filter for EPSON EPL-5700L etc"
+COMMENT= Printer filter for EPSON EPL-5700L etc
USE_GHOSTSCRIPT_RUN= yes
Index: ports/security/mindterm-binary/Makefile
===================================================================
RCS file: /usr/ncvs/ports/security/mindterm-binary/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- ports/security/mindterm-binary/Makefile 1 Oct 2005 06:09:00 -0000 1.9
+++ ports/security/mindterm-binary/Makefile 3 Mar 2008 17:07:12 -0000
@@ -14,12 +14,12 @@
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports at FreeBSD.org
-COMMENT= "A full vt220 compatible Java SSH-1 client (not only for websites)"
+COMMENT= A full vt220 compatible Java SSH-1 client (not only for websites)
USE_ZIP= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
-NO_CDROM= "Do not sell for profit"
+NO_CDROM= Do not sell for profit
post-extract:
@${CP} ${DISTDIR}/mindterm-ssh.html ${WRKSRC}
Index: ports/security/steghide/Makefile
===================================================================
RCS file: /usr/ncvs/ports/security/steghide/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- ports/security/steghide/Makefile 29 May 2007 15:45:19 -0000 1.28
+++ ports/security/steghide/Makefile 3 Mar 2008 17:08:13 -0000
@@ -14,7 +14,7 @@
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/}
MAINTAINER= arved at FreeBSD.org
-COMMENT= "Steganography tool to hide data in binary files"
+COMMENT= Steganography tool to hide data in binary files
LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \
mhash.2:${PORTSDIR}/security/mhash
Index: ports/textproc/p5-XML-Filter-GenericChunk/Makefile
===================================================================
RCS file: /usr/ncvs/ports/textproc/p5-XML-Filter-GenericChunk/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- ports/textproc/p5-XML-Filter-GenericChunk/Makefile 24 Oct 2003 12:04:17 -0000 1.3
+++ ports/textproc/p5-XML-Filter-GenericChunk/Makefile 3 Mar 2008 17:11:53 -0000
@@ -14,7 +14,7 @@
PKGNAMEPREFIX= p5-
MAINTAINER= hansjoerg.pehofer at uibk.ac.at
-COMMENT= "Base Class for SAX Filters parsing WellBallanced Chunks."
+COMMENT= Base Class for SAX Filters parsing WellBallanced Chunks.
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX
Index: ports/textproc/p5-XML-Generator-PerlData/Makefile
===================================================================
RCS file: /usr/ncvs/ports/textproc/p5-XML-Generator-PerlData/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- ports/textproc/p5-XML-Generator-PerlData/Makefile 24 Oct 2003 12:04:19 -0000 1.3
+++ ports/textproc/p5-XML-Generator-PerlData/Makefile 3 Mar 2008 17:11:54 -0000
@@ -14,7 +14,7 @@
PKGNAMEPREFIX= p5-
MAINTAINER= hansjoerg.pehofer at uibk.ac.at
-COMMENT= "Perl extension for generating SAX2 events from Perl data structures."
+COMMENT= Perl extension for generating SAX2 events from Perl data structures.
BUILD_DEPENDS= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX
RUN_DEPENDS= ${BUILD_DEPENDS}
Index: ports/x11/chameleon/Makefile
===================================================================
RCS file: /usr/ncvs/ports/x11/chameleon/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- ports/x11/chameleon/Makefile 19 May 2007 20:25:57 -0000 1.7
+++ ports/x11/chameleon/Makefile 3 Mar 2008 17:16:35 -0000
@@ -17,7 +17,7 @@
DISTNAME= chameleon_${PORTVERSION}.orig
MAINTAINER= gavin.atkinson at ury.york.ac.uk
-COMMENT= "Application for putting pictures or colors onto the root window"
+COMMENT= Application for putting pictures or colors onto the root window
LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib
Index: ports/x11/gromit/Makefile
===================================================================
RCS file: /usr/ncvs/ports/x11/gromit/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- ports/x11/gromit/Makefile 19 May 2007 20:26:36 -0000 1.9
+++ ports/x11/gromit/Makefile 3 Mar 2008 17:16:51 -0000
@@ -12,7 +12,7 @@
MASTER_SITES= http://www.home.unix-ag.org/simon/gromit/
MAINTAINER= sergei at FreeBSD.org
-COMMENT= "GRaphics Over Miscellaneous Objects (Gromit)"
+COMMENT= GRaphics Over Miscellaneous Objects (Gromit)
USE_X_PREFIX= yes
USE_GNOME= gtk20
--- commentquotes.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list