svn commit: r352116 - branches/2014Q2/print/foo2zjs
Boris Samorodov
bsam at FreeBSD.org
Fri Apr 25 12:22:55 UTC 2014
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
More information about the svn-ports-branches
mailing list