pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/py-gtk2



Module Name:    pkgsrc
Committed By:   jdolecek
Date:           Sun Feb  9 17:15:08 UTC 2020

Modified Files:
        pkgsrc/x11/py-gtk2: Makefile
Removed Files:
        pkgsrc/x11/py-gtk2/patches: patch-pango.defs

Log Message:
remove again patches/patch-pango.defs, it doesn't appear to actually
prevent the build, and the removed interfaces such as PangoFcFamily->get_name()
are used by applications (encountered with gramps3)

bump PKGREVISION so that packages can depend on updated version

discussed with wiz*


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/x11/py-gtk2/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/x11/py-gtk2/patches/patch-pango.defs

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-gtk2/Makefile
diff -u pkgsrc/x11/py-gtk2/Makefile:1.122 pkgsrc/x11/py-gtk2/Makefile:1.123
--- pkgsrc/x11/py-gtk2/Makefile:1.122   Sun Nov  3 09:14:14 2019
+++ pkgsrc/x11/py-gtk2/Makefile Sun Feb  9 17:15:08 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.122 2019/11/03 09:14:14 rillig Exp $
+# $NetBSD: Makefile,v 1.123 2020/02/09 17:15:08 jdolecek Exp $
 
 DISTNAME=      pygtk-2.24.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pygtk/gtk2/}
-PKGREVISION=   29
+PKGREVISION=   30
 CATEGORIES=    x11 python
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/pygtk/2.24/}
 EXTRACT_SUFX=  .tar.bz2



Home | Main Index | Thread Index | Old Index