diff options
author | fredb <fredb> | 2002-03-21 16:29:19 +0000 |
---|---|---|
committer | fredb <fredb> | 2002-03-21 16:29:19 +0000 |
commit | 35f83f4519e329578a2b72fcb91f7febcd5354d0 (patch) | |
tree | 56bdd24982a5d722c43e96873908c2300f29f9cd /lang | |
parent | b2170e03080b210d8ef5b536ea5471fafedd6606 (diff) | |
download | pkgsrc-35f83f4519e329578a2b72fcb91f7febcd5354d0.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')
-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} |