devel/rubygem-oj: update to 3.13.23
Also include header files, as they are required by gem oj-introspect.
This commit is contained in:
parent
2559a4c8d7
commit
1fab538b26
@ -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>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1669058103
|
||||
TIMESTAMP = 1669998438
|
||||
SHA256 (rubygem/oj-3.13.23.gem) = 206dfdc4020ad9974705037f269cfba211d61b7662a58c717cce771829ccef51
|
||||
SIZE (rubygem/oj-3.13.23.gem) = 268288
|
||||
|
Loading…
Reference in New Issue
Block a user