Skip to content

Commit 8a23afb

Browse files
committed
ruby-mini_portile2: update to 2.8.7.
Upstream changes: https://github.com/flavorjones/mini_portile/blob/v2.8.7/CHANGELOG.md 2.8.7 / 2024-05-31 Added * When setting the C compiler through the MiniPortile constructor, the preferred keyword argument is now :cc_command. The original :gcc_command is still supported. (#144 by @flavorjones) * Add support for extracting xz-compressed tarballs on OpenBSD. (#141 by @postmodern) * Add OpenBSD support to the experimental method MakeMakefile#mkmf_config. (# 141 by @flavorjones) Changed * MiniPortileCMake now detects the C and C++ compiler the same way MiniPortile does: by examining environment variables, then using kwargs, then looking in RbConfig (in that order). (#144 by @flavorjones) * GPG file verification error messages are captured in the raised exception. Previously these errors went to stderr. (#145 by @flavorjones) 2.8.6 / 2024-04-14 Added * When using CMake on FreeBSD, default to clang's "cc" and "c++" compilers. (#139 by @mudge)
1 parent 185608e commit 8a23afb

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

misc/ruby-mini_portile2/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.11 2023/11/18 15:45:58 tsutsui Exp $
1+
# $NetBSD: Makefile,v 1.12 2024/06/15 09:20:44 tsutsui Exp $
22

3-
DISTNAME= mini_portile2-2.8.5
3+
DISTNAME= mini_portile2-2.8.7
44
CATEGORIES= misc
55

66
MAINTAINER= tsutsui@NetBSD.org

misc/ruby-mini_portile2/PLIST

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
@comment $NetBSD: PLIST,v 1.5 2023/11/18 15:45:58 tsutsui Exp $
1+
@comment $NetBSD: PLIST,v 1.6 2024/06/15 09:20:44 tsutsui Exp $
22
${GEM_HOME}/cache/${GEM_NAME}.gem
33
${GEM_LIBDIR}/.github/FUNDING.yml
44
${GEM_LIBDIR}/.github/workflows/ci.yml
5+
${GEM_LIBDIR}/.github/workflows/downstream.yml
56
${GEM_LIBDIR}/.gitignore
67
${GEM_LIBDIR}/CHANGELOG.md
78
${GEM_LIBDIR}/Gemfile

misc/ruby-mini_portile2/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.13 2023/11/18 15:45:58 tsutsui Exp $
1+
$NetBSD: distinfo,v 1.14 2024/06/15 09:20:44 tsutsui Exp $
22

3-
BLAKE2s (mini_portile2-2.8.5.gem) = 72a677f862a572d04261aa4217a5523396e3adc583ef7f1a59234b137ae8ffc8
4-
SHA512 (mini_portile2-2.8.5.gem) = fa09bc2c4aefc341cb249dc33b5ad3182aa582ef150645793e323bdef4d19cbeeced0348c3c962a7225a9aa91b40824347fa1499955326525eddcf867f6ff798
5-
Size (mini_portile2-2.8.5.gem) = 35840 bytes
3+
BLAKE2s (mini_portile2-2.8.7.gem) = 11f5b6565ce69b805a4f01650ce0b6e0c03732c1e8924b2510e854c9b622aaf2
4+
SHA512 (mini_portile2-2.8.7.gem) = 9376a6c2a77a863369d9980dedde3750696ee05ad2249891c35dc03385a2442b0fd182cb4c62da967138f3a9b83c075a6cf8f2a80dd5b76f6f61dbe4e1982fbe
5+
Size (mini_portile2-2.8.7.gem) = 37376 bytes

0 commit comments

Comments
 (0)