pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/msgpack
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 19 12:06:07 UTC 2024
Modified Files:
pkgsrc/devel/msgpack: Makefile
Log Message:
msgpack: fix pkg-config file
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/msgpack/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/msgpack/Makefile
diff -u pkgsrc/devel/msgpack/Makefile:1.23 pkgsrc/devel/msgpack/Makefile:1.24
--- pkgsrc/devel/msgpack/Makefile:1.23 Mon Aug 19 11:51:48 2024
+++ pkgsrc/devel/msgpack/Makefile Mon Aug 19 12:06:07 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2024/08/19 11:51:48 adam Exp $
+# $NetBSD: Makefile,v 1.24 2024/08/19 12:06:07 wiz Exp $
DISTNAME= msgpack-c-6.1.0
PKGNAME= ${DISTNAME:S/-c-/-/}
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=msgpack/}
GITHUB_PROJECT= msgpack-c
@@ -13,7 +14,7 @@ COMMENT= Binary-based efficient object s
LICENSE= boost-license
USE_LANGUAGES= c
-PKGCONFIG_OVERRIDE= msgpack.pc.in
+PKGCONFIG_OVERRIDE= msgpack-c.pc.in
.include "../../devel/cmake/build.mk"
.include "../../devel/googletest/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index