summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2021-07-13 11:46:56 +0000
committerbsiegert <bsiegert@pkgsrc.org>2021-07-13 11:46:56 +0000
commit281614fe5deb358712cd01933710409194055b42 (patch)
treedf6f90b41dbb4ea7ba26c35a64cef65adf07d237 /security
parentbd70cf830a66903886302ee137702c32f04783e7 (diff)
downloadpkgsrc-281614fe5deb358712cd01933710409194055b42.tar.gz
go-crypto: get rid of Makefile.common
The go-crypto-acme package no longer exists, so the common Makefile is no longer needed.
Diffstat (limited to 'security')
-rw-r--r--security/go-crypto/Makefile15
-rw-r--r--security/go-crypto/Makefile.common20
2 files changed, 13 insertions, 22 deletions
diff --git a/security/go-crypto/Makefile b/security/go-crypto/Makefile
index d80a2c92b33..aaaa19f95d6 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,6 +1,15 @@
-# $NetBSD: Makefile,v 1.40 2021/07/13 11:36:34 bsiegert Exp $
+# $NetBSD: Makefile,v 1.41 2021/07/13 11:46:56 bsiegert Exp $
COMMENT= Go supplementary cryptography libraries
+DISTNAME= go-crypto-0.0.20200122
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
+GITHUB_PROJECT= crypto
+GITHUB_TAG= 69ecbb4d6d
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/golang/crypto/
+LICENSE= modified-bsd
PKGREVISION= 10
GO_SRCPATH= golang.org/x/crypto
@@ -9,4 +18,6 @@ GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}*
pre-patch:
${RM} -rf ${WRKSRC}/acme
-.include "Makefile.common"
+.include "../../lang/go/go-package.mk"
+.include "../../devel/go-sys/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/go-crypto/Makefile.common b/security/go-crypto/Makefile.common
deleted file mode 100644
index 0ea73f32db9..00000000000
--- a/security/go-crypto/Makefile.common
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile.common,v 1.5 2020/02/03 14:51:55 bsiegert Exp $
-#
-# used by security/go-crypto
-# used by security/go-crypto-acme
-
-DISTNAME= go-crypto-0.0.20200122
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
-GITHUB_PROJECT= crypto
-GITHUB_TAG= 69ecbb4d6d
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://github.com/golang/crypto/
-LICENSE= modified-bsd
-
-DISTINFO_FILE= ${.CURDIR}/../../security/go-crypto/distinfo
-
-.include "../../lang/go/go-package.mk"
-.include "../../devel/go-sys/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"