From owner-svn-ports-branches@FreeBSD.ORG Fri Apr 25 12:22:55 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29A846C3; Fri, 25 Apr 2014 12:22:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 161CD1BB6; Fri, 25 Apr 2014 12:22:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3PCMsOC018740; Fri, 25 Apr 2014 12:22:54 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3PCMsve018738; Fri, 25 Apr 2014 12:22:54 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201404251222.s3PCMsve018738@svn.freebsd.org> From: Boris Samorodov Date: Fri, 25 Apr 2014 12:22:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r352116 - branches/2014Q2/print/foo2zjs X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2014 12:22:55 -0000 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