pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gnome-desktop-sharp



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jun 28 08:14:33 UTC 2017

Modified Files:
        pkgsrc/x11/gnome-desktop-sharp: Makefile

Log Message:
Limit BUILDLINK_API_DEPENDS for vte to match the upper limit.  One wonders
if all these specific BUILDLINK_API_DEPENDS are really necessary.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/x11/gnome-desktop-sharp/Makefile

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

Modified files:

Index: pkgsrc/x11/gnome-desktop-sharp/Makefile
diff -u pkgsrc/x11/gnome-desktop-sharp/Makefile:1.69 pkgsrc/x11/gnome-desktop-sharp/Makefile:1.70
--- pkgsrc/x11/gnome-desktop-sharp/Makefile:1.69        Sat Apr 22 21:03:19 2017
+++ pkgsrc/x11/gnome-desktop-sharp/Makefile     Wed Jun 28 08:14:32 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2017/04/22 21:03:19 adam Exp $
+# $NetBSD: Makefile,v 1.70 2017/06/28 08:14:32 jperkin Exp $
 #
 
 DISTNAME=      gnome-desktop-sharp-2.26.0
@@ -48,6 +48,6 @@ BUILDLINK_API_DEPENDS.gtk-sharp+=     gtk-sh
 .include "../../x11/gtk-sharp/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gtksourceview2+= gtksourceview2>=2.2.2
 .include "../../x11/gtksourceview2/buildlink3.mk"
-BUILDLINK_API_DEPENDS.vte+=            vte>=0.16.14
+BUILDLINK_API_DEPENDS.vte+=            vte>=0.16.14<0.32
 .include "../../x11/vte/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index