pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gjs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep  5 18:57:36 UTC 2026

Modified Files:
        pkgsrc/lang/gjs: Makefile

Log Message:
gjs: make glib2-introspection a runtime dependency

Noted by fox@

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/lang/gjs/Makefile

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

Modified files:

Index: pkgsrc/lang/gjs/Makefile
diff -u pkgsrc/lang/gjs/Makefile:1.45 pkgsrc/lang/gjs/Makefile:1.46
--- pkgsrc/lang/gjs/Makefile:1.45       Wed Sep  2 19:03:12 2026
+++ pkgsrc/lang/gjs/Makefile    Sat Sep  5 18:57:36 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2026/09/02 19:03:12 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2026/09/05 18:57:36 wiz Exp $
 
 DISTNAME=      gjs-1.82.3
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gjs/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -11,7 +11,7 @@ HOMEPAGE=     https://gitlab.gnome.org/GNOME
 COMMENT=       Javascript binding for GNOME based on Spidermonkey
 LICENSE=       mit
 
-TOOL_DEPENDS+= glib2-introspection-[0-9]*:../../devel/glib2-introspection
+DEPENDS+=      glib2-introspection-[0-9]*:../../devel/glib2-introspection
 
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++



Home | Main Index | Thread Index | Old Index