From owner-svn-ports-all@freebsd.org Fri Sep 22 08:27:17 2017 Return-Path: Delivered-To: svn-ports-all@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 40B37E1E67A; Fri, 22 Sep 2017 08:27:17 +0000 (UTC) (envelope-from woodsb02@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 0CE35E3D; Fri, 22 Sep 2017 08:27:16 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8M8RGaL026721; Fri, 22 Sep 2017 08:27:16 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8M8RGuE026720; Fri, 22 Sep 2017 08:27:16 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201709220827.v8M8RGuE026720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Fri, 22 Sep 2017 08:27:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r450321 - branches/2017Q3/print/hplip X-SVN-Group: ports-branches X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: branches/2017Q3/print/hplip X-SVN-Commit-Revision: 450321 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2017 08:27:17 -0000 Author: woodsb02 Date: Fri Sep 22 08:27:15 2017 New Revision: 450321 URL: https://svnweb.freebsd.org/changeset/ports/450321 Log: MFH: r450320 print/hplip: Fix gui crash due to incorrect reference to /etc/hplip.conf Reported by: Keith Approved by: ports-secteam blanket Modified: branches/2017Q3/print/hplip/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/print/hplip/Makefile ============================================================================== --- branches/2017Q3/print/hplip/Makefile Fri Sep 22 08:21:51 2017 (r450320) +++ branches/2017Q3/print/hplip/Makefile Fri Sep 22 08:27:15 2017 (r450321) @@ -3,6 +3,7 @@ PORTNAME= hplip PORTVERSION= 3.17.4 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF @@ -129,7 +130,8 @@ post-patch: ${WRKSRC}/prnt/hpijs/hpcupsfax.cpp \ ${WRKSRC}/prnt/hpijs/hpijs.cpp \ ${WRKSRC}/ui/devmgr4.py \ - ${WRKSRC}/ui4/devmgr5.py + ${WRKSRC}/ui4/devmgr5.py \ + ${WRKSRC}/ui5/devmgr5.py @${REINPLACE_CMD} -e 's/umask(0)/umask(0o022)/' \ -e 's/umask(0o111)/umask(0o133)/' \ ${WRKSRC}/base/os_utils.py \