pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/2fa



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Feb 11 08:38:11 UTC 2025

Modified Files:
        pkgsrc/security/2fa: Makefile

Log Message:
security/2fa: Do not repeat PKGVERSION_NOREV


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/security/2fa/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/2fa/Makefile
diff -u pkgsrc/security/2fa/Makefile:1.73 pkgsrc/security/2fa/Makefile:1.74
--- pkgsrc/security/2fa/Makefile:1.73   Fri Sep  6 18:48:54 2024
+++ pkgsrc/security/2fa/Makefile        Tue Feb 11 08:38:11 2025
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.73 2024/09/06 18:48:54 bsiegert Exp $
+# $NetBSD: Makefile,v 1.74 2025/02/11 08:38:11 ryoon Exp $
 
 DISTNAME=      2fa-1.2.0
 PKGREVISION=   40
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rsc/}
-GITHUB_TAG=    v1.2.0
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 GITHUB_PROJECT=        2fa
 
 MAINTAINER=    bsiegert%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index