Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.0 21 Feb 2024 15:10:57 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-sinatra: Update to 4.0.0
- Change RUN_DEPENDS from rubygem-rack22 to rubygem-rack
Changes: https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md |
3.1.0 21 Aug 2023 17:07:24 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-sinatra: Update to 3.1.0
Changes: https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md |
3.0.6 18 Apr 2023 18:05:07 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-sinatra: Update to 3.0.6
- Update WWW
Changes: https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md |
3.0.5 30 Jan 2023 13:01:46 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-sinatra: Update to 3.0.5
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md |
3.0.3 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 |
3.0.3 30 Dec 2022 09:05:45 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-sinatra: Update to 3.0.3
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md |
3.0.2_1 23 Dec 2022 07:31:48 |
Yasuhiro Kimura (yasu) |
*/*: Update dependency
For all ports that isn't compatible with rack 3.x, update dependency
from www/rubygem-rack to www/rubygem-rack22.
PR: 268057 |
3.0.2 03 Oct 2022 17:11:05 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-sinatra: Update to 3.0.2
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md |
2.2.2_1 03 Oct 2022 02:17:12 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-sinatra: Fix gemspec for rubygem-mustermann 3.0.0 update
- Bump PORTREVISION for package change |
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.2.2 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.2.2 30 Jul 2022 19:26:27 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-sinatra: Update to 2.2.2
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md |
2.2.1_1 30 Jul 2022 05:59:00 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-sinatra: Fix gemspec for rubygem-mustermann 2.0.1 update
- Bump PORTREVISION for package change
Reference: https://github.com/sinatra/sinatra/commit/807740b4afefcd2a13e5b89881339545e7c18e5c |
2.2.1 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.2.1 18 Jul 2022 18:00:52 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-sinatra: Update to 2.2.1
Changes: https://github.com/sinatra/sinatra/blob/2-2-stable/CHANGELOG.md |
2.2.0 17 Apr 2022 23:58:42 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-sinatra: Update to 2.2.0
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md |
2.1.0 25 Oct 2021 15:58:06 |
Po-Chuan Hsieh (sunpoet) |
www/rubygem-sinatra: Cosmetic change |
2.1.0 21 Oct 2021 15:41:00 |
Stefan Eßer (se) |
www/rubygem-sinatra: Add CPE information
Approved by: portmgr (blanket) |
2.1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.0 06 Sep 2020 15:39:38 |
sunpoet |
Update to 2.1.0
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md |
2.0.8.1 25 Jan 2020 18:28:06 |
sunpoet |
Update to 2.0.8.1
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md |
2.0.8 02 Jan 2020 16:18:04 |
sunpoet |
Update to 2.0.8
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md |
2.0.7 24 Aug 2019 19:52:47 |
sunpoet |
Update to 2.0.7
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md |
2.0.6 24 Aug 2019 00:10:06 |
sunpoet |
Update to 2.0.6
- Update version requirement of RUN_DEPENDS
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md |
2.0.5 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
2.0.5 01 Jan 2019 20:40:17 |
sunpoet |
Update to 2.0.5
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md |
2.0.4 16 Sep 2018 23:25:41 |
sunpoet |
Update to 2.0.4
- Take maintainership
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md |
2.0.3 31 Jul 2018 23:56:16 |
sunpoet |
Update to 2.0.3
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md
https://github.com/sinatra/sinatra/commits/master
Security: ca05d9da-ac1d-4113-8a05-ffe9cd0d6160
MFH: 2018Q3 |
2.0.1 17 Feb 2018 11:59:48 |
sunpoet |
Update to 2.0.1
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md
https://github.com/sinatra/sinatra/commits/master |
2.0.0 16 May 2017 18:21:55 |
sunpoet |
Update to 2.0.0
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md
https://github.com/sinatra/sinatra/commits/stable |
1.4.8 30 Jan 2017 21:42:50 |
sunpoet |
Update to 1.4.8
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md
https://github.com/sinatra/sinatra/commits/stable |
1.4.7 05 Dec 2016 07:20:32 |
sunpoet |
- Add LICENSE_FILE |
1.4.7 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
1.4.7 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.4.7 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.4.7 06 Mar 2016 06:37:32 |
sunpoet |
- Update to 1.4.7
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md |
1.4.6_1 13 Jun 2015 20:03:10 |
sunpoet |
- Update RUN_DEPENDS: use newer rubygem-rack
- Add NO_ARCH
- Bump PORTREVISION for dependency change |
1.4.6 24 Mar 2015 17:59:50 |
sunpoet |
- Update to 1.4.6
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGES |
1.4.5 25 Aug 2014 21:54:42 |
swills |
www/rubygem-sinatra: update to 1.4.5
While here, don't patch it to use newer tilt, since we have a tilt 1.x port |
1.4.4_1 19 Feb 2014 04:19:14 |
swills |
- Convert to using patch instead of REINPLACE |
1.4.4_1 05 Feb 2014 20:03:46 |
sunpoet |
- Fix .gemspec for rubygem-tilt 2.0.0
- Bump PORTREVISION for package change
PR: ports/186392
Submitted by: Daniel Roethlisberger <daniel@roe.ch> |
1.4.4 02 Dec 2013 14:28:33 |
sunpoet |
- Update to 1.4.4
- Add LICENSE
- Remove leading indefinite article from COMMENT
- Sort RUN_DEPENDS
- Remove post-install:
Changes: https://github.com/sinatra/sinatra/blob/master/CHANGES |
1.4.3 30 Oct 2013 03:04:19 |
swills |
- Add stage support |
1.4.3 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.4.3 26 Jun 2013 02:12:08 |
swills |
- Update to 1.4.3 |
1.3.2 08 Feb 2012 02:51:13 |
pgollucci |
- Fix gem version requirements
With Hat: ruby@ |
1.3.2 08 Feb 2012 02:11:44 |
pgollucci |
- Update to 1.3.2
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
1.3.1 19 Dec 2011 23:52:45 |
pgollucci |
- Fix version requirements |
1.3.1 02 Nov 2011 18:05:08 |
pgollucci |
- Fix depend versions according to rubygems.org [again]
With Hat: ruby@
Tested by: P6 TB Full rubygem run |
1.3.1 28 Oct 2011 01:38:34 |
swills |
- Moving rubygem-rack-protection to www category where it belongs |
1.3.1 27 Oct 2011 22:54:32 |
swills |
- Typo'd the category for rubygem-rack-protection |
1.3.1 27 Oct 2011 20:03:26 |
swills |
- Update to 1.3.1 |
1.2.3 25 Jun 2011 03:13:55 |
pgollucci |
- Update to 1.2.3
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
1.2.2 23 Jun 2011 17:51:43 |
pgollucci |
- Cannoicalize the WWW: [again],
- Save redirects s/http/https/ for github |
1.2.2 23 Jun 2011 17:40:45 |
pgollucci |
- Update to 1.2.2
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
1.2.1 20 Mar 2011 08:26:04 |
clsung |
- Update to 1.2.1 |
1.2.0 16 Mar 2011 02:05:51 |
clsung |
- Update to 1.2.0 |
1.1.3 22 Feb 2011 02:42:41 |
clsung |
- Update to 1.1.3 |
1.1.2 10 Feb 2011 16:32:38 |
miwi |
- Update to 1.1.2
- Pet portlint
PR: 154649
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.0 08 Dec 2010 20:49:28 |
pgollucci |
- Fix dependency versions |
1.0 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 |
1.0 22 Sep 2010 03:07:28 |
pgollucci |
- Update to 1.0
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
0.9.6 16 Aug 2010 05:44:53 |
clsung |
- Update to 0.9.6 |
0.9.5 11 Jun 2010 01:38:48 |
pgollucci |
- Update to 0.9.5
PR: ports/147543
Submitted by: pgollucci@ (myself) |
0.9.4 11 Jun 2010 01:34:27 |
pgollucci |
- Pass to ruby@
Approved by: daniel@roe.ch (previous maintainer) via private e-mail |
0.9.4 06 Jun 2010 19:25:10 |
pgollucci |
- GEMS are always RUN_DEPENDS of other GEMS
- Bump PORTREVISION when something other then BUILD_DEPENDS changes
- Some minor verticle whitespace in some ports for consistency with the rest
PR: ports/147551
Submitted by: pgollucci@ (myself)
Reviewed by: portmgr (pav)
With Hat: ruby |
0.9.4 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.9.4 17 Aug 2009 12:31:38 |
amdmi3 |
- Update to 0.9.4
PR: 137832
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
0.9.2 21 May 2009 23:21:58 |
amdmi3 |
- Update to 0.9.2
- Unbreak
PR: 134793
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
0.9.1.1 13 May 2009 20:55:28 |
pav |
- Mark BROKEN: does not install
Reported by: pointyhat |
0.9.1.1 14 Mar 2009 13:36:47 |
miwi |
- Update to 0.9.1.1
PR: 132604
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
0.9.1 12 Mar 2009 16:49:59 |
miwi |
- Update to 0.9.1
PR: 132360
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
0.9.0.4 08 Feb 2009 22:59:45 |
kuriyama |
- Upgrade to 0.9.0.4.
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
0.3.3 18 Jan 2009 01:13:26 |
beech |
- Update to 0.3.3
PR: ports/130662
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
0.3.2 25 Nov 2008 05:35:05 |
miwi |
- Update to 0.3.2
PR: 129109
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
0.3.0 21 Nov 2008 20:58:04 |
miwi |
Sinatra is a DSL for quickly creating web-applications in Ruby
with minimal effort. It sits on top of Rack, a minimal standard
interface for Ruby web frameworks. For templating, the choices
include erb, haml, sass and Builder.
WWW: http://github.com/bmizerany/sinatra
PR: ports/128551
Submitted by: Daniel Roethlisberger <daniel at roe.ch> |