svn commit: r352107 - head/print/foo2zjs
Boris Samorodov
bsam at FreeBSD.org
Fri Apr 25 11:49:43 UTC 2014
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
More information about the svn-ports-head
mailing list