pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/sequoia-sq



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Mar  2 12:16:19 UTC 2024

Modified Files:
        pkgsrc/security/sequoia-sq: Makefile distinfo

Log Message:
sequoia-sq: fix distinfo

While here, make capnproto a tool dependency because it is.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/sequoia-sq/Makefile \
    pkgsrc/security/sequoia-sq/distinfo

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

Modified files:

Index: pkgsrc/security/sequoia-sq/Makefile
diff -u pkgsrc/security/sequoia-sq/Makefile:1.3 pkgsrc/security/sequoia-sq/Makefile:1.4
--- pkgsrc/security/sequoia-sq/Makefile:1.3     Thu Feb 29 22:13:39 2024
+++ pkgsrc/security/sequoia-sq/Makefile Sat Mar  2 12:16:19 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2024/02/29 22:13:39 pin Exp $
+# $NetBSD: Makefile,v 1.4 2024/03/02 12:16:19 wiz Exp $
 
 DISTNAME=      sequoia-sq-0.34.0
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITLAB:=sequoia-pgp/}
 GITLAB_PROJECT=        sequoia-sq
@@ -11,6 +12,8 @@ HOMEPAGE=     https://sequoia-pgp.gitlab.io/
 COMMENT=       Sequoia-PGP command line tool
 LICENSE=       gnu-gpl-v2
 
+TOOL_DEPENDS+= capnproto-[0-9]*:../../devel/capnproto
+
 .include "cargo-depends.mk"
 
 WRKSRC=                ${WRKDIR}/sequoia-sq-v0.34.0-696bf3a677fe8a34ed02c6e44afa1cc3c1e273df
@@ -26,5 +29,4 @@ RUSTFLAGS+=   -C link-arg=${COMPILER_RPATH
 .include "../../lang/clang/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../security/nettle/buildlink3.mk"
-.include "../../devel/capnproto/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/sequoia-sq/distinfo
diff -u pkgsrc/security/sequoia-sq/distinfo:1.3 pkgsrc/security/sequoia-sq/distinfo:1.4
--- pkgsrc/security/sequoia-sq/distinfo:1.3     Thu Feb 29 22:13:39 2024
+++ pkgsrc/security/sequoia-sq/distinfo Sat Mar  2 12:16:19 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2024/02/29 22:13:39 pin Exp $
+$NetBSD: distinfo,v 1.4 2024/03/02 12:16:19 wiz Exp $
 
 BLAKE2s (addr2line-0.21.0.crate) = aa7d8fa248d0454d92b962f5d741ba41c55564299d33e6814e70dfe0b71bbcc7
 SHA512 (addr2line-0.21.0.crate) = afde7660dda30dee240e79df1fb5b92d4572520bf17a134ef3765e2a077af9e13713952d52e27fae420109b40f6e24dbce1056687dbcbead858ffc21cc7dc69b
@@ -1437,3 +1437,4 @@ Size (zeroize-1.7.0.crate) = 19039 bytes
 BLAKE2s (zeroize_derive-1.4.2.crate) = c5aded3e16d18c2128d74254a509eabb77f2c7d657922e38cf5edca492d4a523
 SHA512 (zeroize_derive-1.4.2.crate) = d6966b024ce5e265c93e7056659ccbb97bbf6baa30f759fd96dc4391a6487426637f61f0a2713b6160019d778cf7d8ff1f25bb33d6c4f4585b990baae418b226
 Size (zeroize_derive-1.4.2.crate) = 11141 bytes
+SHA1 (patch-.._vendor_openpgp-cert-d-0.3.1_src_unixdir.rs) = 799105202e9ca6f512287ef6bc18cb81d3153200



Home | Main Index | Thread Index | Old Index