Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2014 12:22:54 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r352116 - branches/2014Q2/print/foo2zjs
Message-ID:  <201404251222.s3PCMsve018738@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Fri Apr 25 12:22:54 2014
New Revision: 352116
URL: http://svnweb.freebsd.org/changeset/ports/352116
QAT: https://qat.redports.org/buildarchive/r352116/

Log:
  MFH: r352107
  
  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@)
  Approved by:	portmgr (miwi)

Modified:
  branches/2014Q2/print/foo2zjs/Makefile
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/print/foo2zjs/Makefile
==============================================================================
--- branches/2014Q2/print/foo2zjs/Makefile	Fri Apr 25 12:20:48 2014	(r352115)
+++ branches/2014Q2/print/foo2zjs/Makefile	Fri Apr 25 12:22:54 2014	(r352116)
@@ -3,7 +3,7 @@
 
 PORTNAME=	foo2zjs
 PORTVERSION=	20140330
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
 		${MASTER_SITE_LOCAL:S,$,bsam/${PORTNAME}/,}  \
@@ -14,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?201404251222.s3PCMsve018738>