| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.10.1 11 Nov 2025 03:16:23
    |
Xavier Beaudouin (kiwi)  |
*/*: Introduction USES=sudo
A new uses 'sudo' has been added to transperently depends of the
proper flavor of sudo 'default' or 'sssd' depending on the default
version set by the user.
If you prefere to use 'sssd' flavor of sudo, add the following
to your make.conf:
DEFAULT_VERSIONS+=sudo=sssd
All sudo consummer ports has benn updated to USES=sudo
Reviewed by: 0mp
Approved by: mat
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D52160 |
0.10.1 08 Jun 2025 08:26:20
    |
Hiroki Tagato (tagattie)  Author: Henry Phan |
devel/ruby-install: update to 0.10.1
Changelog: https://github.com/postmodern/ruby-install/blob/v0.10.1/ChangeLog.md
PR: 287035
Reported by: Henry Phan <henry@henryphan.com> (maintainer)
Reviewed by: Siva Mahadevan <me@svmhdvn.name> |
0.9.2 18 Nov 2023 20:20:40
    |
Robert Clausecker (fuz)  Author: Henry Phan |
devel/ruby-install: bump from 0.9.1 to 0.9.2.
Changelog: https://github.com/postmodern/ruby-install/blob/master/ChangeLog.md
PR: 274932 |
0.9.1 26 Aug 2023 09:29:31
    |
Po-Chuan Hsieh (sunpoet)  |
devel/ruby-install: Update to 0.9.1
- While I'm here:
- Use upstream release tarball
- Use tab instead of space
- Add NO_ARCH
- Add NO_BUILD
- Use INSTALL_MAN: COPYTREE_BIN brings incorrect file mode (+x) to
ruby-install.1.gz
- Use . instead of \*
- Use DATADIR
Changes: https://github.com/postmodern/ruby-install/releases
PR: 273273
Reported by: Henry Phan <henry@henryphan.com> (maintainer) |
0.9.0 11 May 2023 00:10:15
    |
Koichiro Iwao (meta)  Author: Henry Phan |
devel/ruby-install: Bump ruby-install version to 0.9.0
PR: 271020 |
0.8.5 24 Nov 2022 01:58:02
    |
Koichiro Iwao (meta)  Author: Henry Phan |
devel/ruby-install: Update to 0.8.5
While here, add missing dependency on sudo.
PR: 267885 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8.3 25 May 2022 08:33:21
    |
Koichiro Iwao (meta)  Author: Henry Phan |
devel/ruby-install: add new port
WWW: https://github.com/postmodern/ruby-install
PR: 264168 |