diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-21 16:29:19 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-21 16:29:19 +0000 |
commit | f6029877a3ba79695de71aa63d35927591bd5754 (patch) | |
tree | 56bdd24982a5d722c43e96873908c2300f29f9cd /lang/ruby-base | |
parent | 8b40b6ab47d8984876a6598c99d0a7550099d83a (diff) | |
download | pkgsrc-f6029877a3ba79695de71aa63d35927591bd5754.tar.gz |
Bump PKGREVISION because of the hidden change in the PLIST because
${MACHINE_GNU_PLATFORM} now appends "elf" on 1.5.3/i386. I updated
all the dependencies to this level, but forgot to commit this!
Diffstat (limited to 'lang/ruby-base')
-rw-r--r-- | lang/ruby-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ruby-base/Makefile b/lang/ruby-base/Makefile index 2fcdab40043..f76c3838291 100644 --- a/lang/ruby-base/Makefile +++ b/lang/ruby-base/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2002/03/02 09:10:54 taca Exp $ +# $NetBSD: Makefile,v 1.7 2002/03/21 16:29:19 fredb Exp $ # FreeBSD Id: ports/lang/ruby/Makefile,v 1.39 2000/10/20 19:56:03 knu Exp DISTNAME= ${RUBY_DISTNAME} PKGNAME= ${RUBY_PKGNAMEPREFIX}base-${RUBY_VERSION} +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_RUBY} |