pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glib2-introspection



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 18 05:53:27 UTC 2026

Modified Files:
        pkgsrc/devel/glib2-introspection: Makefile

Log Message:
glib2-introspection: depend on latest gobject-introspection

just to make sure we get a consistent package set if the
gobject-introspection change is problematic after all.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/glib2-introspection/Makefile

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

Modified files:

Index: pkgsrc/devel/glib2-introspection/Makefile
diff -u pkgsrc/devel/glib2-introspection/Makefile:1.2 pkgsrc/devel/glib2-introspection/Makefile:1.3
--- pkgsrc/devel/glib2-introspection/Makefile:1.2       Sat May 16 06:15:03 2026
+++ pkgsrc/devel/glib2-introspection/Makefile   Mon May 18 05:53:26 2026
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2026/05/16 06:15:03 adam Exp $
+# $NetBSD: Makefile,v 1.3 2026/05/18 05:53:26 wiz Exp $
 
 .include "../../devel/glib2/Makefile.common"
 
 PKGNAME=       glib2-introspection-${DISTNAME:S/^glib-//}
+PKGREVISION=   1
 CATEGORIES=    devel gnome
 
 COMMENT=       Introspection data for glib2
@@ -84,6 +85,7 @@ do-install:
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gobject-introspection+=  gobject-introspection>=1.86.0nb3
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../devel/libffi/buildlink3.mk"
 .include "../../devel/meson/build.mk"



Home | Main Index | Thread Index | Old Index