Skip to content

Commit

Permalink
devel/ruby-ffi-yajl: update to 2.5.0
Browse files Browse the repository at this point in the history
2.5.0 (2023-06-08)

Merged Pull Requests

* Fix broken compilation with Ruby interpreter compiled with XCode 14 #114
  (stanhu)
  • Loading branch information
taca committed Jun 9, 2023
1 parent 7cf1b4d commit 14d5b58
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-ffi-yajl/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.11 2021/05/04 13:32:41 taca Exp $
# $NetBSD: Makefile,v 1.12 2023/06/09 13:58:13 taca Exp $

DISTNAME= ffi-yajl-2.4.0
DISTNAME= ffi-yajl-2.5.0
CATEGORIES= devel

MAINTAINER= [email protected]
Expand Down
3 changes: 2 additions & 1 deletion devel/ruby-ffi-yajl/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2020/01/20 15:33:37 taca Exp $
@comment $NetBSD: PLIST,v 1.6 2023/06/09 13:58:13 taca Exp $
bin/ffi-yajl-bench${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/ffi_yajl/ext/dlopen.${RUBY_DLEXT}
Expand All @@ -10,6 +10,7 @@ ${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/bin/ffi-yajl-bench
${GEM_LIBDIR}/ext/ffi_yajl/ext/dlopen/dlopen.c
${GEM_LIBDIR}/ext/ffi_yajl/ext/dlopen/extconf.rb
${GEM_LIBDIR}/ext/ffi_yajl/ext/dlopen/yajl.sym
${GEM_LIBDIR}/ext/ffi_yajl/ext/encoder/encoder.c
${GEM_LIBDIR}/ext/ffi_yajl/ext/encoder/extconf.rb
${GEM_LIBDIR}/ext/ffi_yajl/ext/parser/extconf.rb
Expand Down
8 changes: 4 additions & 4 deletions devel/ruby-ffi-yajl/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.13 2021/10/26 10:19:31 nia Exp $
$NetBSD: distinfo,v 1.14 2023/06/09 13:58:13 taca Exp $

BLAKE2s (ffi-yajl-2.4.0.gem) = b7a542a2d0e5d9e68f447f23916c6a259a262936db3a9984870a47aecd4562ba
SHA512 (ffi-yajl-2.4.0.gem) = cb3dfa384299c958dfe7b3ff1f6024304875d71f04ee023d400ed3faa95a4aeba3c220beb23b3beb3776e354bbd3aa915cc414fd7a8bd408c3328c89d139ca01
Size (ffi-yajl-2.4.0.gem) = 136192 bytes
BLAKE2s (ffi-yajl-2.5.0.gem) = ba1c4775ed0e67f5989eb7d354cfa1ab00fc04b9d79b4041d5ccd0dc61e393f6
SHA512 (ffi-yajl-2.5.0.gem) = fc9e001a20f662e8e71e8e7b643287b8ac7baec911be4c174db4c6d10e81be8a134dcfb74f36675961c7d6a7382285b44a02939ffcd6691ae67cff50477fb9ba
Size (ffi-yajl-2.5.0.gem) = 136704 bytes

0 comments on commit 14d5b58

Please sign in to comment.