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: abs
Date: Thu Jun 10 15:56:39 UTC 2021
Modified Files:
pkgsrc/security/age: Makefile
Log Message:
Add missed "include go-modules.mk"
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 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.1.1.1 pkgsrc/security/age/Makefile:1.2
--- pkgsrc/security/age/Makefile:1.1.1.1 Wed Jun 9 17:03:49 2021
+++ pkgsrc/security/age/Makefile Thu Jun 10 15:56:39 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2021/06/09 17:03:49 abs Exp $
+# $NetBSD: Makefile,v 1.2 2021/06/10 15:56:39 abs Exp $
DISTNAME= age-${GITHUB_TAG:S/v//:S/-rc./rc/}
CATEGORIES= security
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/FiloSottil
COMMENT= Simple, modern and secure encryption tool
LICENSE= modified-bsd
+.include "go-modules.mk"
+
GO_BUILD_PATTERN= filippo.io/age/cmd/...
INSTALLATION_DIRS+= bin
Home |
Main Index |
Thread Index |
Old Index