pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/libssh



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 29 09:02:01 UTC 2022

Modified Files:
        pkgsrc/security/libssh: Makefile

Log Message:
libssh: cmocka is a test framework and thus only needed at build time

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/security/libssh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/libssh/Makefile
diff -u pkgsrc/security/libssh/Makefile:1.41 pkgsrc/security/libssh/Makefile:1.42
--- pkgsrc/security/libssh/Makefile:1.41        Thu Oct 21 07:46:32 2021
+++ pkgsrc/security/libssh/Makefile     Sat Jan 29 09:02:00 2022
@@ -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 @@ BUILDLINK_TRANSFORM+= rm:-Werror=strict-
 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