Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
13.2.1 08 Apr 2024 06:48:31 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-rake: Update to 13.2.1
Changes: https://github.com/ruby/rake/releases |
13.2.0 05 Apr 2024 00:43:35 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-rake: Update to 13.2.0
Changes: https://github.com/ruby/rake/releases |
13.1.0 02 Nov 2023 07:37:45 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-rake: Update to 13.1.0
- Update WWW
Changes: https://github.com/ruby/rake/releases
https://ruby.github.io/rake/History_rdoc.html |
13.0.6 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) |
13.0.6 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 ) |
13.0.6 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 ) |
13.0.6 14 Jul 2021 16:10:41 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-rake: Update to 13.0.6
Changes: https://github.com/ruby/rake/blob/master/History.rdoc |
13.0.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
13.0.3 25 Dec 2020 14:31:08 |
meta |
devel/rubygem-rake: Update to 13.0.3
PR: 252011
Submitted by: Yasuhiro Kimura <yasu@utahime.org>
Relnotes: https://github.com/ruby/rake/blob/v13.0.3/History.rdoc |
13.0.2 19 Dec 2020 12:36:25 |
mfechner |
Update to 13.0.2.
Changelog:
https://github.com/ruby/rake/blob/master/History.rdoc
PR: 242294
Submitted by: yasu@utahime.org |
12.3.3 24 Jul 2020 07:52:24 |
sunpoet |
Add USES=cpe |
12.3.3 12 Aug 2019 19:46:53 |
sunpoet |
Update to 12.3.3
Changes: https://github.com/ruby/rake/blob/master/History.rdoc |
12.3.2 09 Dec 2018 23:56:31 |
sunpoet |
Update to 12.3.2
Changes: https://github.com/ruby/rake/blob/master/History.rdoc |
12.3.1 23 Mar 2018 16:45:14 |
sunpoet |
Update to 12.3.1
Changes: https://github.com/ruby/rake/blob/master/History.rdoc |
12.3.0 16 Nov 2017 22:25:43 |
sunpoet |
Update to 12.3.0
Changes: https://github.com/ruby/rake/blob/master/History.rdoc |
12.2.1 25 Oct 2017 18:29:35 |
sunpoet |
Update to 12.2.1
Changes: https://github.com/ruby/rake/blob/master/History.rdoc |
12.1.0 13 Sep 2017 09:36:58 |
sunpoet |
Update to 12.1.0
Changes: https://github.com/ruby/rake/blob/master/History.rdoc |
12.0.0_1 28 Apr 2017 20:25:39 |
sunpoet |
Fix shebang
- Bump PORTREVISION for package change |
12.0.0 01 Jan 2017 01:08:57 |
sunpoet |
Update to 12.0.0
Changes: https://github.com/ruby/rake/blob/master/History.rdoc |
11.2.2 29 Sep 2016 14:10:20 |
tz |
devel/rubygem-rake: Update from 11.1.2 to 11.2.2
Changes: https://github.com/ruby/rake/blob/v11.2.2/History.rdoc
Approved by: swills (mentor) |
11.1.2 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
11.1.2 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 |
11.1.2 17 Apr 2016 18:40:46 |
sunpoet |
- Update to 11.1.2
Changes: https://github.com/ruby/rake/blob/master/History.rdoc |
10.5.0 17 Jan 2016 13:15:55 |
sunpoet |
- Update to 10.5.0
Changes: https://github.com/ruby/rake/blob/master/History.rdoc
Sponsored by: PortsCamp Taiwan |
10.4.2 17 Oct 2015 18:09:45 |
sunpoet |
- Add LICENSE_FILE
- Update WWW |
10.4.2 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 |
10.4.2 26 Jan 2015 03:47:49 |
swills |
devel/rubygem-rake: update to 10.4.2 |
10.3.2 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) |
10.3.2 30 May 2014 19:12:49 |
swills |
- Update to 10.3.2 |
10.3.1 18 Apr 2014 14:02:10 |
swills |
- Update to 10.3.1 |
10.3.0 17 Apr 2014 19:08:23 |
swills |
- Update to 10.3.0 |
10.2.2 29 Mar 2014 17:16:53 |
swills |
- Update to 10.2.2 |
10.1.1 04 Feb 2014 12:06:57 |
sunpoet |
- Add LICENSE |
10.1.1 28 Jan 2014 08:42:16 |
bapt |
Support stage
Simplify post-install |
10.1.1 21 Jan 2014 18:13:57 |
swills |
- Update to 10.1.1 |
10.0.4 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
10.0.4 01 Jun 2013 21:23:29 |
swills |
- Update to 10.0.4 |
10.0.3 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.9.2.2 27 Oct 2011 03:02:52 |
swills |
- Update Rails to 3.1.1 and associated changes
With hat: ruby@ |
0.9.2 25 Oct 2011 21:06:55 |
swills |
- Move RAKE_VER out of bsd.ruby.mk since it is no longer needed |
0.9.2 21 Aug 2011 04:03:37 |
swills |
- Update Ruby 1.9 to p290
- Make Ruby 1.9 the default Ruby |
0.8.7 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.8.7 13 Mar 2011 19:16:49 |
swills |
- Fix PLIST with RUBY_VER == 1.9 |
0.8.7 20 Oct 2010 01:35:47 |
pgollucci |
- Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info
Prompted by: distilator
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
0.8.7 31 Aug 2010 03:28:05 |
pgollucci |
- Fix www/rubygem-passenger under lang/ruby19 [1]
- Fix www/rubygem-rake under lang/ruby19 [2]
PR: ports/147137 [3], ports/143661 [1], ports/144606 [2]
Submitted by: myself (pgollucci),
Jyun-Yan You <jyyou@cs.nctu.edu.tw> [1]
"Aaron D. Gifford" <Aaron.D.Gifford@FreeBSD.org> [2]
Approved by: maintainer timeout (stas) [3] / myself
With Hat: ruby |
0.8.7 23 Jun 2010 18:42:12 |
pgollucci |
RF -> RG Conversion (Part II)
PR: ports/147844
Submitted by: pgollucci (myself)
Reviewed by: portmgr (flz)
Discussed with: portmgr (pav)
Tested by: make checksum
Feature safe: yes |
0.8.7 27 Apr 2010 22:55:23 |
pgollucci |
- Re-assign all my rubygem-* ports to ruby@
this gives us more eyes and brings us inline with perl@
Current ruby@ members (stas, dinoex, pgollucci)
http://wiki.freebsd.org/Ruby
Discussed with: stas on #bsdports |
0.8.7 28 May 2009 22:04:27 |
linimon |
Reassign these ports to the committer who has been most active in updating
them.
Approved by: old maintainer |
0.8.7 23 May 2009 20:25:20 |
pgollucci |
- Update to 0.8.7
PR: ports/134674
Approved by: maintainer
Submitted by: me |
0.8.4 24 Apr 2009 02:21:19 |
pgollucci |
- Update to 0.8.4
PR: ports/133513
Approved by: maintainer timeout (2 weeks 1 day)
Submitted by: me |
0.8.3 09 Apr 2009 00:11:47 |
pgollucci |
- convert to RUBYGEM_AUTOPLIST
remove x-generate-plist and friends
- use RF macro and remove SUBDIR where possible
- remove some uneeded GEM_NAME=${DISTNAME}
(this c/should be handled better in bsd.*.mk)
other deltas specific to individual ports:
audio/rubygem-mp3info - unbreak, fix packaging, bump PORTREVISION
devel/rubygem-rapt - adopt
devel/rubygem-rspec - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set
devel/rubygem-ruby2ruby - add #' for vim highlight
graphics/rubygem-extifr - drop PORTREVISION=0
graphics/rubygem-gd2 - add #' for vim highlight
www/rubygem-rubyfulsoup - swap GEM_NAME / DISTNAME for constistency
Sponsored by: RideCharge Inc.
Tested on: RideCharge's Tinderbox
Reviewed by: stas |
0.8.3 02 Feb 2009 03:47:13 |
clsung |
- Update to 0.8.3
PR: ports/130767
Submitted by: clsung
Approved by: maintainer (Jonathan Weiss) |
0.8.1 01 Jun 2008 09:42:37 |
olgeni |
Large round of typo fixes in ports/devel (pkg-descr). |
0.8.1 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.8.1 09 Jan 2008 02:14:19 |
clsung |
- update to 0.8.1
PR: ports/119083
Submitted by: TAKATSU Tomonari <tota_AT_rtfm dot jp>
Approved by: maintainer (Jonathan Weiss) |
0.7.3 06 Jun 2007 13:53:26 |
pav |
- Update to 0.7.3
PR: ports/112991
Submitted by: Alexander Logvinov <ports@logvinov.com>
Approved by: Jonathan Weiss <jw@innerewut.de> (maintainer) |
0.7.2 22 Mar 2007 03:11:59 |
clsung |
- Update to 0.7.2
PR: ports/110115
Submitted by: Alexander Logvinov <ports_AT_logvinov dot com> |
0.7.1 30 Sep 2006 11:04:42 |
stas |
- Replace spaces with tabs.
Reported by: miwi
Approved by: sem (mentor) |
0.7.1 30 Sep 2006 10:05:00 |
stas |
- Install manpage into the appropriate place
PR: ports/100493
Submitted by: me (stas)
Approved by: maintainer timeout, sem (mentor) |
0.7.1 08 Aug 2006 11:35:27 |
jmelo |
- Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
Approved by: portmgr (erwin) |
0.7.1 12 Apr 2006 16:26:10 |
pav |
- Update to 0.7.1
PR: ports/95642
Submitted by: Jonathan Weiss <jw@innerewut.de> (maintainer) |
0.7.0 08 Apr 2006 23:18:10 |
pav |
- Update to 0.7.0
PR: ports/95125
Submitted by: Jonathan Weiss <jw@innerewut.de> (maintainer) |
0.6.2_1 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
0.6.2_1 21 Jan 2006 20:25:07 |
pav |
- Populate newly created rubygems category |
0.6.2_1 03 Nov 2005 22:25:26 |
edwin |
Fix pkg-plist
Noticed by: YAPHR
Submitted by: Jonathan Weiss <jw@innerewut.de> |
0.6.2 31 Oct 2005 10:40:12 |
edwin |
[UPDATE] devel/rubygem-rake 0.5.4 --> 0.6.2 and fix www/rubygem-rails
Updates rake to 0.6.2 and updates the dependency in
www/rubygem-rails/Makefile
PR: ports/87463
Submitted by: Jonathan Weiss <jw@innerewut.de> |
0.5.4 20 Jul 2005 23:27:18 |
pav |
- Fix maintainer's email address
Submitted by: Jonathan Weiss <jw@innerewut.de> (maintainer) |
0.5.4 20 Jul 2005 13:51:12 |
pav |
Rake is a Ruby make-like utility using standard Ruby syntax for the
build specification file.
PR: ports/82397
Submitted by: Jonathan Weiss <jw@innerewut.de> |