diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-13 07:37:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-13 07:37:46 +0000 |
commit | ef68f17e30cc2abafafbc340a72ddebccff17209 (patch) | |
tree | d92036053e3533e8749843ba119d4f8988f8cbdf | |
parent | 596d0eed8bf1d117a7dee70b3b354c1806c8c26c (diff) | |
download | pkgsrc-ef68f17e30cc2abafafbc340a72ddebccff17209.tar.gz |
Note addition of devel/ruby-linecache.
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | doc/CHANGES-2008 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 70f8fc6777c..beaa2c49a36 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.928 2008/04/12 13:58:02 wiz Exp $ +# $NetBSD: Makefile,v 1.929 2008/04/13 07:37:47 jlam Exp $ # COMMENT= Development utilities @@ -758,6 +758,7 @@ SUBDIR+= ruby-gnome2-pango SUBDIR+= ruby-heckle SUBDIR+= ruby-highline SUBDIR+= ruby-inline +SUBDIR+= ruby-linecache SUBDIR+= ruby-log4r SUBDIR+= ruby-logging SUBDIR+= ruby-memcache diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008 index 80548baa6dc..c65feeec24f 100644 --- a/doc/CHANGES-2008 +++ b/doc/CHANGES-2008 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2008,v 1.705 2008/04/13 07:15:14 jlam Exp $ +$NetBSD: CHANGES-2008,v 1.706 2008/04/13 07:37:46 jlam Exp $ Changes to the packages collection and infrastructure in 2008: @@ -1368,3 +1368,4 @@ Changes to the packages collection and infrastructure in 2008: Updated databases/ruby-sequel to 1.4.0 [jlam 2008-04-13] Updated www/thin to 0.8.0 [jlam 2008-04-13] Updated textproc/ruby-xslt to 0.9.6 [jlam 2008-04-13] + Added devel/ruby-linecache version 0.4.2 [jlam 2008-04-13] |