pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/mate



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jun 28 20:09:20 UTC 2019

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

Log Message:
mate: Comment out pluma for now

It is still broken in bulk builds due to python2/python3 conflicts.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/meta-pkgs/mate/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/mate/Makefile
diff -u pkgsrc/meta-pkgs/mate/Makefile:1.22 pkgsrc/meta-pkgs/mate/Makefile:1.23
--- pkgsrc/meta-pkgs/mate/Makefile:1.22 Sat Mar 16 17:58:22 2019
+++ pkgsrc/meta-pkgs/mate/Makefile      Fri Jun 28 20:09:20 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/03/16 17:58:22 gutteridge Exp $
+# $NetBSD: Makefile,v 1.23 2019/06/28 20:09:20 nia Exp $
 
 PKGNAME=       mate-${VERSION}
 CATEGORIES=    meta-pkgs
@@ -45,6 +45,6 @@ DEPENDS+=     mate-themes>=3.22.19:../../gra
 #DEPENDS+=     mate-user-share>=${VERSION}:../../net/mate-user-share
 DEPENDS+=      mate-utils>=${VERSION}:../../misc/mate-utils
 DEPENDS+=      mozo>=${VERSION}:../../x11/mozo
-DEPENDS+=      pluma>=${VERSION}:../../editors/pluma
+#DEPENDS+=     pluma>=${VERSION}:../../editors/pluma
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index