pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/age



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Jun 12 18:41:21 UTC 2025

Modified Files:
        pkgsrc/security/age: Makefile

Log Message:
age: set --version accurately. Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/security/age/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/age/Makefile
diff -u pkgsrc/security/age/Makefile:1.50 pkgsrc/security/age/Makefile:1.51
--- pkgsrc/security/age/Makefile:1.50   Fri Jun  6 14:01:35 2025
+++ pkgsrc/security/age/Makefile        Thu Jun 12 18:41:21 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.50 2025/06/06 14:01:35 bsiegert Exp $
+# $NetBSD: Makefile,v 1.51 2025/06/12 18:41:21 schmonz Exp $
 
 DISTNAME=              age-1.2.1
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            security
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=FiloSottile/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}
@@ -13,7 +13,8 @@ LICENSE=              modified-bsd
 
 .include "go-modules.mk"
 
-GO_BUILD_PATTERN=      filippo.io/age/cmd/...
+GO_BUILD_PATTERN=      -ldflags "-X main.Version=v${PKGVERSION_NOREV}"
+GO_BUILD_PATTERN+=     filippo.io/age/cmd/...
 
 .include "../../lang/go/go-module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index