pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/go-crypto go-crypto: get rid of Makefile.common



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38278ef50ad3
branches:  trunk
changeset: 455869:38278ef50ad3
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Tue Jul 13 11:46:56 2021 +0000

description:
go-crypto: get rid of Makefile.common

The go-crypto-acme package no longer exists, so the common Makefile is no
longer needed.

diffstat:

 security/go-crypto/Makefile        |  15 +++++++++++++--
 security/go-crypto/Makefile.common |  20 --------------------
 2 files changed, 13 insertions(+), 22 deletions(-)

diffs (52 lines):

diff -r cf23d223a2eb -r 38278ef50ad3 security/go-crypto/Makefile
--- a/security/go-crypto/Makefile       Tue Jul 13 11:45:02 2021 +0000
+++ b/security/go-crypto/Makefile       Tue Jul 13 11:46:56 2021 +0000
@@ -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@localhost
+HOMEPAGE=      https://github.com/golang/crypto/
+LICENSE=       modified-bsd
 PKGREVISION=   10
 
 GO_SRCPATH=    golang.org/x/crypto
@@ -9,4 +18,6 @@
 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 -r cf23d223a2eb -r 38278ef50ad3 security/go-crypto/Makefile.common
--- a/security/go-crypto/Makefile.common        Tue Jul 13 11:45:02 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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"



Home | Main Index | Thread Index | Old Index