pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/kde4



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Nov  2 20:06:58 UTC 2019

Modified Files:
        pkgsrc/meta-pkgs/kde4: Makefile

Log Message:
kde4: make this package slightly less annoying to use by pruning kajongg.
it requires py2, and the libraries it uses conflict with their own py3
version.

bump pkgrevision


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/meta-pkgs/kde4/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/kde4/Makefile
diff -u pkgsrc/meta-pkgs/kde4/Makefile:1.43 pkgsrc/meta-pkgs/kde4/Makefile:1.44
--- pkgsrc/meta-pkgs/kde4/Makefile:1.43 Wed Oct 30 12:47:02 2019
+++ pkgsrc/meta-pkgs/kde4/Makefile      Sat Nov  2 20:06:58 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2019/10/30 12:47:02 kamil Exp $
+# $NetBSD: Makefile,v 1.44 2019/11/02 20:06:58 maya Exp $
 
 DISTNAME=      kde4-4.14.3
-PKGREVISION=   12
+PKGREVISION=   13
 CATEGORIES=    meta-pkgs x11 kde
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -49,7 +49,7 @@ DEPENDS+=     step-4.14.3{,nb[0-9]*}:../../m
 DEPENDS+=      bomber-4.14.3{,nb[0-9]*}:../../games/bomber
 DEPENDS+=      bovo-4.14.3{,nb[0-9]*}:../../games/bovo
 DEPENDS+=      granatier-4.14.3{,nb[0-9]*}:../../games/granatier
-DEPENDS+=      kajongg-4.14.3{,nb[0-9]*}:../../games/kajongg
+#DEPENDS+=     kajongg-4.14.3{,nb[0-9]*}:../../games/kajongg # Requires py2
 DEPENDS+=      kapman-4.14.3{,nb[0-9]*}:../../games/kapman
 DEPENDS+=      katomic-4.14.3{,nb[0-9]*}:../../games/katomic
 DEPENDS+=      kblackbox-4.14.3{,nb[0-9]*}:../../games/kblackbox



Home | Main Index | Thread Index | Old Index