Update rubygems package to 1.8.17.
=== 1.8.17 / 2012-02-17 * 2 minor enhancements: * Add MacRuby to the list of special cases for platforms (ferrous26) * Add a default for where to install rubygems itself * 3 bug fixes: * Fixed gem loading issue caused by dependencies not resolving. * Fixed umask error when stdlib is required and unresolved dependencies exist. * Shebang munging would only take one arg after the cmd * Define SUCKAGE better, ie only MRI 1.9.2 * Propagate env-shebang to the pristine command if set for install. === 1.8.16 / 2012-02-12 * 3 bug fixes: * Fix gem specification loading when encoding is not UTF-8. #146 * Allow group writable if umask allows it already. * Uniquify the spec list based on directory order priority
This commit is contained in:
parent
e76cad430c
commit
67086dd3f7
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.45 2012/01/31 14:55:19 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2012/02/19 16:32:43 taca Exp $
|
||||
|
||||
DISTNAME= rubygems-1.8.15
|
||||
DISTNAME= rubygems-1.8.17
|
||||
CATEGORIES= misc ruby
|
||||
MASTER_SITES= http://production.cf.rubygems.org/rubygems/ \
|
||||
http://rubyforge.org/frs/download.php/75309/
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.35 2012/01/31 14:55:19 taca Exp $
|
||||
$NetBSD: distinfo,v 1.36 2012/02/19 16:32:43 taca Exp $
|
||||
|
||||
SHA1 (rubygems-1.8.15.tgz) = ea82f87727f9b915579ff9f684c728af13574a24
|
||||
RMD160 (rubygems-1.8.15.tgz) = fc7723e440c7b289319aa6e09383539b9f793010
|
||||
Size (rubygems-1.8.15.tgz) = 251305 bytes
|
||||
SHA1 (rubygems-1.8.17.tgz) = ad4ab95bc3673c0c664d6fea2e40ce1cadec92cd
|
||||
RMD160 (rubygems-1.8.17.tgz) = 06659da8d782b3196b89d9eeeefec591fa8e0822
|
||||
Size (rubygems-1.8.17.tgz) = 252560 bytes
|
||||
SHA1 (patch-aa) = cd7fde36ce3d67a5d96a3280d9f11b3c5b78a820
|
||||
SHA1 (patch-ab) = d2917ec23a41293049bdf901c809423126a6161d
|
||||
SHA1 (patch-ac) = 7814fd204106f67e04ee9d278666b9ba30da3478
|
||||
|
|
Loading…
Reference in a new issue