pkgsrc-WIP-changes archive

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

nng: simplify the GitHub information



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Fri Mar 12 03:06:20 2021 +0100
Changeset:	e8d45f56538d877aea91421807fc7a63351f7272

Modified Files:
	nng/Makefile
	nng/distinfo

Log Message:
nng: simplify the GitHub information

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

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

diffstat:
 nng/Makefile | 9 ++++-----
 nng/distinfo | 8 ++++----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs:
diff --git a/nng/Makefile b/nng/Makefile
index d2c0bbbe4a..0f2c143334 100644
--- a/nng/Makefile
+++ b/nng/Makefile
@@ -1,12 +1,11 @@
 # $NetBSD$
 
-GITHUB_PROJECT=	nng
-GITHUB_TAG=	v1.4.0
-DISTNAME=	v1.4.0
-PKGNAME=	${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
+DISTNAME=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+PKGNAME=	${GITHUB_PROJECT}-1.4.0
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=nanomsg/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
+GITHUB_PROJECT=	nng
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://nng.nanomsg.org/
diff --git a/nng/distinfo b/nng/distinfo
index a9fc35bc66..def79454bc 100644
--- a/nng/distinfo
+++ b/nng/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (nng/v1.4.0.tar.gz) = d1c94aac6d46d9743e0c5693b8caade211860622
-RMD160 (nng/v1.4.0.tar.gz) = 2022db8af9990f2bdb62c7366cb8e30627173aa1
-SHA512 (nng/v1.4.0.tar.gz) = f573facbb5feee250d674e20d0d02dcf505b4c5c7b66f008c13f0c6d8864f2d8450cb36ae74772ac09944936aef4a06544e69eb6484bfc2856cc9f91c6aee2c2
-Size (nng/v1.4.0.tar.gz) = 710306 bytes
+SHA1 (nng-1.4.0.tar.gz) = d1c94aac6d46d9743e0c5693b8caade211860622
+RMD160 (nng-1.4.0.tar.gz) = 2022db8af9990f2bdb62c7366cb8e30627173aa1
+SHA512 (nng-1.4.0.tar.gz) = f573facbb5feee250d674e20d0d02dcf505b4c5c7b66f008c13f0c6d8864f2d8450cb36ae74772ac09944936aef4a06544e69eb6484bfc2856cc9f91c6aee2c2
+Size (nng-1.4.0.tar.gz) = 710306 bytes
 SHA1 (patch-src_platform_posix_posix__thread.c) = c54d183a7e6329550e4246bc764f1d2528669338


Home | Main Index | Thread Index | Old Index