Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.5.2 04 Aug 2024 17:14:24
![commit hash: c750a04a6f31bb668e1b11b09e6d4b49a48137db commit hash: c750a04a6f31bb668e1b11b09e6d4b49a48137db](/images/git.png) ![commit hash: c750a04a6f31bb668e1b11b09e6d4b49a48137db commit hash: c750a04a6f31bb668e1b11b09e6d4b49a48137db](/images/codeberg.svg) ![commit hash: c750a04a6f31bb668e1b11b09e6d4b49a48137db commit hash: c750a04a6f31bb668e1b11b09e6d4b49a48137db](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/rubygem-sprockets-rails-rails61: Update to 3.5.2
Changes: https://github.com/rails/sprockets-rails/releases |
3.5.1 18 Jun 2024 04:01:58
![commit hash: 65db0fb9c217a85e22675e2c47cd05aa6da5dde0 commit hash: 65db0fb9c217a85e22675e2c47cd05aa6da5dde0](/images/git.png) ![commit hash: 65db0fb9c217a85e22675e2c47cd05aa6da5dde0 commit hash: 65db0fb9c217a85e22675e2c47cd05aa6da5dde0](/images/codeberg.svg) ![commit hash: 65db0fb9c217a85e22675e2c47cd05aa6da5dde0 commit hash: 65db0fb9c217a85e22675e2c47cd05aa6da5dde0](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/rubygem-sprockets-rails-rails61: Update to 3.5.1
Changes: https://github.com/rails/sprockets-rails/releases |
3.4.2 14 Jan 2023 23:08:33
![commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae](/images/git.png) ![commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae](/images/codeberg.svg) ![commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Muhammad Moinur Rahman (bofh) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
3.4.2 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
3.4.2 20 Jul 2022 14:21:35
![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/git.png) ![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/codeberg.svg) ![commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
3.4.2 11 Jan 2022 18:46:50
![commit hash: 391beb031cdfa5c6ddd839137f9cfc6ab35370b4 commit hash: 391beb031cdfa5c6ddd839137f9cfc6ab35370b4](/images/git.png) ![commit hash: 391beb031cdfa5c6ddd839137f9cfc6ab35370b4 commit hash: 391beb031cdfa5c6ddd839137f9cfc6ab35370b4](/images/codeberg.svg) ![commit hash: 391beb031cdfa5c6ddd839137f9cfc6ab35370b4 commit hash: 391beb031cdfa5c6ddd839137f9cfc6ab35370b4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/rubygem-sprockets-rails-rails61: Update to 3.4.2
Changes: https://github.com/rails/sprockets-rails/releases |
3.4.1 21 Dec 2021 18:54:05
![commit hash: 0a262321a83f3eb605edbd7676c7986584a8baef commit hash: 0a262321a83f3eb605edbd7676c7986584a8baef](/images/git.png) ![commit hash: 0a262321a83f3eb605edbd7676c7986584a8baef commit hash: 0a262321a83f3eb605edbd7676c7986584a8baef](/images/codeberg.svg) ![commit hash: 0a262321a83f3eb605edbd7676c7986584a8baef commit hash: 0a262321a83f3eb605edbd7676c7986584a8baef](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/rubygem-sprockets-rails-rails61: Update to 3.4.1
Changes: https://github.com/rails/sprockets-rails/releases |
3.4.0 21 Nov 2021 21:17:08
![commit hash: 0062ead0504bbd577a85d94bf023684fd586800b commit hash: 0062ead0504bbd577a85d94bf023684fd586800b](/images/git.png) ![commit hash: 0062ead0504bbd577a85d94bf023684fd586800b commit hash: 0062ead0504bbd577a85d94bf023684fd586800b](/images/codeberg.svg) ![commit hash: 0062ead0504bbd577a85d94bf023684fd586800b commit hash: 0062ead0504bbd577a85d94bf023684fd586800b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/rubygem-sprockets-rails-rails61: Update to 3.4.0
Changes: https://github.com/rails/sprockets-rails/releases |
3.3.0 21 Nov 2021 18:22:26
![commit hash: 72f09e57af57ccea1810c0f2a496e2da285af236 commit hash: 72f09e57af57ccea1810c0f2a496e2da285af236](/images/git.png) ![commit hash: 72f09e57af57ccea1810c0f2a496e2da285af236 commit hash: 72f09e57af57ccea1810c0f2a496e2da285af236](/images/codeberg.svg) ![commit hash: 72f09e57af57ccea1810c0f2a496e2da285af236 commit hash: 72f09e57af57ccea1810c0f2a496e2da285af236](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/rubygem-sprockets-rails-rails61: Update to 3.3.0
Changes: https://github.com/rails/sprockets-rails/releases |
3.2.2 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
3.2.2 10 Jan 2021 08:51:26
![Revision:561041 Revision:561041](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
sunpoet ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add rubygem-sprockets-rails-rails61 6.1.0 (copied from
rubygem-sprockets-rails-rails60) |