pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-strings



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Aug 12 03:53:58 UTC 2025

Modified Files:
        pkgsrc/textproc/ruby-strings: Makefile

Log Message:
textproc/ruby-strings: Fix gem pattern for textproc/ruby-unicode-display_width

* Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/ruby-strings/Makefile

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

Modified files:

Index: pkgsrc/textproc/ruby-strings/Makefile
diff -u pkgsrc/textproc/ruby-strings/Makefile:1.3 pkgsrc/textproc/ruby-strings/Makefile:1.4
--- pkgsrc/textproc/ruby-strings/Makefile:1.3   Thu Mar 11 15:26:15 2021
+++ pkgsrc/textproc/ruby-strings/Makefile       Tue Aug 12 03:53:58 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2021/03/11 15:26:15 taca Exp $
+# $NetBSD: Makefile,v 1.4 2025/08/12 03:53:58 ryoon Exp $
 
 DISTNAME=      strings-0.2.1
+PKGREVISION=   1
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -14,5 +15,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-unicode-disp
 
 USE_LANGUAGES= # none
 
+OVERRIDE_GEMSPEC+=     unicode-display_width>=3.1.0
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index