Commit graph

9 commits

Author SHA1 Message Date
nia
28c1048bad misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
2021-10-26 10:58:55 +00:00
nia
60e6853f70 misc: Remove SHA1 hashes for distfiles 2021-10-07 14:35:11 +00:00
tsutsui
e22078648b ruby-mini_portile2: update to 2.7.0.
Upstream changes:
https://github.com/flavorjones/mini_portile/releases/tag/v2.7.0

2.7.0 / 2021-08-31

Added

The commands used for "make", "compile", and "cmake" are configurable via
keyword arguments. [#107] (Thanks, @cosmo0920!)
2021-09-11 09:58:37 +00:00
tsutsui
74c8e2cac3 ruby-mini_portile2: update to 2.6.1.
Upstream changes:
https://github.com/flavorjones/mini_portile/releases

2.6.1 / 2021-05-31

Dependencies

Make net-ftp an optional dependency, since requiring it as a hard dependency in
v2.5.2 caused warnings to be emitted by Ruby 2.7 and earlier. A warning message
is emitted if FTP functionality is called and net-ftp isn't available; this
should only happen in Ruby 3.1 and later.

2.6.0 / 2021-05-31

Added

Recipes may build against a local directory by specifying source_directory
instead of files. In
particular, this may be useful for debugging problems with the upstream
dependency (e.g., use git bisect in a local clone) or for continuous
integration with upstream HEAD.

2.5.2 / 2021-05-28

Dependencies

Add net-ftp as an explicit dependency to accommodate the upcoming Ruby 3.1
changes that move this and other gems out of the "default" gem set and into the
"bundled" gem set. See https://bugs.ruby-lang.org/issues/17873 [#101]

2.5.1 / 2021-04-28

Dependencies

This release ends support for ruby < 2.3.0. If you're on 2.2.x or earlier, we
strongly suggest that you find the time to upgrade, because official support
for Ruby 2.2 ended on 2018-03-31.

Enhancements

  * MiniPortile.execute now takes an optional :env hash, which is merged into
    the environment variables for the subprocess. Likely this is only useful
    for specialized use cases. [#99]
  * Experimental support for cmake-based projects extended to Windows. (Thanks,
    @larskanis!)
2021-08-21 18:24:28 +00:00
tsutsui
1c2ab132eb ruby-miniportile2: update to 2.5.0.
Upstream changelog (from CHANGELOG.md):

### 2.5.0 / 2020-02-24

#### Enhancements

* When verifying GPG signatures, remove all imported pubkeys from
  keyring [#90] (Thanks, @hanazuki!)
2020-03-10 14:42:54 +00:00
tsutsui
17a6aa26d2 ruby-mini_portile2: update to 2.4.0.
Upstream changes (from CHANGELOG.md):

### 2.4.0 / 2018-12-02

#### Enhancements

* Skip progress report when Content-Length is unavailable. [#85] (Thanks, @eagletmt!)
2019-01-12 14:27:27 +00:00
taca
5f3fcfdfc7 misc/ruby-mini_portile2: update to 2.3.0
### 2.2.1 / 2017-09-13

#### Enhancements

* Verify checksums of files at extraction time (in addition to at download time). (#56)
* Clarify error message if a `tar` command can't be found. (#81)
2017-09-18 00:58:32 +00:00
taca
dece3bc481 Update ruby-mini_portile2 to 2.2.0.
### 2.2.0 / 2017-06-04

#### Enhancements

* Remove MD5 hashing of configure options, not avialbale in FIPS mode. (#78)
* Add experimental support for cmake-based projects.
* Retry on HTTP failures during downloads. [#63] (Thanks, @jtarchie and @jvshahid!)
* Support Ruby 2.4 frozen string literals.
* Support applying patches for users with misconfigured git worktree. [#69]
* Support gpg signature verification of download resources.
2017-06-05 14:33:28 +00:00
tsutsui
414a10ed7c Import ruby-mini_portile2-2.1.0 as misc/ruby-portile2.
Note ruby-mini_portile2 is updated and renamed version of
ruby-mini_portile by the upstream due to backwards-incompatible
behavioral changes from mini_portile 0.7.0.rc* and prior.

This project is a minimalistic implementation of a port/recipe system
for developers.
Because "Works on my machine" is unacceptable for a library maintainer.
2016-01-10 11:51:36 +00:00