pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/age Add missed "include go-modules.mk"



details:   https://anonhg.NetBSD.org/pkgsrc/rev/682ca0e30605
branches:  trunk
changeset: 454402:682ca0e30605
user:      abs <abs%pkgsrc.org@localhost>
date:      Thu Jun 10 15:56:39 2021 +0000

description:
Add missed "include go-modules.mk"

diffstat:

 security/age/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 25ad174b9b21 -r 682ca0e30605 security/age/Makefile
--- a/security/age/Makefile     Thu Jun 10 15:49:47 2021 +0000
+++ b/security/age/Makefile     Thu Jun 10 15:56:39 2021 +0000
@@ -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 @@
 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