Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2017 08:21:51 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450320 - head/print/hplip
Message-ID:  <201709220821.v8M8LpSa025548@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Fri Sep 22 08:21:51 2017
New Revision: 450320
URL: https://svnweb.freebsd.org/changeset/ports/450320

Log:
  print/hplip: Fix gui crash due to incorrect reference to /etc/hplip.conf
  
  Reported by:	Keith <fischerking1905@yahoo.co.jp>
  MFH:		2017Q3

Modified:
  head/print/hplip/Makefile

Modified: head/print/hplip/Makefile
==============================================================================
--- head/print/hplip/Makefile	Fri Sep 22 07:39:06 2017	(r450319)
+++ head/print/hplip/Makefile	Fri Sep 22 08:21:51 2017	(r450320)
@@ -3,6 +3,7 @@
 
 PORTNAME=	hplip
 PORTVERSION=	3.17.7
+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?201709220821.v8M8LpSa025548>