pkgsrc-WIP-changes archive

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

routinator: sort out the "v" issue.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Tue Nov 9 19:38:04 2021 +0100
Changeset:	8086f9ad55f55bca59b91af18cc9e4f94ad9db04

Modified Files:
	routinator/Makefile
	routinator/distinfo

Log Message:
routinator: sort out the "v" issue.

Sometimes the simplest is the correct way...

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

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

diffstat:
 routinator/Makefile | 5 ++---
 routinator/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs:
diff --git a/routinator/Makefile b/routinator/Makefile
index 39c235abe8..ff49db9585 100644
--- a/routinator/Makefile
+++ b/routinator/Makefile
@@ -1,10 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	routinator-v0.10.2
-PKGNAME=	${DISTNAME:S/-rc/rc/}
+DISTNAME=	routinator-0.10.2
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=NLnetLabs/}
-GITHUB_TAG=	${PKGVERSION_NOREV:S/rc/-rc/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/NLnetLabs/routinator
diff --git a/routinator/distinfo b/routinator/distinfo
index ea56d31b1d..9efb0b2e3f 100644
--- a/routinator/distinfo
+++ b/routinator/distinfo
@@ -300,12 +300,12 @@ Size (reqwest-0.11.4.crate) = 132776 bytes
 BLAKE2s (ring-0.16.20.crate) = de2f801e5445409bf543e674e2837e3dcfc9869794cc30ddabbf7ad3f1fc76b0
 SHA512 (ring-0.16.20.crate) = d97d1b08eb796d4c107426ff2c015ab1f221612500c8a57fca8e3f064e8c0f5ae2a5e6071d013313cd9f4be8fed4ba03beae84bd446f56b2b2ca5d483c328191
 Size (ring-0.16.20.crate) = 5082615 bytes
+BLAKE2s (routinator-0.10.2.tar.gz) = 67222f0b0cb8da752606760ff251afcd8e3e13adac2fa2669e8b69e4a4e77c38
+SHA512 (routinator-0.10.2.tar.gz) = 952f5c1ecac71fe06652c5099b9e7e1f1fdd7fce2e43257139bcd6b0694792fa318d025433ddcee40878fb49c6cc9a9181494d7b7dd2be8606c4d1e2d7a134cb
+Size (routinator-0.10.2.tar.gz) = 206629 bytes
 BLAKE2s (routinator-ui-0.3.4.crate) = a69bfe98e390d90f7189ce10e56ef7591f200de8c88b18cf745150fe76b74801
 SHA512 (routinator-ui-0.3.4.crate) = d9cdf85c3c8f8440ac5cb5883443a28a7ef7a65680c29d484d8f88691265a150e40d94123943b01fb1515b262e5edb1dac3dff3409822e5f91c72120bc779e1a
 Size (routinator-ui-0.3.4.crate) = 12050 bytes
-BLAKE2s (routinator-v0.10.2.tar.gz) = 67222f0b0cb8da752606760ff251afcd8e3e13adac2fa2669e8b69e4a4e77c38
-SHA512 (routinator-v0.10.2.tar.gz) = 952f5c1ecac71fe06652c5099b9e7e1f1fdd7fce2e43257139bcd6b0694792fa318d025433ddcee40878fb49c6cc9a9181494d7b7dd2be8606c4d1e2d7a134cb
-Size (routinator-v0.10.2.tar.gz) = 206629 bytes
 BLAKE2s (rpki-0.12.2.crate) = cf3dc7d9916d9e688c91f3989943e74a0b8408ec80be22e13dec0c85c9f1163e
 SHA512 (rpki-0.12.2.crate) = 398fb3ee9bf8ed618d747d4d22b175b9ecf0f6af66f63a5b2a4f8b8b73d421e676ce6e88d626329c9a43286f326012cef9630095b90a04514b6730cc6b7a5943
 Size (rpki-0.12.2.crate) = 499131 bytes


Home | Main Index | Thread Index | Old Index