pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-rex-text



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Sep 14 14:12:20 UTC 2020

Modified Files:
        pkgsrc/security/ruby-rex-text: Makefile PLIST distinfo

Log Message:
security/ruby-rex-text: update to 0.2.28

Update ruby-rex-text package to 0.2.28.

0.2.27 (2020-07-13)

* Set prompt escape chars only when they work.

0.2.28 (2020-08-07)

* Add initial support for word wrapping rex tables.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/ruby-rex-text/Makefile \
    pkgsrc/security/ruby-rex-text/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/ruby-rex-text/PLIST

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

Modified files:

Index: pkgsrc/security/ruby-rex-text/Makefile
diff -u pkgsrc/security/ruby-rex-text/Makefile:1.4 pkgsrc/security/ruby-rex-text/Makefile:1.5
--- pkgsrc/security/ruby-rex-text/Makefile:1.4  Sun Jun  7 14:54:53 2020
+++ pkgsrc/security/ruby-rex-text/Makefile      Mon Sep 14 14:12:20 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/06/07 14:54:53 taca Exp $
+# $NetBSD: Makefile,v 1.5 2020/09/14 14:12:20 taca Exp $
 
-DISTNAME=      rex-text-0.2.26
+DISTNAME=      rex-text-0.2.28
 CATEGORIES=    security
 
 MAINTAINER=    minskim%NetBSD.org@localhost
Index: pkgsrc/security/ruby-rex-text/distinfo
diff -u pkgsrc/security/ruby-rex-text/distinfo:1.4 pkgsrc/security/ruby-rex-text/distinfo:1.5
--- pkgsrc/security/ruby-rex-text/distinfo:1.4  Sun Jun  7 14:54:53 2020
+++ pkgsrc/security/ruby-rex-text/distinfo      Mon Sep 14 14:12:20 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/06/07 14:54:53 taca Exp $
+$NetBSD: distinfo,v 1.5 2020/09/14 14:12:20 taca Exp $
 
-SHA1 (rex-text-0.2.26.gem) = a91e27ad911d90ad27d559d72bc785a23ef847db
-RMD160 (rex-text-0.2.26.gem) = e76ee40786629fdb4800405d72858bc4bd4c8220
-SHA512 (rex-text-0.2.26.gem) = c928bb7dbb631365e879b4ec01fd34508c8084bd45eedbfae21847394130ca86c33392d5c3ca4666ee5c406f3fdfd301412aaf9a2951443f0ed4a45290a56500
-Size (rex-text-0.2.26.gem) = 45056 bytes
+SHA1 (rex-text-0.2.28.gem) = 74d334aaf1c765303ce73add30afe9b20ef6e67a
+RMD160 (rex-text-0.2.28.gem) = 770630b38382521ae76c89f13b988c36f321812f
+SHA512 (rex-text-0.2.28.gem) = 940ac37f0c0c173ddeb7798b9ba281c9c8058cd5b244540ddf90d9f547eee810f784620371bb0969c4e273e8532b83f8f4e687dc795981507b63ed922f7508c4
+Size (rex-text-0.2.28.gem) = 47104 bytes

Index: pkgsrc/security/ruby-rex-text/PLIST
diff -u pkgsrc/security/ruby-rex-text/PLIST:1.2 pkgsrc/security/ruby-rex-text/PLIST:1.3
--- pkgsrc/security/ruby-rex-text/PLIST:1.2     Sun Sep 23 18:00:00 2018
+++ pkgsrc/security/ruby-rex-text/PLIST Mon Sep 14 14:12:20 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/09/23 18:00:00 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/09/14 14:12:20 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.rspec
@@ -32,6 +32,7 @@ ${GEM_LIBDIR}/lib/rex/text/silly.rb
 ${GEM_LIBDIR}/lib/rex/text/table.rb
 ${GEM_LIBDIR}/lib/rex/text/unicode.rb
 ${GEM_LIBDIR}/lib/rex/text/version.rb
+${GEM_LIBDIR}/lib/rex/text/wrapped_table.rb
 ${GEM_LIBDIR}/lib/rex/text/xor.rb
 ${GEM_LIBDIR}/rex-text.gemspec
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec



Home | Main Index | Thread Index | Old Index