diff options
author | taca <taca> | 2005-03-06 17:19:05 +0000 |
---|---|---|
committer | taca <taca> | 2005-03-06 17:19:05 +0000 |
commit | 8d1bf3990c525b295e45b82bc2470f3b5e726f5e (patch) | |
tree | 4c0153d474bbbab375c9b1f1e152ed0f5ce4dcee /devel/ruby-unit | |
parent | e0b0e85a28c927956bec771a4e313b977118a5f9 (diff) | |
download | pkgsrc-8d1bf3990c525b295e45b82bc2470f3b5e726f5e.tar.gz |
Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.
Diffstat (limited to 'devel/ruby-unit')
-rw-r--r-- | devel/ruby-unit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ruby-unit/Makefile b/devel/ruby-unit/Makefile index 6910e912ecf..cb1c3e0feb3 100644 --- a/devel/ruby-unit/Makefile +++ b/devel/ruby-unit/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2004/12/01 15:37:16 taca Exp $ +# $NetBSD: Makefile,v 1.10 2005/03/06 17:19:06 taca Exp $ # FreeBSD: ports/devel/ruby-runit/Makefile,v 1.10 2001/01/19 09:41:15 knu Exp DISTNAME= rubyunit-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-unit-${VERSION} +PKGREVISION= 1 CATEGORIES= devel ruby MASTER_SITES= http://homepage1.nifty.com/markey/ruby/rubyunit/ |