Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.7.0 23 Feb 2024 13:18:02 |
Matthias Fechner (mfechner) |
devel/rubygem-re2: update to 2.7.0
Required for gitlab-ce 16.9.0
Changes: https://github.com/mudge/re2/blob/main/CHANGELOG.md |
2.6.0 18 Feb 2024 04:53:30 |
Matthias Fechner (mfechner) |
devel/rubygem-re2: update to 2.6.0
Required for gitlab-ce 16.8.
Changelog:
https://github.com/mudge/re2/blob/main/CHANGELOG.md |
2.5.0 06 Jan 2024 08:18:55 |
Matthias Fechner (mfechner) |
devel/rubygem-re2: update to 2.5.0
Required for gitlab-ce 16.7.
Changelog:
https://github.com/mudge/re2/blob/main/CHANGELOG.md |
2.3.0 28 Nov 2023 10:52:34 |
Matthias Fechner (mfechner) |
devel/rubygem-re2: update to 2.3.0
Required for gitlab-ce 16.6
Changelog:
https://github.com/mudge/re2/blob/main/CHANGELOG.md |
2.1.3 23 Oct 2023 16:04:20 |
Matthias Fechner (mfechner) |
devel/rubygem-re2: update to 2.1.3
Required for gitlab-ce 16.5
Changelog:
https://github.com/mudge/re2/blob/main/CHANGELOG.md |
2.0.0 04 Oct 2023 15:50:52 |
Matthias Fechner (mfechner) |
devel/rubygem-re2: update to 2.0.0
Required for gitlab-ce 16.4
Changelog:
https://github.com/mudge/re2/releases/tag/v2.0.0 |
1.7.0_1 11 Sep 2023 03:22:48 |
Po-Chuan Hsieh (sunpoet) |
devel/re2: Update to 20230801
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases |
1.7.0 08 Sep 2023 10:34:37 |
Matthias Fechner (mfechner) |
devel/rubygem-re2: update to 1.7.0
Required for gitlab-ce 16.3
Changelog:
https://github.com/mudge/re2/blob/main/CHANGELOG.md |
1.6.0_1 02 May 2023 19:58:21 |
Po-Chuan Hsieh (sunpoet) |
devel/re2: Update to 20230301
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases |
1.6.0 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 |
1.6.0 11 Jan 2023 11:54:10 |
Matthias Fechner (mfechner) |
devel/rubygem-re2: update to 1.6.0
Required for gitlab-ce 15.6.
Changelog:
https://github.com/mudge/re2/blob/main/CHANGELOG.md |
1.5.0 22 Nov 2022 09:38:24 |
Matthias Fechner (mfechner) |
devel/rubygem-re2: update to 1.5.0
Required for gitlab-ce 15.5 update.
Changelog:
https://github.com/mudge/re2/blob/main/CHANGELOG.md#150---2022-10-16 |
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) |
1.4.0 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 ) |
1.4.0 24 Jun 2022 10:20:05 |
Matthias Fechner (mfechner) |
devel/rubygem-re2: update to 1.4.0
Required for gitlab-ce 15.1
Changelog
https://github.com/mudge/re2/blob/main/CHANGELOG.md
1.4.0 - 2021-03-29
Fixed
Fixed a crash when using RE2::Scanner#scan with an invalid regular
expression (thanks to Sergio Medina for reporting this)
Fixed RE2::Regexp#match raising a NoMemoryError instead of an ArgumentError
when given a negative number of matches
1.3.0 - 2021-03-12
Added
Add Homebrew's prefix on Apple Silicon and /usr as fallback locations
searched when looking for the underlying re2 library if not found in /usr/local |
1.2.0_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.2.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.0_2 03 Mar 2021 20:54:59 |
crees |
Chase devel/re2 shlib bump
Upstream has changed their minds about so.10 and reverted to so.9
The only changes were private.
PR: ports/253255
Reported by: sunpoet |
1.2.0_1 03 Feb 2021 19:46:36 |
sunpoet |
Bump PORTREVISION for devel/re2 shlib change |
1.2.0 04 Jun 2020 19:45:56 |
mfechner |
Update to 1.2.0 which is required for gitlab-ce 13.0. |
1.1.1_2 04 Apr 2020 07:23:30 |
sunpoet |
Bump PORTREVISION for devel/re2 shlib change |
1.1.1_1 10 Feb 2019 13:34:30 |
mfechner |
Define lib dependency (re2) correctly and bump PORTREVISION to recompile against
new libre2.so.
Reported by: sunpoet |
1.1.1 10 Jun 2018 08:08:26 |
antoine |
Remove bogus dependency on libunwind (brought by ruby on tier-1), those ports
should build fine on tier-2 archs
With hat: portmgr |
1.1.1 09 May 2018 10:43:26 |
mfechner |
Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by: tz (mentor)
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D15270 |
1.1.1 05 Dec 2017 16:44:09 |
tz |
GitLab and related ports maintained by me: pass maintainership to Matthias
Fechner
Matthias has proven himself as capable and enthusiastic enough to update
www/gitlab on its own - which frees much of my time. :)
I wrote an update guide for him and everybody interested in it:
http://gitlab.toco-domains.de/FreeBSD/GitLab-docu/blob/master/update/how-to-update-the-freebsd-port.md |
1.1.1 28 Nov 2017 16:27:55 |
tz |
devel/rubygem-re2: Update from 1.0.0 to 1.1.1
Changelog: https://github.com/mudge/re2/blob/v1.1.1/CHANGELOG.md
Also add missing LIB_DEPENDS found by stage-qa
Submitted by: Matthias Fechner <idefix@fechner.net> |
1.0.0_1 22 Jul 2017 10:43:00 |
antoine |
rubygem-re2 is not architecture neutral |
1.0.0 20 Jul 2017 09:13:28 |
tz |
New port: devel/rubygem-re2
Ruby bindings to re2, "an efficient, principled regular expression library".
WWW: https://github.com/mudge/re2 |