Date: Fri, 22 Sep 2017 08:27:16 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r450321 - branches/2017Q3/print/hplip Message-ID: <201709220827.v8M8RGuE026720@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <fischerking1905@yahoo.co.jp> 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709220827.v8M8RGuE026720>