From owner-svn-ports-head@freebsd.org Sun Oct 1 20:44:30 2017 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 E0C91E2E38F; Sun, 1 Oct 2017 20:44:30 +0000 (UTC) (envelope-from cmt@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 AF9856E756; Sun, 1 Oct 2017 20:44:30 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91KiTiV037403; Sun, 1 Oct 2017 20:44:29 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91KiTe6037401; Sun, 1 Oct 2017 20:44:29 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201710012044.v91KiTe6037401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Sun, 1 Oct 2017 20:44:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451061 - head/print/gutenprint X-SVN-Group: ports-head X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: head/print/gutenprint X-SVN-Commit-Revision: 451061 X-SVN-Commit-Repository: ports 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.23 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: Sun, 01 Oct 2017 20:44:31 -0000 Author: cmt Date: Sun Oct 1 20:44:29 2017 New Revision: 451061 URL: https://svnweb.freebsd.org/changeset/ports/451061 Log: print/gutenprint: update PPDs after updates cups will refuse to print if we run with PPDs with the wrong version info - call cups-genppdupdate to update the PPDs automatically Reported by: Paul Beard, tijl@ Modified: head/print/gutenprint/Makefile head/print/gutenprint/pkg-plist Modified: head/print/gutenprint/Makefile ============================================================================== --- head/print/gutenprint/Makefile Sun Oct 1 20:43:01 2017 (r451060) +++ head/print/gutenprint/Makefile Sun Oct 1 20:44:29 2017 (r451061) @@ -4,7 +4,7 @@ PORTNAME= gutenprint PORTVERSION= 5.2.13 -PORTREVISION?= 0 # also print/gimp-gutenprint +PORTREVISION?= 1 # also print/gimp-gutenprint CATEGORIES= print MASTER_SITES= SF/gimp-print/gutenprint-5.2/${PORTVERSION} Modified: head/print/gutenprint/pkg-plist ============================================================================== --- head/print/gutenprint/pkg-plist Sun Oct 1 20:43:01 2017 (r451060) +++ head/print/gutenprint/pkg-plist Sun Oct 1 20:44:29 2017 (r451061) @@ -393,3 +393,4 @@ share/locale/zh_CN/LC_MESSAGES/gutenprint.mo share/locale/zh_CN/gutenprint_zh_CN.po share/locale/zh_TW/LC_MESSAGES/gutenprint.mo share/locale/zh_TW/gutenprint_zh_TW.po +@postexec %D/sbin/cups-genppdupdate > /dev/null