From nobody@FreeBSD.org  Sat Apr 27 18:47:01 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id CBEAFCEC
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 27 Apr 2013 18:47:01 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id BE18E155A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 27 Apr 2013 18:47:01 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r3RIl10l062251
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 27 Apr 2013 18:47:01 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r3RIl1MX062250;
	Sat, 27 Apr 2013 18:47:01 GMT
	(envelope-from nobody)
Message-Id: <201304271847.r3RIl1MX062250@red.freebsd.org>
Date: Sat, 27 Apr 2013 18:47:01 GMT
From: "r4721@tormail.org" <r4721@tormail.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] small fixes to print/foomatic-filters
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         178201
>Category:       ports
>Synopsis:       [patch] small fixes to print/foomatic-filters
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    crees
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 27 18:50:00 UTC 2013
>Closed-Date:    Tue Jun 04 19:05:19 UTC 2013
>Last-Modified:  Tue Jun  4 19:10:00 UTC 2013
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->acm 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Apr 27 18:50:19 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178201 
Responsible-Changed-From-To: acm->freebsd-ports 
Responsible-Changed-By: koobs 
Responsible-Changed-When: Tue Jun 4 12:57:06 UTC 2013 
Responsible-Changed-Why:  
Maintainer timeout (9 weeks) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178201 
Responsible-Changed-From-To: freebsd-ports->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Jun 4 18:39:08 UTC 2013 
Responsible-Changed-Why:  
properly reflect maintainer timeout. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178201 
State-Changed-From-To: open->closed 
State-Changed-By: crees 
State-Changed-When: Tue Jun 4 19:05:18 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178201 
Responsible-Changed-From-To: freebsd-ports-bugs->crees 
Responsible-Changed-By: crees 
Responsible-Changed-When: Tue Jun 4 19:05:38 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178201 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178201: commit references a PR
Date: Tue,  4 Jun 2013 19:05:18 +0000 (UTC)

 Author: crees
 Date: Tue Jun  4 19:05:00 2013
 New Revision: 319897
 URL: http://svnweb.freebsd.org/changeset/ports/319897
 
 Log:
   * add LICENSE
   * change OPTIONS_SINGLE to OPTIONS_RADIO, enabling "none" as a valid choice
   * fix complaint of portlint in pkg-descr
   
   PR:		ports/178201
   Submitted by:	r4721@tormail.org
   Approved by:	maintainer timeout (acm, 9 weeks)
 
 Modified:
   head/print/foomatic-filters/Makefile
   head/print/foomatic-filters/pkg-descr
 
 Modified: head/print/foomatic-filters/Makefile
 ==============================================================================
 --- head/print/foomatic-filters/Makefile	Tue Jun  4 19:04:59 2013	(r319896)
 +++ head/print/foomatic-filters/Makefile	Tue Jun  4 19:05:00 2013	(r319897)
 @@ -10,6 +10,9 @@ MASTER_SITES=	http://www.openprinting.or
  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 @@ CPPFLAGS+=	-I${LOCALBASE}/include
  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
 
 Modified: head/print/foomatic-filters/pkg-descr
 ==============================================================================
 --- head/print/foomatic-filters/pkg-descr	Tue Jun  4 19:04:59 2013	(r319896)
 +++ head/print/foomatic-filters/pkg-descr	Tue Jun  4 19:05:00 2013	(r319897)
 @@ -2,4 +2,4 @@ Filter scripts used by the printer spool
  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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
