* add LICENSE * change OPTIONS_SINGLE to OPTIONS_RADIO, enabling "none" as a valid choice * fix complaint of portlint in pkg-descr Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: acm->freebsd-ports Maintainer timeout (9 weeks)
Responsible Changed From-To: freebsd-ports->freebsd-ports-bugs properly reflect maintainer timeout.
State Changed From-To: open->closed Committed. Thanks!
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"
Responsible Changed From-To: freebsd-ports-bugs->crees I'll take it.