CVS commit: pkgsrc/devel/guile30-slib
"Greg Troxel" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: gdt Date: Thu Aug 13 19:20:32 UTC 2026 Modified Files: pkgsrc/devel/guile30-slib: Makefile Log Message: devel/guile30-slib: Catch up with slib version in variable This is kind of pointless, but choose consistency over thinking about the real problem for now. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/guile30-slib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 545 B)
Modified files:
Index: pkgsrc/devel/guile30-slib/Makefile
diff -u pkgsrc/devel/guile30-slib/Makefile:1.2 pkgsrc/devel/guile30-slib/Makefile:1.3
--- pkgsrc/devel/guile30-slib/Makefile:1.2 Sat Dec 27 08:10:26 2025
+++ pkgsrc/devel/guile30-slib/Makefile Thu Aug 13 19:20:32 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2025/12/27 08:10:26 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/08/13 19:20:32 gdt Exp $
-SLIBVERSION= 3.2.6
+SLIBVERSION= 3.3.1
DISTNAME= guile-slib-${SLIBVERSION}
PKGNAME= ${DISTNAME:S/guile/guile30/}
CATEGORIES= devel