CVS commit: pkgsrc/devel/meson
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: wiz Date: Fri Aug 14 14:02:24 UTC 2026 Modified Files: pkgsrc/devel/meson: Makefile Log Message: meson: bump PKGREVISION for rpath/Darwin change To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 pkgsrc/devel/meson/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 649 B)
Modified files:
Index: pkgsrc/devel/meson/Makefile
diff -u pkgsrc/devel/meson/Makefile:1.95 pkgsrc/devel/meson/Makefile:1.96
--- pkgsrc/devel/meson/Makefile:1.95 Tue Aug 11 11:43:05 2026
+++ pkgsrc/devel/meson/Makefile Fri Aug 14 14:02:23 2026
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.95 2026/08/11 11:43:05 wiz Exp $
+# $NetBSD: Makefile,v 1.96 2026/08/14 14:02:23 wiz Exp $
#
# Release notes in markdown format:
# https://github.com/mesonbuild/meson/tree/master/docs/markdown/
DISTNAME= meson-1.12.0
+PKGREVISION= 1
CATEGORIES= devel python
#MASTER_SITES= ${MASTER_SITE_PYPI:=m/meson/}
MASTER_SITES= ${MASTER_SITE_GITHUB:=mesonbuild/}