pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-trezor-agent



Module Name:    pkgsrc
Committed By:   js
Date:           Mon Mar  2 19:42:39 UTC 2026

Modified Files:
        pkgsrc/security/py-trezor-agent: Makefile

Log Message:
security/py-trezor-agent: Fix Git tag to use


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-trezor-agent/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/py-trezor-agent/Makefile
diff -u pkgsrc/security/py-trezor-agent/Makefile:1.6 pkgsrc/security/py-trezor-agent/Makefile:1.7
--- pkgsrc/security/py-trezor-agent/Makefile:1.6        Sun Mar  1 15:12:22 2026
+++ pkgsrc/security/py-trezor-agent/Makefile    Mon Mar  2 19:42:39 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2026/03/01 15:12:22 js Exp $
+# $NetBSD: Makefile,v 1.7 2026/03/02 19:42:39 js Exp $
 
 LIBAGENT_VER=  0.16.0
 DISTNAME=      trezor-agent-${LIBAGENT_VER}
@@ -6,7 +6,7 @@ PKGNAME=        ${PYPKGPREFIX}-trezor-agent-0.1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=romanz/}
 GITHUB_PROJECT=        trezor-agent
-GITHUB_TAG=    v${PKGVERSION_NOREV}
+GITHUB_TAG=    libagent/${LIBAGENT_VER}
 
 WRKSRC=                ${WRKDIR}/trezor-agent-libagent-${LIBAGENT_VER}/agents/trezor
 



Home | Main Index | Thread Index | Old Index