ports/78006: Small tweak of COMMENT in graphics/cairo/Makefile
Alexey Dokuchaev
danfe at FreeBSD.org
Thu Feb 24 07:20:14 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list