From 3ef985d486d4274cbc33c417c619be5ed40d5830 Mon Sep 17 00:00:00 2001 From: Ben Woods Date: Fri, 22 Sep 2017 08:27:15 +0000 Subject: MFH: r450320 print/hplip: Fix gui crash due to incorrect reference to /etc/hplip.conf Reported by: Keith Approved by: ports-secteam blanket --- print/hplip/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/print/hplip/Makefile b/print/hplip/Makefile index db69ae80b21d..270cd88f145b 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -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 \ -- cgit v1.2.3