svn commit: r412661 - head/print/foo2zjs
Tijl Coosemans
tijl at FreeBSD.org
Thu Apr 7 12:13:45 UTC 2016
Author: tijl
Date: Thu Apr 7 12:13:44 2016
New Revision: 412661
URL: https://svnweb.freebsd.org/changeset/ports/412661
Log:
Depend on cups-filters instead of foomatic-filters to provide foomatic-rip.
Foomatic-filters is no longer developed.
PR: 208551
Submitted by: pyo at mail.ru
Modified:
head/print/foo2zjs/Makefile
Modified: head/print/foo2zjs/Makefile
==============================================================================
--- head/print/foo2zjs/Makefile Thu Apr 7 12:07:37 2016 (r412660)
+++ head/print/foo2zjs/Makefile Thu Apr 7 12:13:44 2016 (r412661)
@@ -3,7 +3,7 @@
PORTNAME= foo2zjs
PORTVERSION= 20150511
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= GOOGLE_CODE \
LOCAL/bsam/${PORTNAME} \
@@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcups.so:print/cups
RUN_DEPENDS= ${LOCALBASE}/share/foomatic/db/oldprinterids:print/foomatic-db \
- foomatic-rip:print/foomatic-filters \
+ foomatic-rip:print/cups-filters \
gsed:textproc/gsed
PROJECTHOST= bsdistfiles
More information about the svn-ports-all
mailing list