Wed Jun 28 15:19:29 2017 UTC ()
Match vte version upper limit.


(jperkin)
diff -r1.136 -r1.137 pkgsrc/meta-pkgs/gnome/Makefile

cvs diff -r1.136 -r1.137 pkgsrc/meta-pkgs/gnome/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/gnome/Makefile 2017/01/01 14:43:47 1.136
+++ pkgsrc/meta-pkgs/gnome/Makefile 2017/06/28 15:19:29 1.137
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.136 2017/01/01 14:43:47 wiz Exp $ 1# $NetBSD: Makefile,v 1.137 2017/06/28 15:19:29 jperkin Exp $
2 2
3DISTNAME= gnome-2.26.2 3DISTNAME= gnome-2.26.2
4PKGREVISION= 5 4PKGREVISION= 5
5CATEGORIES= meta-pkgs x11 gnome 5CATEGORIES= meta-pkgs x11 gnome
6MASTER_SITES= # empty 6MASTER_SITES= # empty
7 7
8MAINTAINER= drochner@NetBSD.org 8MAINTAINER= drochner@NetBSD.org
9HOMEPAGE= http://www.gnome.org/ 9HOMEPAGE= http://www.gnome.org/
10COMMENT= Meta-package for the GNOME desktop 10COMMENT= Meta-package for the GNOME desktop
11 11
12META_PACKAGE= yes 12META_PACKAGE= yes
13 13
14PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2 14PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-ORBit via py-gnome2
@@ -125,18 +125,18 @@ DEPENDS+= ${PYPKGPREFIX}-gtksourceview>= @@ -125,18 +125,18 @@ DEPENDS+= ${PYPKGPREFIX}-gtksourceview>=
125DEPENDS+= seahorse>=2.26.1:../../security/seahorse 125DEPENDS+= seahorse>=2.26.1:../../security/seahorse
126DEPENDS+= seahorse-plugins>=2.26.1:../../security/seahorse-plugins 126DEPENDS+= seahorse-plugins>=2.26.1:../../security/seahorse-plugins
127DEPENDS+= sound-juicer>=2.26.1:../../audio/sound-juicer 127DEPENDS+= sound-juicer>=2.26.1:../../audio/sound-juicer
128DEPENDS+= swfdec-gnome>=2.26.0:../../multimedia/swfdec-gnome 128DEPENDS+= swfdec-gnome>=2.26.0:../../multimedia/swfdec-gnome
129.if !empty(PKG_OPTIONS:Mmono) 129.if !empty(PKG_OPTIONS:Mmono)
130DEPENDS+= tomboy>=0.14.2:../../editors/tomboy 130DEPENDS+= tomboy>=0.14.2:../../editors/tomboy
131.endif 131.endif
132DEPENDS+= totem>=2.26.2:../../multimedia/totem 132DEPENDS+= totem>=2.26.2:../../multimedia/totem
133DEPENDS+= totem-pl-parser>=2.26.2:../../multimedia/totem-pl-parser 133DEPENDS+= totem-pl-parser>=2.26.2:../../multimedia/totem-pl-parser
134DEPENDS+= vinagre>=2.26.2:../../net/vinagre 134DEPENDS+= vinagre>=2.26.2:../../net/vinagre
135# compilation errors on NetBSD, see wip/vino 135# compilation errors on NetBSD, see wip/vino
136#DEPENDS+= vino>=2.26.2:../../net/vino 136#DEPENDS+= vino>=2.26.2:../../net/vino
137DEPENDS+= vino>=2.24.1:../../net/vino 137DEPENDS+= vino>=2.24.1:../../net/vino
138DEPENDS+= vte>=0.20.2:../../x11/vte 138DEPENDS+= vte>=0.20.2<0.32:../../x11/vte
139DEPENDS+= yelp>=2.26.0:../../misc/yelp 139DEPENDS+= yelp>=2.26.0:../../misc/yelp
140DEPENDS+= zenity>=2.26.0:../../x11/zenity 140DEPENDS+= zenity>=2.26.0:../../x11/zenity
141 141
142.include "../../mk/bsd.pkg.mk" 142.include "../../mk/bsd.pkg.mk"