Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2013 18:47:01 GMT
From:      "r4721@tormail.org" <r4721@tormail.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/178201: [patch] small fixes to print/foomatic-filters
Message-ID:  <201304271847.r3RIl1MX062250@red.freebsd.org>
Resent-Message-ID: <201304271850.r3RIoC3V040375@freefall.freebsd.org>

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

>Number:         178201
>Category:       ports
>Synopsis:       [patch] small fixes to print/foomatic-filters
>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:   Sat Apr 27 18:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     r4721@tormail.org
>Release:        
>Organization:
>Environment:
>Description:
* add LICENSE
* change OPTIONS_SINGLE to OPTIONS_RADIO, enabling "none" as a valid choice
* fix complaint of portlint in pkg-descr
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: print/foomatic-filters/Makefile
===================================================================
--- print/foomatic-filters/Makefile	(revision 316683)
+++ print/foomatic-filters/Makefile	(working copy)
@@ -10,6 +10,9 @@
 MAINTAINER=	acm@FreeBSD.org
 COMMENT=	Foomatic wrapper scripts
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USE_AUTOTOOLS=	autoheader
 USE_PERL5=	yes
 USE_GHOSTSCRIPT=yes
@@ -29,8 +32,8 @@
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 OPTIONS_DEFINE=	A2PS CUPS_IMAGE MPAGE
-OPTIONS_SINGLE=	ENSCRIPT
-OPTIONS_SINGLE_ENSCRIPT=	ENSCRIPT_A4 ENSCRIPT_LETTER ENSCRIPT_LETTERDJ
+OPTIONS_RADIO=	ENSCRIPT
+OPTIONS_RADIO_ENSCRIPT=	ENSCRIPT_A4 ENSCRIPT_LETTER ENSCRIPT_LETTERDJ
 OPTIONS_DEFAULT=	CUPS_IMAGE A2PS ENSCRIPT_A4 MPAGE
 CUPS_IMAGE_DESC=	Install cups image utilities
 A2PS_DESC=		Install a2ps convertor
Index: print/foomatic-filters/pkg-descr
===================================================================
--- print/foomatic-filters/pkg-descr	(revision 316683)
+++ print/foomatic-filters/pkg-descr	(working copy)
@@ -2,4 +2,4 @@
 PostScript data into the printer's native format using a
 printer/driver specific, but spooler-independent PPD file.
 
-WWW:	http://www.openprinting.org
+WWW: http://www.openprinting.org


>Release-Note:
>Audit-Trail:
>Unformatted:



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