Update to ruby-ffi 1.9.14

This commit is contained in:
jeremy 2016-11-04 21:31:46 +00:00
parent eb59d42385
commit 16dcaa1ed5
3 changed files with 8 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.19 2015/07/26 03:33:31 jeremy Exp $
# $OpenBSD: Makefile,v 1.20 2016/11/04 21:31:46 jeremy Exp $
COMMENT = cross-platform dynamic library loading for ruby
DISTNAME = ffi-1.9.10
DISTNAME = ffi-1.9.14
CATEGORIES = devel
HOMEPAGE= https://github.com/ffi/ffi

View File

@ -1,2 +1,2 @@
SHA256 (ffi-1.9.10.gem) = svvvmTPpdbD8hQVH/KVKCGxwpv6lxlnFzqwDfm++tdQ=
SIZE (ffi-1.9.10.gem) = 881664
SHA256 (ffi-1.9.14.gem) = 130cy5yrAy//fqK32xqJWiohKacsUp6JD2uDjHvNbNo=
SIZE (ffi-1.9.14.gem) = 884736

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2015/07/26 03:33:31 jeremy Exp $
@comment $OpenBSD: PLIST,v 1.8 2016/11/04 21:31:46 jeremy Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/COPYING
@ -142,6 +142,9 @@ ${GEM_LIB}/gems/${DISTNAME}/spec/ffi/fixtures/GNUmakefile
${GEM_LIB}/gems/${DISTNAME}/spec/ffi/fixtures/GlobalVariable.c
${GEM_LIB}/gems/${DISTNAME}/spec/ffi/fixtures/LastErrorTest.c
${GEM_LIB}/gems/${DISTNAME}/spec/ffi/fixtures/NumberTest.c
${GEM_LIB}/gems/${DISTNAME}/spec/ffi/fixtures/PipeHelper.h
${GEM_LIB}/gems/${DISTNAME}/spec/ffi/fixtures/PipeHelperPosix.c
${GEM_LIB}/gems/${DISTNAME}/spec/ffi/fixtures/PipeHelperWindows.c
${GEM_LIB}/gems/${DISTNAME}/spec/ffi/fixtures/PointerTest.c
${GEM_LIB}/gems/${DISTNAME}/spec/ffi/fixtures/ReferenceTest.c
${GEM_LIB}/gems/${DISTNAME}/spec/ffi/fixtures/StringTest.c