Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.0.0 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) |
5.0.0 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 ) |
5.0.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
5.0.0 28 Feb 2022 12:46:33 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-hashie: Update to 5.0.0
Changes: https://github.com/hashie/hashie/blob/master/CHANGELOG.md |
4.1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.1.0 27 May 2020 13:43:31 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2). |
4.1.0 03 Feb 2020 19:47:16 |
sunpoet |
Update to 4.1.0
Changes: https://github.com/hashie/hashie/releases
https://github.com/hashie/hashie/blob/master/CHANGELOG.md |
4.0.0 02 Feb 2020 14:22:58 |
sunpoet |
Update to 4.0.0
- Update WWW
Changes: https://github.com/hashie/hashie/releases
https://github.com/hashie/hashie/blob/master/CHANGELOG.md |
3.6.0 03 Nov 2019 17:17:01 |
sunpoet |
Cosmetic change |
3.6.0 14 Aug 2018 16:41:14 |
sunpoet |
Update to 3.6.0
Changes: https://github.com/intridea/hashie/blob/master/CHANGELOG.md |
3.5.7 20 Dec 2017 14:37:53 |
sunpoet |
Update to 3.5.7
Changes: https://github.com/intridea/hashie/blob/master/CHANGELOG.md |
3.5.6 13 Jul 2017 18:11:06 |
sunpoet |
Update to 3.5.6
Changes: https://github.com/intridea/hashie/blob/master/CHANGELOG.md |
3.5.5 26 Feb 2017 13:57:02 |
sunpoet |
Update to 3.5.5
Changes: https://github.com/intridea/hashie/blob/master/CHANGELOG.md |
3.5.4 23 Feb 2017 16:47:45 |
sunpoet |
Update to 3.5.4
Changes: https://github.com/intridea/hashie/blob/master/CHANGELOG.md |
3.5.3 12 Feb 2017 08:12:41 |
sunpoet |
Update to 3.5.3
Changes: https://github.com/intridea/hashie/blob/master/CHANGELOG.md |
3.5.2 11 Feb 2017 14:19:53 |
sunpoet |
Update to 3.5.2
Changes: https://github.com/intridea/hashie/blob/master/CHANGELOG.md |
3.5.1 02 Feb 2017 13:30:57 |
sunpoet |
Update to 3.5.1
Changes: https://github.com/intridea/hashie/blob/master/CHANGELOG.md |
3.5.0 01 Feb 2017 19:44:29 |
sunpoet |
Update to 3.5.0
Changes: https://github.com/intridea/hashie/blob/master/CHANGELOG.md |
3.4.6 03 Dec 2016 19:30:41 |
sunpoet |
- Update to 3.4.6
Changes: https://github.com/intridea/hashie/blob/master/CHANGELOG.md |
3.4.4 02 May 2016 17:13:05 |
sunpoet |
- Update to 3.4.4
Changes: https://github.com/intridea/hashie/blob/master/CHANGELOG.md |
3.4.3 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
3.4.3 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 |
3.4.3 27 Oct 2015 15:49:52 |
sunpoet |
- Update to 3.4.3
- Add LICENSE_FILE
Changes: https://github.com/intridea/hashie/blob/master/CHANGELOG.md |
3.4.2 03 Jun 2015 18:40:47 |
sunpoet |
- Update to 3.4.2
- Add NO_ARCH
Changes: https://github.com/intridea/hashie/blob/master/CHANGELOG.md |
3.4.1 21 May 2015 21:25:57 |
sunpoet |
- Update to 3.4.1
- Reformat pkg-descr
- Take maintainership
Changes: https://github.com/intridea/hashie/blob/master/CHANGELOG.md |
3.4.0 06 Feb 2015 12:54:10 |
antoine |
Fix make patch
Pointy hat: mi@ |
3.4.0 05 Feb 2015 17:12:38 |
mi |
Upgrade from 3.2.0 to 3.4.0. Include an upstream's fix made after 3.4.0
was rolled-up (https://github.com/intridea/hashie/pull/277).
Sponsored by: http://sybpipe.com/ |
3.2.0 02 Dec 2014 22:40:57 |
bapt |
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059 |
3.2.0 25 Aug 2014 12:46:11 |
swills |
devel/rubygem-hashie: update to 3.2.0 to satisfy devel/rubygem-grape update
devel/rubygem-grape was updated to a newer version which requires a newer
version of hashie. The update doesn't seem to harm anything that depends on it,
so go ahead and update hashie. If we discover later we need the older hashie,
we can make a rubygem-hashie2 port.
With hat: ruby@ |
2.0.5 24 Jan 2014 14:46:50 |
miwi |
- Stage safe |
2.0.5 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
2.0.5 27 Jun 2013 02:37:08 |
clsung |
- Update to 2.0.5
PR: ports/180011
Submitted by: swills@ |
1.2.0 19 Dec 2011 05:46:25 |
clsung |
- Update to 1.2.0 |
1.1.0 29 Sep 2011 10:37:29 |
clsung |
- Update to 1.1.0 |
1.0.0 23 Jun 2011 17:51:43 |
pgollucci |
- Cannoicalize the WWW: [again],
- Save redirects s/http/https/ for github |
1.0.0 03 Mar 2011 15:12:20 |
clsung |
Hashie is available as a RubyGem which extend Hashes and make them more useful.
* Hashie::Mash: gives simple pseudo-object functionality that can be
built from hashes and easily extended
* Hashie::Dash: has a discrete set of defined properties and only those
properties may be set on the hash.
* Hashie::Trash: a Dash that allows you to translate keys on
initialization.
* Hashie::Clash: allows you to easily construct complex hashes using
method notation chaining.
WWW: http://github.com/intridea/hashie |