summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwoodsb02 <woodsb02@FreeBSD.org>2017-09-22 08:27:15 +0000
committerwoodsb02 <woodsb02@FreeBSD.org>2017-09-22 08:27:15 +0000
commit095f057172f9908c62f7f2177db9e9416f4e7952 (patch)
treea579818040f65d3ea273e0ae9a74b205f4e98cc9
parentaf361c12de15ab4a0d7a4689269701ac7153920f (diff)
downloadFreeBSD-ports-095f057172f9908c62f7f2177db9e9416f4e7952.zip
FreeBSD-ports-095f057172f9908c62f7f2177db9e9416f4e7952.tar.gz
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
-rw-r--r--print/hplip/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile
index db69ae8..270cd88 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 \
OpenPOWER on IntegriCloud