svn commit: r319897 - head/print/foomatic-filters

Chris Rees crees at FreeBSD.org
Tue Jun 4 19:05:01 UTC 2013


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 at 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 at 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


More information about the svn-ports-all mailing list