aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2017-09-22 08:27:15 +0000
committerBen Woods <woodsb02@FreeBSD.org>2017-09-22 08:27:15 +0000
commit3ef985d486d4274cbc33c417c619be5ed40d5830 (patch)
treea579818040f65d3ea273e0ae9a74b205f4e98cc9
parentaef7227d4e94825f7b5dd66f6fbe656070011595 (diff)
downloadports-3ef985d486d4274cbc33c417c619be5ed40d5830.tar.gz
ports-3ef985d486d4274cbc33c417c619be5ed40d5830.zip
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
Notes
Notes: svn path=/branches/2017Q3/; revision=450321
-rw-r--r--print/hplip/Makefile4
1 files changed, 3 insertions, 1 deletions
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 \