diff options
author | taca <taca> | 2005-11-02 09:48:33 +0000 |
---|---|---|
committer | taca <taca> | 2005-11-02 09:48:33 +0000 |
commit | bea979088154215fb06b3a5e75c60e801a0f7c4a (patch) | |
tree | ef45cb3de74570c5ae21e16645ade1c751e87e31 /textproc | |
parent | 97fc28a0e35cc7683b7b6c84fc89ded01ad4c47e (diff) | |
download | pkgsrc-bea979088154215fb06b3a5e75c60e801a0f7c4a.tar.gz |
Bump PKGREVISION of packages including ruby extention library
by Ruby 1.8.3 updates.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-eruby/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-xmlparser/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/ruby-eruby/Makefile b/textproc/ruby-eruby/Makefile index 7a442abddc0..0133240bae0 100644 --- a/textproc/ruby-eruby/Makefile +++ b/textproc/ruby-eruby/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2005/11/02 08:38:20 taca Exp $ +# $NetBSD: Makefile,v 1.16 2005/11/02 09:48:34 taca Exp $ DISTNAME= eruby-${ERUBY_VERSION} PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= textproc ruby MASTER_SITES= http://www.modruby.net/archive/ diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile index 9d2dc1c07a6..420c327dfd7 100644 --- a/textproc/ruby-xmlparser/Makefile +++ b/textproc/ruby-xmlparser/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2005/06/25 02:34:27 taca Exp $ +# $NetBSD: Makefile,v 1.6 2005/11/02 09:48:34 taca Exp $ # DISTNAME= xmlparser-0.6.8.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= http://www.yoshidam.net/ |