pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-tins



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May 31 05:44:02 UTC 2026

Modified Files:
        pkgsrc/devel/ruby-tins: Makefile PLIST distinfo

Log Message:
devel/ruby-tins: update to 1.54.0

1.54.0 (2026-05-20)

* Tins::GO.go

    - Improved handling of missing arguments: the system now issues a
      warning when an option requiring an argument is missing its value and
      prevents subsequent flags from being consumed as arguments.

    - Added protection against overlapping flag definitions; flags defined
      as both boolean and value-requiring are now disabled, and a warning is
      issued.

    - Expanded documentation for the go method to include pattern syntax,
      ambiguity handling, side effects, and the in-place modification of the
      _args_ array.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/ruby-tins/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/ruby-tins/PLIST
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/ruby-tins/distinfo

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

Modified files:

Index: pkgsrc/devel/ruby-tins/Makefile
diff -u pkgsrc/devel/ruby-tins/Makefile:1.38 pkgsrc/devel/ruby-tins/Makefile:1.39
--- pkgsrc/devel/ruby-tins/Makefile:1.38        Tue May  5 12:51:40 2026
+++ pkgsrc/devel/ruby-tins/Makefile     Sun May 31 05:44:02 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2026/05/05 12:51:40 taca Exp $
+# $NetBSD: Makefile,v 1.39 2026/05/31 05:44:02 taca Exp $
 
-DISTNAME=      tins-1.53.0
+DISTNAME=      tins-1.54.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-tins/PLIST
diff -u pkgsrc/devel/ruby-tins/PLIST:1.21 pkgsrc/devel/ruby-tins/PLIST:1.22
--- pkgsrc/devel/ruby-tins/PLIST:1.21   Sun Mar  1 07:49:34 2026
+++ pkgsrc/devel/ruby-tins/PLIST        Sun May 31 05:44:02 2026
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.21 2026/03/01 07:49:34 taca Exp $
+@comment $NetBSD: PLIST,v 1.22 2026/05/31 05:44:02 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.envrc
 ${GEM_LIBDIR}/CHANGES.md
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE

Index: pkgsrc/devel/ruby-tins/distinfo
diff -u pkgsrc/devel/ruby-tins/distinfo:1.41 pkgsrc/devel/ruby-tins/distinfo:1.42
--- pkgsrc/devel/ruby-tins/distinfo:1.41        Tue May  5 12:51:40 2026
+++ pkgsrc/devel/ruby-tins/distinfo     Sun May 31 05:44:02 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2026/05/05 12:51:40 taca Exp $
+$NetBSD: distinfo,v 1.42 2026/05/31 05:44:02 taca Exp $
 
-BLAKE2s (tins-1.53.0.gem) = 814e27f8e930d4685660c10f6a9250a129f61877de40f9a0ec0822105bf2aafd
-SHA512 (tins-1.53.0.gem) = b467cef9fb2b4a2febc8b27f7c79f3355b2e9522c55303f2eef60a3085b7ac99a553b26cdede5add0d931c76bd2b5b5315a6492cf8c375abbf8378851899dd89
-Size (tins-1.53.0.gem) = 354304 bytes
+BLAKE2s (tins-1.54.0.gem) = 227bf951e2c382ca186bbc0b24b2a7e46cccd04a3d9a1560cc2b17c343bbaa4b
+SHA512 (tins-1.54.0.gem) = 52e0976638af18a25db2d7462047757d191d35024e752d86bfae7fcc54eb983c8584eb5bf417baa5107c5d6b78cbbe883dec0589bb5aa6b68cb3b85010e35f4a
+Size (tins-1.54.0.gem) = 355328 bytes



Home | Main Index | Thread Index | Old Index