Skip to content

Commit

Permalink
devel/rubygem-oj: update to 3.13.23
Browse files Browse the repository at this point in the history
Also include header files, as they are required by gem oj-introspect.
  • Loading branch information
mfechner committed Jan 11, 2023
1 parent 2559a4c commit 1fab538
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions devel/rubygem-oj/Makefile
Expand Up @@ -13,4 +13,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes

# TODO: find a better way to do this
# Copy all header file, as it is required by rubygem-oj-introspect
post-install:
cd ${WRKSRC}/ext/oj && ${FIND} * -name "*.h" -type f -exec ${INSTALL_DATA} {} "${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/ext/oj/{}" \;


.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion devel/rubygem-oj/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1669058103
TIMESTAMP = 1669998438
SHA256 (rubygem/oj-3.13.23.gem) = 206dfdc4020ad9974705037f269cfba211d61b7662a58c717cce771829ccef51
SIZE (rubygem/oj-3.13.23.gem) = 268288

0 comments on commit 1fab538

Please sign in to comment.