pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libcbor
Module Name: pkgsrc
Committed By: schmonz
Date: Sun Feb 4 19:12:41 UTC 2024
Modified Files:
pkgsrc/devel/libcbor: Makefile PLIST
Log Message:
libcbor: fix PLIST (and hopefully stay fixed on next update).
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/libcbor/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/libcbor/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libcbor/Makefile
diff -u pkgsrc/devel/libcbor/Makefile:1.9 pkgsrc/devel/libcbor/Makefile:1.10
--- pkgsrc/devel/libcbor/Makefile:1.9 Sun Feb 4 08:16:38 2024
+++ pkgsrc/devel/libcbor/Makefile Sun Feb 4 19:12:41 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2024/02/04 08:16:38 adam Exp $
+# $NetBSD: Makefile,v 1.10 2024/02/04 19:12:41 schmonz Exp $
DISTNAME= libcbor-0.11.0
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=PJK/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -16,5 +17,7 @@ CMAKE_ARGS+= -DWITH_EXAMPLES=OFF
CHECK_PORTABILITY_SKIP+= misc/hooks/*
+PLIST_SUBST+= PKGVERSION_SANS_TEENY=${PKGVERSION_NOREV:C/\.[0-9]*$//}
+
.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/libcbor/PLIST
diff -u pkgsrc/devel/libcbor/PLIST:1.5 pkgsrc/devel/libcbor/PLIST:1.6
--- pkgsrc/devel/libcbor/PLIST:1.5 Sun Feb 4 08:16:38 2024
+++ pkgsrc/devel/libcbor/PLIST Sun Feb 4 19:12:41 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/02/04 08:16:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/02/04 19:12:41 schmonz Exp $
include/cbor.h
include/cbor/arrays.h
include/cbor/bytestrings.h
@@ -24,6 +24,6 @@ include/cbor/tags.h
lib/cmake/libcbor/libcborConfig.cmake
lib/cmake/libcbor/libcborConfigVersion.cmake
lib/libcbor.so
+lib/libcbor.so.${PKGVERSION_SANS_TEENY}
lib/libcbor.so.${PKGVERSION}
-lib/libcbor.so.0.10
lib/pkgconfig/libcbor.pc
Home |
Main Index |
Thread Index |
Old Index