Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.6 05 Feb 2023 15:49:47 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-tzinfo: Update to 2.0.6
Changes: https://github.com/tzinfo/tzinfo/releases |
2.0.5 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) |
2.0.5 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 ) |
2.0.5 30 Jul 2022 05:58:53 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-tzinfo: Update to 2.0.5
Changes: https://github.com/tzinfo/tzinfo/releases
https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md |
2.0.4 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 ) |
2.0.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.4 19 Dec 2020 20:14:13 |
sunpoet |
Update to 2.0.4
Changes: https://github.com/tzinfo/tzinfo/releases
https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md |
2.0.3 09 Nov 2020 17:37:31 |
sunpoet |
Update to 2.0.3
Changes: https://github.com/tzinfo/tzinfo/releases
https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md |
2.0.2 04 Apr 2020 07:28:21 |
sunpoet |
Update to 2.0.2
Changes: https://github.com/tzinfo/tzinfo/releases
https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md |
2.0.1 29 Dec 2019 12:57:30 |
sunpoet |
Update to 2.0.1
Changes: https://github.com/tzinfo/tzinfo/releases |
2.0.0 27 Oct 2019 11:31:11 |
sunpoet |
Update to 2.0.0
- Update version requirement of RUN_DEPENDS
Changes: https://github.com/tzinfo/tzinfo/releases |
1.2.5 20 Oct 2018 14:48:38 |
sunpoet |
Update pkg-descr
- Take maintainership |
1.2.5 05 Feb 2018 17:50:30 |
sunpoet |
Update to 1.2.5
Changes: https://github.com/tzinfo/tzinfo/releases |
1.2.4 27 Oct 2017 23:18:41 |
sunpoet |
Update to 1.2.4
Changes: https://github.com/tzinfo/tzinfo/blob/1.2/CHANGES.md |
1.2.3 15 Jul 2017 17:24:42 |
sunpoet |
Update WWW |
1.2.3 26 Mar 2017 21:24:39 |
sunpoet |
Update to 1.2.3
Changes: https://github.com/tzinfo/tzinfo/blob/v1.2.3/CHANGES.md |
1.2.2_2 10 Jan 2017 18:36:55 |
sunpoet |
Update RUN_DEPENDS: use newer rubygem-thread_safe
- Bump PORTREVISION for dependency change |
1.2.2_1 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
1.2.2_1 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 |
1.2.2_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.2.2_1 04 Oct 2015 18:01:39 |
sunpoet |
- Add LICENSE_FILE
- Update WWW |
1.2.2_1 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 |
1.2.2_1 02 Dec 2014 21:29:12 |
antoine |
Add a missing dependency |
1.2.2 06 Sep 2014 20:51:04 |
swills |
devel/rubygem-tzinfo: update to 1.2.2
While here, create a port for the older 0.3 version for the ports that need it,
hook it up to the build, set those ports to use the older version and bump
portrev on those ports. |
0.3.41 25 Aug 2014 03:09:14 |
swills |
devel/rubygem-tzinfo: update to 0.3.41 |
0.3.39 19 Aug 2014 15:35:36 |
swills |
many ruby/rubygem ports: death of rubyforge.org
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:
- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
(which are still fetchable from rubygems.org)
The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.
Phabric: D591
With hat: ruby
Approved by: portmgr (because of committing to unstaged graphics/mingplot port) |
0.3.39 23 Mar 2014 06:22:35 |
swills |
- Update to 0.3.39 |
0.3.38 02 Dec 2013 18:36:18 |
sunpoet |
- Update to 0.3.38
- Add LICENSE
Changes: https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md |
0.3.37 30 Oct 2013 02:47:07 |
swills |
- Add stage support |
0.3.37 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
0.3.37 01 Jun 2013 21:24:49 |
swills |
- Update to 0.3.37 |
0.3.35 09 Jan 2013 03:53:16 |
swills |
- Update rubygem-rails to 3.2.11
- Update ports require by rubygem-rails
- Add vuxml entry for rails security issues
Security: ca5d3272-59e3-11e2-853b-00262d5ed8ee
Security: b4051b52-58fa-11e2-853b-00262d5ed8ee |
0.3.33 09 Jun 2012 06:28:31 |
miwi |
- Update to 0.3.33
PR: 168887
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> |
0.3.31 07 Nov 2011 07:11:27 |
clsung |
- Update to 0.3.31 |
0.3.30 27 Oct 2011 03:02:52 |
swills |
- Update Rails to 3.1.1 and associated changes
With hat: ruby@ |
0.3.28 25 Jun 2011 23:46:54 |
pgollucci |
- Update to 0.3.28
PR: ports/158291
Submitted by: Jin-Sih Lin <linpct@gmail.com>
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
0.3.27 24 Jun 2011 18:13:16 |
pgollucci |
- Update to 0.3.27
PR: ports/158256
Submitted by: Jin-Sih Lin <linpct@gmail.com>
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
0.3.26 23 Jun 2011 17:35:27 |
pgollucci |
- Update rails to 3.0.6
and its dependency requirements
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
0.3.25 20 Mar 2011 08:24:31 |
clsung |
- Update to 0.3.25 |
0.3.24 21 Jan 2011 03:28:19 |
wen |
- Update to 0.3.24
Feature safe: yes |
0.3.23 07 Dec 2010 19:19:15 |
linimon |
With portmgr hat, reassign these from clsung (who is apparently having
email troubles) to ruby@. |
0.3.23 02 Sep 2010 02:19:33 |
pgollucci |
- Prep ruby Rails 3
Update to 0.3.23
With Hat: ruby
Sponsored by: RideCharge Inc. / Taximagic |
0.3.22 13 Jul 2010 05:59:09 |
clsung |
- Update to 0.3.22 |
0.3.21 23 Jun 2010 18:18:51 |
pgollucci |
- Update to 0.3.21
PR: ports/147528
Submitted by: pgollucci (myself)
Approved by: maintainer timeout (clsung; 20 days)
Feature safe: yes |
0.3.20 26 May 2010 19:51:35 |
pgollucci |
- Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
[RG aka rubygems.org]
PR: ports/147005
Submitted by: pgollucci (myself)
Approved by: portmgr (pav)
With Hat: ruby@ |
0.3.20 22 Apr 2010 02:37:46 |
clsung |
- Update to 0.3.20 |
0.3.16 22 Jan 2010 03:53:36 |
clsung |
- Update to 0.3.16
PR: ports/142606
Submitted by: pgollucci |
0.3.15 28 Oct 2009 07:42:24 |
clsung |
- Update to 0.3.15 |
0.3.14 21 Aug 2009 07:43:46 |
clsung |
- Update to 0.3.14 |
0.3.13 29 May 2009 14:17:43 |
clsung |
- Update to 0.3.13
PR: ports/134678
Submitted by: pgollucci |
0.3.12 04 Mar 2009 05:53:41 |
clsung |
- Update to 0.3.12 |
0.3.11 14 Feb 2009 02:16:03 |
stas |
- Fix plist after ruby update by generating it dynamically. |
0.3.11 08 Oct 2008 15:16:03 |
clsung |
- Update to 0.3.11 |
0.3.10 26 Sep 2008 10:11:51 |
clsung |
- Update to 0.3.10 |
0.3.8 14 Apr 2008 08:12:16 |
clsung |
- Update to 0.3.8 |
0.3.6 06 Apr 2008 08:58:21 |
stas |
- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
ruby 1.9 distribution already). Also move gem bits from
ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
on gems or rake you should define USE_RUBYGEMS/USE_RAKE
accordingly. Also RAKE_BIN variable is provided for
pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
on ruby.
Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by: ports@ |
0.3.6 07 Jan 2008 11:14:07 |
clsung |
- Update to 0.3.6
Changes: |
0.3.5 05 Oct 2007 08:54:19 |
clsung |
- Update to 0.3.5 |
0.3.4 22 Aug 2007 05:20:00 |
clsung |
- Update to 0.3.4 |
0.3.3 19 Feb 2007 09:59:12 |
clsung |
- Update to 0.3.3 |
0.3.1 26 Jan 2007 16:13:11 |
pav |
- Drop maintainership
PR: ports/108376
Submitted by: Rui Lopes <rgl@ruilopes.com> (maintainer) |
0.3.1 22 Aug 2006 13:41:25 |
clsung |
- Update to 0.3.1
PR: ports/102387
Submitted by: maintainer (Rui Lopes) |
0.3.0 08 Aug 2006 11:35:27 |
jmelo |
- Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
Approved by: portmgr (erwin) |
0.3.0 19 Jul 2006 15:51:24 |
rafan |
- Update to 0.3.0
- Add more mirror sites to unbreak
PR: ports/100473
Submitted by: maintainer |
0.2.2 15 Jul 2006 07:56:33 |
linimon |
Mark broken: fails to fetch. |
0.2.2 10 Jun 2006 11:38:37 |
pav |
TZInfo is a Ruby library that uses the standard tz database
(http://www.twinsun.com/tz/tz-link.htm) to provide daylight savings
aware transformations between times in different time zones. The
tz database is compiled into Ruby classes which are packaged in the
release. No external zoneinfo files are required at runtime.
WWW: http://tzinfo.rubyforge.org/
PR: ports/98771
Submitted by: Rui Lopes <rgl@ruilopes.com> |