diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-21 04:57:54 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-21 04:57:54 +0000 |
commit | 2582627a7d5590d187634eab588031d9293db874 (patch) | |
tree | 08064e55a1d01fb5772486c85967a2b59b411beb /security | |
parent | 2e9999206541a23d6e8f7edb5ee68d828de202bd (diff) | |
download | pkgsrc-2582627a7d5590d187634eab588031d9293db874.tar.gz |
Another ruby package needs to have it's dependency on ruby-base bumped
because of the change to ${MACHINE_GNU_PLATFORM}.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-sha1/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/ruby-sha1/Makefile b/security/ruby-sha1/Makefile index cc0039ac948..cc7aa2d1e99 100644 --- a/security/ruby-sha1/Makefile +++ b/security/ruby-sha1/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2002/03/17 15:25:43 taca Exp $ +# $NetBSD: Makefile,v 1.3 2002/03/21 04:57:54 fredb Exp $ # FreeBSD: ports/converters/ruby-sha1/Makefile,v 1.2 2000/11/03 18:14:37 knu Exp DISTNAME= ruby-sha1-${VERSION} PKGNAME= ${RUBY_PKGNAMEPREFIX}sha1-${VERSION} +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.omcl.org/~spcoltri/ruby/ @@ -10,6 +11,8 @@ MAINTAINER= taca@netbsd.org HOMEPAGE= http://www.omcl.org/~spcoltri/ruby/ruby-sha1.html COMMENT= Ruby interface to the SHA-1 Secure Hash Algorithm +DEPENDS+= ruby-base>=1.6.7nb1:../../lang/ruby-base + VERSION= 1.2 DIST_SUBDIR= ruby USE_RUBY_EXTCONF= yes |