Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.9_4 21 May 2024 08:24:52 |
Matthias Fechner (mfechner) |
databases/rubygem-seed-fu: use rails 7.0 |
2.3.9_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 |
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.3.9_3 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.3.9_3 30 Sep 2021 12:47:21 |
Matthias Fechner (mfechner) |
*/*: Switch deps from rails 6.0 to 6.1 |
2.3.9_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.3.9_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.9_2 22 Mar 2021 10:17:44 |
danfe |
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line. |
2.3.9_2 07 Jul 2020 10:39:36 |
mfechner |
Switch to rails 6.0. |
2.3.9_1 07 Dec 2019 10:31:38 |
mfechner |
Change rubygem ports required by www/gitlab-ce to rails52.
Currently a lot of ports www/gitlab-ce is using pulls rails 5.0 and 5.2 ports as
dependencies in.
To reduce the number of ports required, the attached patch switches all required
ports to rails 5.2.
I carefully tested it, if I oversaw a port, please let me know.
Differential Revision: https://reviews.freebsd.org/D22220 |
2.3.9 31 Jan 2019 14:05:37 |
mfechner |
In preparation for gitlab 11.7 upgrade switch rails4 to rails50.
If required upgraded version to work correctly with rails50.
Fixed some cosmetic issue to make portlint happy.
Reviewed by: sunpoet
Differential Revision: https://reviews.freebsd.org/D18957 |
2.3.7 03 Dec 2017 20:38:08 |
sunpoet |
Update to 2.3.7
Changes: https://github.com/mbleigh/seed-fu/blob/master/CHANGELOG.md |
2.3.6 28 Dec 2016 15:28:19 |
swills |
databases/rubygem-seed-fu: update to 2.3.6 |
2.3.5 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
2.3.5 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 |
2.3.5 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.3.5 12 Nov 2015 21:40:47 |
sunpoet |
- Add LICENSE_FILE |
2.3.5 28 Jun 2015 17:56:14 |
sunpoet |
- Add NO_ARCH |
2.3.5 03 May 2015 19:39:21 |
sunpoet |
- Update to 2.3.5
- Add LICENSE
- Update RUN_DEPENDS: use Rails 4
- Update WWW
Changes: https://github.com/mbleigh/seed-fu/blob/master/CHANGELOG.md |
2.3.3 23 Aug 2014 18:49:57 |
swills |
databases/rubygem-seed-fu: update to 2.3.3 |
2.2.0 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
2.2.0 30 Oct 2013 02:26:17 |
swills |
- Add stage support |
2.2.0 21 Oct 2013 03:10:52 |
swills |
Seed Fu is an attempt to once and for all solve the problem of inserting and
maintaining seed data in a database. It uses a variety of techniques gathered
from various places around the web and combines them to create what is
hopefully the most robust seed data system around.
WWW: http://github.com/mbleigh/seed-fu
PR: ports/182705
Submitted by: Loic Blot <loic.blot@unix-experience.fr> |