pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/restish



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  6 08:52:45 UTC 2026

Modified Files:
        pkgsrc/www/restish: Makefile distinfo

Log Message:
restish: update to 2.3.0.

Restish 2.3.0 is a minor release for people building on top of
Restish as well as people using it directly from the terminal. It
promotes the core config and auth building blocks into public
packages, adds a custom embedded command surface for applications
that want a Restish-powered CLI, tightens auth header display
behavior, and expands the docs and blog around OpenAPI-driven
workflows.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/www/restish/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/restish/distinfo

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

Modified files:

Index: pkgsrc/www/restish/Makefile
diff -u pkgsrc/www/restish/Makefile:1.66 pkgsrc/www/restish/Makefile:1.67
--- pkgsrc/www/restish/Makefile:1.66    Sun Jun  7 21:32:58 2026
+++ pkgsrc/www/restish/Makefile Mon Jul  6 08:52:45 2026
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.66 2026/06/07 21:32:58 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2026/07/06 08:52:45 wiz Exp $
 #
 # Changelog:
 # https://github.com/rest-sh/restish/releases/
 
-DISTNAME=      restish-2.2.0
+DISTNAME=      restish-2.3.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rest-sh/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -13,6 +13,9 @@ HOMEPAGE=     https://rest.sh/
 COMMENT=       CLI for interacting with REST-ish HTTP APIs
 LICENSE=       mit
 
+post-install:
+       ${RM} ${DESTDIR}${PREFIX}/bin/example-cli
+
 .include "go-modules.mk"
 
 .include "../../lang/go/go-module.mk"

Index: pkgsrc/www/restish/distinfo
diff -u pkgsrc/www/restish/distinfo:1.17 pkgsrc/www/restish/distinfo:1.18
--- pkgsrc/www/restish/distinfo:1.17    Sun Jun  7 21:32:58 2026
+++ pkgsrc/www/restish/distinfo Mon Jul  6 08:52:45 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2026/06/07 21:32:58 wiz Exp $
+$NetBSD: distinfo,v 1.18 2026/07/06 08:52:45 wiz Exp $
 
 BLAKE2s (github.com__thales_ignite_crypto11_@v_v1.2.5.mod) = 7a069559ce794b5e3e1d960de992bc29f46e96cf802309a27f2387a1f2876bdd
 SHA512 (github.com__thales_ignite_crypto11_@v_v1.2.5.mod) = 1cddcfeedf575c0b4ba8520a05db19d58a691602f448e1b16f0c5460f653cbd8b34e2880620eb0802d0d5e7122f26697a60c3c0424806979d58104b51a6d8af1
@@ -414,6 +414,6 @@ Size (gopkg.in_check.v1_@v_v0.0.0-201612
 BLAKE2s (gopkg.in_yaml.v3_@v_v3.0.0-20200313102051-9f266ea9e77c.mod) = 17da54ba1894b4653d4c1ab1ae6e9fe03928a96c69cdc8db6b6ea9e34d673991
 SHA512 (gopkg.in_yaml.v3_@v_v3.0.0-20200313102051-9f266ea9e77c.mod) = 307ca9123efc577ca04828996ee9d8edbb51794ccb4b8d9f169ba689e7276aa5f6ae106a04b22b7fab853ffacfebcbf74468b64eaefd57445864c1fbc77fad9d
 Size (gopkg.in_yaml.v3_@v_v3.0.0-20200313102051-9f266ea9e77c.mod) = 95 bytes
-BLAKE2s (restish-2.2.0.tar.gz) = 43304408b91f5b70b15b76963ff9beea133cafbeb2fc839b4e9d2a9ff0869143
-SHA512 (restish-2.2.0.tar.gz) = 250d87cf2a82f40b8ca3fca994d86457c24867b1111192822e364341a5e64c497de7172b63338feaeaf3bb880c58850e8cf37fd980ca9700249b57108fcac8e6
-Size (restish-2.2.0.tar.gz) = 2303145 bytes
+BLAKE2s (restish-2.3.0.tar.gz) = 73ea1dbad41bfe7600614f8d98a5275402d1abbe577e9bea009cf87c6de5c22f
+SHA512 (restish-2.3.0.tar.gz) = 7b8e9912f437a152ee0a5f0440bb36bf1aeedc4062c9f7a2ffc4dea0c11f12aae8f4ad60a79bfeba9049197673474eb98e931671feb425537123d25af29759e0
+Size (restish-2.3.0.tar.gz) = 2364717 bytes



Home | Main Index | Thread Index | Old Index