pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gobject-introspection



Module Name:    pkgsrc
Committed By:   sekiya
Date:           Sat Dec 31 06:01:20 UTC 2022

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

Log Message:
Update glib2 minimum version requirement.

Bump package revision.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/devel/gobject-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/gobject-introspection/Makefile
diff -u pkgsrc/devel/gobject-introspection/Makefile:1.84 pkgsrc/devel/gobject-introspection/Makefile:1.85
--- pkgsrc/devel/gobject-introspection/Makefile:1.84    Wed Nov 23 10:56:39 2022
+++ pkgsrc/devel/gobject-introspection/Makefile Sat Dec 31 06:01:20 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.84 2022/11/23 10:56:39 adam Exp $
+# $NetBSD: Makefile,v 1.85 2022/12/31 06:01:20 sekiya Exp $
 
 DISTNAME=      gobject-introspection-1.74.0
+PKGREVISION=   1
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gobject-introspection/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -55,7 +56,7 @@ MAKE_ENV+=    GI_SCANNER_DISABLE_CACHE=yes
 post-install:
        ${FIND} ${DESTDIR}${PREFIX} -name \*.orig -exec rm {} \;
 
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.58.0
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.74.0
 .include "../../devel/glib2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libffi+= libffi>=3.0.0
 .include "../../devel/libffi/buildlink3.mk"



Home | Main Index | Thread Index | Old Index