Date: Fri, 25 Apr 2014 11:49:43 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352107 - head/print/foo2zjs Message-ID: <201404251149.s3PBnhkm002388@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Fri Apr 25 11:49:42 2014 New Revision: 352107 URL: http://svnweb.freebsd.org/changeset/ports/352107 QAT: https://qat.redports.org/buildarchive/r352107/ Log: print/foo2zjs: add run time dependency upon textproc/gsed . assumig the following code is intended, add a run time dependency upon textproc/gsed: ----- foo2zjs-pstops.sh ----- case `uname -s` in FreeBSD) sed=gsed;; ----- . bump PORTREVISION. Reported by: stb@ (at freebsd-ports@) MFH: 2014Q2 Modified: head/print/foo2zjs/Makefile Modified: head/print/foo2zjs/Makefile ============================================================================== --- head/print/foo2zjs/Makefile Fri Apr 25 10:54:50 2014 (r352106) +++ head/print/foo2zjs/Makefile Fri Apr 25 11:49:42 2014 (r352107) @@ -3,6 +3,7 @@ PORTNAME= foo2zjs PORTVERSION= 20140401 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL:S,$,bsam/${PORTNAME}/,} \ @@ -13,7 +14,8 @@ COMMENT= Driver for printers that use th LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client RUN_DEPENDS= ${LOCALBASE}/share/foomatic/db/oldprinterids:${PORTSDIR}/print/foomatic-db \ - foomatic-rip:${PORTSDIR}/print/foomatic-filters + foomatic-rip:${PORTSDIR}/print/foomatic-filters \ + gsed:${PORTSDIR}/textproc/gsed PROJECTHOST= bsdistfiles USE_GHOSTSCRIPT=yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404251149.s3PBnhkm002388>