pkgsrc-WIP-changes archive

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

wip/go-bytebufferpool: finalize package.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Thu Oct 31 10:49:48 2019 +0000
Changeset:	1db85f4c24277c30f4d3f21eb0e7b4514c949b59

Modified Files:
	go-bytebufferpool/Makefile
	go-bytebufferpool/distinfo

Log Message:
wip/go-bytebufferpool: finalize package.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1db85f4c24277c30f4d3f21eb0e7b4514c949b59

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

diffstat:
 go-bytebufferpool/Makefile | 26 ++++++++++++--------------
 go-bytebufferpool/distinfo |  8 ++++----
 2 files changed, 16 insertions(+), 18 deletions(-)

diffs:
diff --git a/go-bytebufferpool/Makefile b/go-bytebufferpool/Makefile
index 1f5e43a1f6..d0c6b828a0 100644
--- a/go-bytebufferpool/Makefile
+++ b/go-bytebufferpool/Makefile
@@ -1,21 +1,19 @@
 # $NetBSD$
-#
 
-DISTNAME=		go-bytebufferpool-${GITHUB_TAG}
-PKGNAME=		go-bytebufferpool-1.0.0
-PKGREVISION=		1
-GITHUB_PROJECT=		bytebufferpool
-CATEGORIES=		devel
-MASTER_SITES=		${MASTER_SITE_GITHUB:=valyala/}
-GITHUB_TAG=		e746df99fe4a3986f4d4f79e13c1e0117ce9c2f7
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+DISTNAME=	go-bytebufferpool-1.0.0
+PKGREVISION=	1
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=valyala/}
+GITHUB_PROJECT=	bytebufferpool
 
-MAINTAINER=		ng0%NetBSD.org@localhost
-HOMEPAGE=		https://github.com/valyala/bytebufferpool/
-COMMENT=		Implementation of a pool of byte buffers with anti-memory-waste protection for Go
-LICENSE=		mit
+MAINTAINER=	ng0%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/valyala/bytebufferpool/
+COMMENT=	Implementation of a pool of byte buffers with anti-memory-waste protection for Go
+LICENSE=	mit
 
-GO_SRCPATH=		github.com/valyala/bytebufferpool
-GO_DIST_BASE=		${GITHUB_PROJECT}-${GITHUB_TAG}*
+GO_SRCPATH=	github.com/valyala/bytebufferpool
+GO_DIST_BASE=	bytebufferpool-${PKGVERSION_NOREV}
 
 .include "../../lang/go/go-package.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/go-bytebufferpool/distinfo b/go-bytebufferpool/distinfo
index e4eb0c00c9..56e09ff489 100644
--- a/go-bytebufferpool/distinfo
+++ b/go-bytebufferpool/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (go-bytebufferpool-e746df99fe4a3986f4d4f79e13c1e0117ce9c2f7-e746df99fe4a3986f4d4f79e13c1e0117ce9c2f7.tar.gz) = f72e9c12e1ff9e260c043ff8b0d8df984a8b1aa7
-RMD160 (go-bytebufferpool-e746df99fe4a3986f4d4f79e13c1e0117ce9c2f7-e746df99fe4a3986f4d4f79e13c1e0117ce9c2f7.tar.gz) = 71c267b924ba9728eaf93848720ce7be08fabad5
-SHA512 (go-bytebufferpool-e746df99fe4a3986f4d4f79e13c1e0117ce9c2f7-e746df99fe4a3986f4d4f79e13c1e0117ce9c2f7.tar.gz) = 6b12ab1a99e82fd01467d5664755fde2879cd5d34de62e7a1a0a51452034b0ba16b17b8b98a3c3fd902eee01819f8c315f4d974721aebb1d7cc96feabce52f04
-Size (go-bytebufferpool-e746df99fe4a3986f4d4f79e13c1e0117ce9c2f7-e746df99fe4a3986f4d4f79e13c1e0117ce9c2f7.tar.gz) = 5027 bytes
+SHA1 (go-bytebufferpool-1.0.0.tar.gz) = 27429ff5ce492f74caf300dcc1520f656c8a6ca8
+RMD160 (go-bytebufferpool-1.0.0.tar.gz) = 465f36e20a1f677e6fcfc5cfe670879d90a111dd
+SHA512 (go-bytebufferpool-1.0.0.tar.gz) = 241a561726adb230a6f158e9f39127993d45217ee788c0ba17ec554f71e7cc6a1a83a799d1fb0df29b449b3827ef6c9eb22b41664103e36dec9c7fb716adc21f
+Size (go-bytebufferpool-1.0.0.tar.gz) = 5025 bytes


Home | Main Index | Thread Index | Old Index