Update to ruby-json-1.1.3.
This commit is contained in:
parent
5f96df30e6
commit
e609d7dff4
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2008/06/14 23:41:32 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2008/07/26 11:13:03 bernd Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= JSON implementation for Ruby
|
||||
|
||||
DISTNAME= json-1.1.2
|
||||
PKGNAME= ruby-${DISTNAME}p0
|
||||
DISTNAME= json-1.1.3
|
||||
PKGNAME= ruby-${DISTNAME}
|
||||
CATEGORIES= converters
|
||||
|
||||
HOMEPAGE= http://json.rubyforge.org/
|
||||
@ -25,7 +25,7 @@ CONFIGURE_STYLE= ruby gem
|
||||
WANTLIB= c m
|
||||
LIB_DEPENDS= ruby::lang/ruby
|
||||
|
||||
REGRESS_DEPENDS= ::converters/ruby-json
|
||||
REGRESS_DEPENDS= :${PKGNAME}:${BASE_PKGPATH}
|
||||
|
||||
do-regress:
|
||||
@cd ${WRKBUILD} && ${RUBY} -rubygems tests/runner.rb
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (json-1.1.2.gem) = yFvOdQ/5DzOLhwzP/9KrmQ==
|
||||
RMD160 (json-1.1.2.gem) = Lp0zdRKrihAvqLNTlV1DrHZyc6c=
|
||||
SHA1 (json-1.1.2.gem) = ZCXrRyr1x+IrKelfw0ef+JQULIo=
|
||||
SHA256 (json-1.1.2.gem) = Ur0hUxcSGflWsYIrvEpsoSkswJlvBmktse6QkG3OjNE=
|
||||
SIZE (json-1.1.2.gem) = 113152
|
||||
MD5 (json-1.1.3.gem) = y/EHrTIOrb6/1Ng0o3XncQ==
|
||||
RMD160 (json-1.1.3.gem) = bziTOwEUPUBP52tui3TgztoOmj0=
|
||||
SHA1 (json-1.1.3.gem) = k4A0UKzvvP+HoeL3lhYpJNIYJAw=
|
||||
SHA256 (json-1.1.3.gem) = N5hS1KiOaLWGBaP7rVxtfDKaTn6RsiGj1LB3xjzcZP4=
|
||||
SIZE (json-1.1.3.gem) = 113664
|
||||
|
Loading…
Reference in New Issue
Block a user