pkgsrc-WIP-changes archive

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

jose: simplify distfile handling



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Tue Jun 21 22:40:58 2022 +0200
Changeset:	5cde13a7f8af86b23ce48842adfb0c5f7bce4743

Modified Files:
	jose/Makefile
	jose/distinfo

Log Message:
jose: simplify distfile handling

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

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

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

diffs:
diff --git a/jose/Makefile b/jose/Makefile
index 669db528df..a790077478 100644
--- a/jose/Makefile
+++ b/jose/Makefile
@@ -1,11 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	v11
-PKGNAME=	jose-${DISTNAME:S/v//}
+DISTNAME=	jose-11
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=latchset/}
-GITHUB_TAG=	${DISTNAME}
-DIST_SUBDIR=	jose
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/latchset/jose/
diff --git a/jose/distinfo b/jose/distinfo
index d1e910a11e..be192ea8d8 100644
--- a/jose/distinfo
+++ b/jose/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.3 2021/10/26 11:21:47 nia Exp $
 
-BLAKE2s (jose/v11.tar.gz) = c6762bd2eabd26c513b2fdd1a31739c348acfdaffbdd7e11e785dceb0b4b687a
-SHA512 (jose/v11.tar.gz) = ffe09000837f79cefa549734d13c5d5d51042a42a055867241777ccbff3a127bac86a6155638fdf5ee52aad3598829e19724fd4e7de541117ed9b1c77c2ce457
-Size (jose/v11.tar.gz) = 841374 bytes
+BLAKE2s (jose-11.tar.gz) = c6762bd2eabd26c513b2fdd1a31739c348acfdaffbdd7e11e785dceb0b4b687a
+SHA512 (jose-11.tar.gz) = ffe09000837f79cefa549734d13c5d5d51042a42a055867241777ccbff3a127bac86a6155638fdf5ee52aad3598829e19724fd4e7de541117ed9b1c77c2ce457
+Size (jose-11.tar.gz) = 841374 bytes
 SHA1 (patch-lib_openssl_hmac.c) = 09cc79373b7881c01abf06b367e3ec96c3042c65


Home | Main Index | Thread Index | Old Index