pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/go-crypto



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Jul 13 11:46:57 UTC 2021

Modified Files:
        pkgsrc/security/go-crypto: Makefile
Removed Files:
        pkgsrc/security/go-crypto: Makefile.common

Log Message:
go-crypto: get rid of Makefile.common

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


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/security/go-crypto/Makefile
cvs rdiff -u -r1.5 -r0 pkgsrc/security/go-crypto/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/go-crypto/Makefile
diff -u pkgsrc/security/go-crypto/Makefile:1.40 pkgsrc/security/go-crypto/Makefile:1.41
--- pkgsrc/security/go-crypto/Makefile:1.40     Tue Jul 13 11:36:34 2021
+++ pkgsrc/security/go-crypto/Makefile  Tue Jul 13 11:46:56 2021
@@ -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 @@ GO_DIST_BASE=  ${GITHUB_PROJECT}-${GITHUB
 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"



Home | Main Index | Thread Index | Old Index