Tue Jun 11 23:50:14 2019 UTC ()
py-terminator: Drop old patch, require py-psutil

Drop old patch that workaround problem fixed (memory fault when prompting
for CWD) in py-psutil 5.6.3.

Register py-psutil as a dependency. It's not needed for every OS,
but most of them can make use of the call to determine the current
working directory.

Bump PKGREVISION.


(kamil)
diff -r1.19 -r1.20 pkgsrc/x11/py-terminator/Makefile
diff -r1.5 -r1.6 pkgsrc/x11/py-terminator/distinfo
diff -r1.1 -r0 pkgsrc/x11/py-terminator/patches/patch-terminatorlib_cwd.py

cvs diff -r1.19 -r1.20 pkgsrc/x11/py-terminator/Makefile (expand / switch to context diff)
--- pkgsrc/x11/py-terminator/Makefile 2019/06/01 01:17:12 1.19
+++ pkgsrc/x11/py-terminator/Makefile 2019/06/11 23:50:13 1.20
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2019/06/01 01:17:12 kamil Exp $
+# $NetBSD: Makefile,v 1.20 2019/06/11 23:50:13 kamil Exp $
 
 DISTNAME=	terminator-0.98
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=	8
+PKGREVISION=	9
 CATEGORIES=	x11
 MASTER_SITES=	https://launchpad.net/terminator/trunk/${PKGVERSION_NOREV}/+download/
 
@@ -27,6 +27,8 @@
 SUBST_STAGE.manpath=	pre-configure
 SUBST_FILES.manpath=	setup.py
 SUBST_VARS.manpath=	PKGMANDIR
+
+DEPENDS+=	${PYPKGPREFIX}-psutil>=5.6.3:../../sysutils/py-psutil
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/pango/buildlink3.mk"

cvs diff -r1.5 -r1.6 pkgsrc/x11/py-terminator/distinfo (expand / switch to context diff)
--- pkgsrc/x11/py-terminator/distinfo 2019/06/01 01:17:12 1.5
+++ pkgsrc/x11/py-terminator/distinfo 2019/06/11 23:50:13 1.6
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.5 2019/06/01 01:17:12 kamil Exp $
+$NetBSD: distinfo,v 1.6 2019/06/11 23:50:13 kamil Exp $
 
 SHA1 (terminator-0.98.tar.gz) = a35561ef4fec3d2f34e909bb7284f0b770a4e607
 RMD160 (terminator-0.98.tar.gz) = cddb24240b74fba3eb6694d9d4aaff11329a14b6
 SHA512 (terminator-0.98.tar.gz) = c40ac1929bb446239f769d33f37a6d49ee79ea10755dda4bbbd228763f13661f0ef7efd950a592462150237e516077311318e2a19c9f08adac76a418cf633573
 Size (terminator-0.98.tar.gz) = 6007243 bytes
 SHA1 (patch-setup.py) = a94be7d3c4fa03ec36250c408646229b768fc81d
-SHA1 (patch-terminatorlib_cwd.py) = 7e5bae5af67af2790c0bc4c27b6d61f8e54a5658

File Deleted: pkgsrc/x11/py-terminator/patches/Attic/patch-terminatorlib_cwd.py