Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2013 19:05:00 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319897 - head/print/foomatic-filters
Message-ID:  <201306041905.r54J51jE027749@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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