pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libssh libssh: cmocka is a test framework and...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e765f4d7600c
branches: trunk
changeset: 372712:e765f4d7600c
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jan 29 09:02:00 2022 +0000
description:
libssh: cmocka is a test framework and thus only needed at build time
Bump PKGREVISION.
diffstat:
security/libssh/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r f7bbf3186db2 -r e765f4d7600c security/libssh/Makefile
--- a/security/libssh/Makefile Sat Jan 29 08:57:39 2022 +0000
+++ b/security/libssh/Makefile Sat Jan 29 09:02:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2021/10/21 07:46:32 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2022/01/29 09:02:00 wiz Exp $
#
# history: upstream renamed 0.11 to 0.1.1;
# we have to use the old-style convention so that version compares work.
@@ -6,7 +6,7 @@
VER= 0.9.6
DISTNAME= libssh-${VER}
PKGNAME= libssh-0.96
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= https://www.libssh.org/files/${VER:R}/
EXTRACT_SUFX= .tar.xz
@@ -35,6 +35,8 @@
post-extract:
${MKDIR} ${WRKSRC}/build
+# for testing only
+BUILDLINK_DEPMETHOD.cmocka= build
.include "../../devel/argp/buildlink3.mk"
.include "../../devel/cmocka/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index