Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.2 30 Sep 2024 13:36:40 |
Po-Chuan Hsieh (sunpoet) |
archivers/rubygem-minitar: Update to 1.0.2
Changes: https://github.com/halostatue/minitar/blob/main/History.md |
0.12 05 Sep 2024 06:18:08 |
Po-Chuan Hsieh (sunpoet) |
archivers/rubygem-minitar: Update to 0.12
Changes: https://github.com/halostatue/minitar/blob/main/History.md |
0.9 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
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.9 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.9 20 Jul 2022 14:20:49 |
Tobias C. Berner (tcberner) |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9 05 Sep 2019 17:09:02 |
sunpoet |
Update to 0.9
Changes: https://github.com/halostatue/minitar/blob/master/History.md |
0.8 25 Jan 2019 19:59:06 |
sunpoet |
Update to 0.8
- Update LICENSE
- Take maintainership
Changes: https://github.com/halostatue/minitar/blob/master/History.md |
0.6.1 05 Jun 2017 14:51:05 |
sunpoet |
Update to 0.6.1
- Update LICENSE
- Remove CONFLICTS_INSTALL
- Update pkg-descr
Changes: https://github.com/halostatue/minitar/blob/master/History.md |
0.5.4 03 Jun 2017 13:16:48 |
sunpoet |
Update WWW
- Update CONFLICTS_INSTALL |
0.5.4 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
0.5.4 27 Apr 2016 16:36:42 |
swills |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
0.5.4 16 Aug 2015 00:40:57 |
sunpoet |
- Update WWW |
0.5.4 02 Jul 2015 16:01:08 |
pgollucci |
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb |
0.5.4 28 Aug 2014 16:25:12 |
sunpoet |
- Add LICENSE
- Use CONFLICTS_INSTALL instead of CONFLICTS |
0.5.4 30 Oct 2013 02:20:20 |
swills |
- Add stage support |
20 Sep 2013 13:11:21
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
0.5.4 29 Aug 2013 04:10:38 |
sunpoet |
- Use single space after WWW: |
0.5.4 02 Jun 2013 01:25:57 |
swills |
- Update to 0.5.4 |
0.5.3 07 Aug 2012 16:48:08 |
swills |
- Be sure to include trailing slash in WWW URL
Submitted by: az |
0.5.3 06 Aug 2012 14:12:44 |
swills |
Ruby library and command-line utility for tar archives
WWW: http://rubygems.org/gems/minitar |