pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ruby-columnize Fix description of package and in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7037173191fe
branches:  trunk
changeset: 541250:7037173191fe
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Apr 17 17:23:24 2008 +0000

description:
Fix description of package and in specfile to refer to Columnize instead
of LineCache.  Noted by Slava Semushin in private email.

Bump PKGREVISION to 1.

diffstat:

 misc/ruby-columnize/DESCR            |  2 +-
 misc/ruby-columnize/Makefile         |  3 ++-
 misc/ruby-columnize/distinfo         |  4 ++--
 misc/ruby-columnize/patches/patch-aa |  4 ++--
 4 files changed, 7 insertions(+), 6 deletions(-)

diffs (49 lines):

diff -r fa08564fc527 -r 7037173191fe misc/ruby-columnize/DESCR
--- a/misc/ruby-columnize/DESCR Thu Apr 17 14:30:12 2008 +0000
+++ b/misc/ruby-columnize/DESCR Thu Apr 17 17:23:24 2008 +0000
@@ -1,1 +1,1 @@
-LineCache is a module for printing an Array in column-sorted order.
+Columnize is a module for printing an Array in column-sorted order.
diff -r fa08564fc527 -r 7037173191fe misc/ruby-columnize/Makefile
--- a/misc/ruby-columnize/Makefile      Thu Apr 17 14:30:12 2008 +0000
+++ b/misc/ruby-columnize/Makefile      Thu Apr 17 17:23:24 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/14 20:30:18 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2008/04/17 17:23:24 jlam Exp $
 
 DISTNAME=      columnize-0.1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    misc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r fa08564fc527 -r 7037173191fe misc/ruby-columnize/distinfo
--- a/misc/ruby-columnize/distinfo      Thu Apr 17 14:30:12 2008 +0000
+++ b/misc/ruby-columnize/distinfo      Thu Apr 17 17:23:24 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/14 20:30:18 jlam Exp $
+$NetBSD: distinfo,v 1.2 2008/04/17 17:23:24 jlam Exp $
 
 SHA1 (columnize-0.1.gem) = ee0ae8309529dc3f16902cef5e9dd82df02ae02c
 RMD160 (columnize-0.1.gem) = e9920606528ede3e98fcebe4e5348de0e1a6a918
 Size (columnize-0.1.gem) = 14336 bytes
-SHA1 (patch-aa) = 7c2341b279a99120c43ab462aae060f50d5bdf80
+SHA1 (patch-aa) = 914a3cd3e583fd32cbcdc64fb77fa56a29491520
diff -r fa08564fc527 -r 7037173191fe misc/ruby-columnize/patches/patch-aa
--- a/misc/ruby-columnize/patches/patch-aa      Thu Apr 17 14:30:12 2008 +0000
+++ b/misc/ruby-columnize/patches/patch-aa      Thu Apr 17 17:23:24 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/04/14 20:30:18 jlam Exp $
+$NetBSD: patch-aa,v 1.2 2008/04/17 17:23:24 jlam Exp $
 
 --- Rakefile.orig      2008-04-14 16:26:02.000000000 -0400
 +++ Rakefile
@@ -11,7 +11,7 @@
    spec.description = <<-EOF
 -Columnize is a module for reading and caching lines. This may be useful for
 -example in a debugger where the same lines are shown many times.
-+LineCache is a module for printing an Array in column-sorted order.
++Columnize is a module for printing an Array in column-sorted order.
  EOF
  
    spec.version = PACKAGE_VERSION



Home | Main Index | Thread Index | Old Index