Update ruby-ffi to 1.1.5.
* pkgsrc change: require ruby-rdoc version 3.9.4 or later to build problem on ruby18 and ruby19. Exact changes aren't available, please refer: https://github.com/ffi/ffi/commits/master
This commit is contained in:
parent
e45a57f744
commit
0f1cbe82e4
2 changed files with 9 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2012/07/31 13:54:48 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2012/08/21 13:52:10 taca Exp $
|
||||
|
||||
DISTNAME= ffi-1.1.2
|
||||
DISTNAME= ffi-1.1.5
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -9,6 +9,9 @@ COMMENT= Loading dynamic libraries, binding functions within them
|
|||
LICENSE= mit
|
||||
|
||||
USE_RAKE= YES
|
||||
RUBY_RDOC_REQD= 3.9.4
|
||||
|
||||
OVERRIDE_GEMSPEC+= :files gen/log=
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../devel/libffi/buildlink3.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2012/07/31 13:54:48 taca Exp $
|
||||
$NetBSD: distinfo,v 1.6 2012/08/21 13:52:10 taca Exp $
|
||||
|
||||
SHA1 (ffi-1.1.2.gem) = 0a3ab7c576f2025ed82926acc342c5a2c7594477
|
||||
RMD160 (ffi-1.1.2.gem) = 008b1600d128220d83021224f243101f0b08bc5e
|
||||
Size (ffi-1.1.2.gem) = 863232 bytes
|
||||
SHA1 (ffi-1.1.5.gem) = c709a1c843947c408a979f3580e742aa921b8814
|
||||
RMD160 (ffi-1.1.5.gem) = 05782e92f0c234fcb93a9e3d9f3aaffde7144d17
|
||||
Size (ffi-1.1.5.gem) = 862720 bytes
|
||||
|
|
Loading…
Reference in a new issue