Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Apr 2016 12:13:44 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412661 - head/print/foo2zjs
Message-ID:  <201604071213.u37CDiLP064220@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604071213.u37CDiLP064220>