From owner-svn-ports-head@freebsd.org Thu Apr 7 12:13:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A1DBB03573; Thu, 7 Apr 2016 12:13:45 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 6742F10C4; Thu, 7 Apr 2016 12:13:45 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u37CDiHM064221; Thu, 7 Apr 2016 12:13:44 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u37CDiLP064220; Thu, 7 Apr 2016 12:13:44 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201604071213.u37CDiLP064220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 7 Apr 2016 12:13:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412661 - head/print/foo2zjs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2016 12:13:45 -0000 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