pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/py-terminator



Module Name:    pkgsrc
Committed By:   kamil
Date:           Tue Jun 11 23:50:14 UTC 2019

Modified Files:
        pkgsrc/x11/py-terminator: Makefile distinfo
Removed Files:
        pkgsrc/x11/py-terminator/patches: patch-terminatorlib_cwd.py

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/py-terminator/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/py-terminator/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/x11/py-terminator/patches/patch-terminatorlib_cwd.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/py-terminator/Makefile
diff -u pkgsrc/x11/py-terminator/Makefile:1.19 pkgsrc/x11/py-terminator/Makefile:1.20
--- pkgsrc/x11/py-terminator/Makefile:1.19      Sat Jun  1 01:17:12 2019
+++ pkgsrc/x11/py-terminator/Makefile   Tue Jun 11 23:50:13 2019
@@ -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/
 
@@ -28,6 +28,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"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"

Index: pkgsrc/x11/py-terminator/distinfo
diff -u pkgsrc/x11/py-terminator/distinfo:1.5 pkgsrc/x11/py-terminator/distinfo:1.6
--- pkgsrc/x11/py-terminator/distinfo:1.5       Sat Jun  1 01:17:12 2019
+++ pkgsrc/x11/py-terminator/distinfo   Tue Jun 11 23:50:13 2019
@@ -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



Home | Main Index | Thread Index | Old Index