Skip to content

Commit

Permalink
ruby-mini_portile2: update to 2.8.7.
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
tsutsui committed Jun 15, 2024
1 parent 185608e commit 8a23afb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions misc/ruby-mini_portile2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.11 2023/11/18 15:45:58 tsutsui Exp $
# $NetBSD: Makefile,v 1.12 2024/06/15 09:20:44 tsutsui Exp $

DISTNAME= mini_portile2-2.8.5
DISTNAME= mini_portile2-2.8.7
CATEGORIES= misc

MAINTAINER= tsutsui@NetBSD.org
Expand Down
3 changes: 2 additions & 1 deletion misc/ruby-mini_portile2/PLIST
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@comment $NetBSD: PLIST,v 1.5 2023/11/18 15:45:58 tsutsui Exp $
@comment $NetBSD: PLIST,v 1.6 2024/06/15 09:20:44 tsutsui Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.github/FUNDING.yml
${GEM_LIBDIR}/.github/workflows/ci.yml
${GEM_LIBDIR}/.github/workflows/downstream.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
Expand Down
8 changes: 4 additions & 4 deletions misc/ruby-mini_portile2/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.13 2023/11/18 15:45:58 tsutsui Exp $
$NetBSD: distinfo,v 1.14 2024/06/15 09:20:44 tsutsui Exp $

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

0 comments on commit 8a23afb

Please sign in to comment.