Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Feb 2005 07:13:51 +0000 (GMT)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78006: Small tweak of COMMENT in graphics/cairo/Makefile
Message-ID:  <20050224071351.15EF616A4CF@hub.freebsd.org>
Resent-Message-ID: <200502240720.j1O7KE3I087349@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         78006
>Category:       ports
>Synopsis:       Small tweak of COMMENT in graphics/cairo/Makefile
>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:   Thu Feb 24 07:20:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Dokuchaev
>Release:        
>Organization:
>Environment:
>Description:
We normally do not print the port name in COMMENT line in Makefile, since it would
look weird (redundant) in pkg_info output:

...
foobar-1.2_3,1	foobar is ...
...

There is no need for "foobar is " part, really.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /net/ike/export/home/cvsup/FreeBSD-CVS/ports/graphics/cairo/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	17 Feb 2005 00:59:40 -0000	1.6
+++ Makefile	24 Feb 2005 07:06:14 -0000
@@ -11,7 +11,7 @@
 MASTER_SITES=	http://cairographics.org/snapshots/
 
 MAINTAINER=	ahze@FreeBSD.org
-COMMENT=	Cairo is a vector graphics library with cross-device output support
+COMMENT=	Vector graphics library with cross-device output support
 
 LIB_DEPENDS=	pixman.1:${PORTSDIR}/graphics/libpixman \
 		freetype.9:${PORTSDIR}/print/freetype2 \
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050224071351.15EF616A4CF>