pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/gnome



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jun 28 15:19:29 UTC 2017

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

Log Message:
Match vte version upper limit.


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 pkgsrc/meta-pkgs/gnome/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/gnome/Makefile
diff -u pkgsrc/meta-pkgs/gnome/Makefile:1.136 pkgsrc/meta-pkgs/gnome/Makefile:1.137
--- pkgsrc/meta-pkgs/gnome/Makefile:1.136       Sun Jan  1 14:43:47 2017
+++ pkgsrc/meta-pkgs/gnome/Makefile     Wed Jun 28 15:19:29 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.136 2017/01/01 14:43:47 wiz Exp $
+# $NetBSD: Makefile,v 1.137 2017/06/28 15:19:29 jperkin Exp $
 
 DISTNAME=      gnome-2.26.2
 PKGREVISION=   5
@@ -135,7 +135,7 @@ DEPENDS+=   vinagre>=2.26.2:../../net/vina
 # compilation errors on NetBSD, see wip/vino
 #DEPENDS+=     vino>=2.26.2:../../net/vino
 DEPENDS+=      vino>=2.24.1:../../net/vino
-DEPENDS+=      vte>=0.20.2:../../x11/vte
+DEPENDS+=      vte>=0.20.2<0.32:../../x11/vte
 DEPENDS+=      yelp>=2.26.0:../../misc/yelp
 DEPENDS+=      zenity>=2.26.0:../../x11/zenity
 



Home | Main Index | Thread Index | Old Index