non port: devel/rubygem-re2/Makefile |
Number of commits found: 28 |
Saturday, 1 Mar 2025
|
03:53 Matthias Fechner (mfechner)
devel/rubygem-re2: update to 2.15.0
Required for gitlab 17.9
Changes: https://github.com/mudge/re2/blob/main/CHANGELOG.md
aab3dea |
Friday, 23 Feb 2024
|
13:18 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
4fd1f82 |
Sunday, 18 Feb 2024
|
04:53 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
f8510ba |
Saturday, 6 Jan 2024
|
08:18 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
15bae47 |
Tuesday, 28 Nov 2023
|
10:52 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
20d7b8c |
Monday, 23 Oct 2023
|
16:04 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
6bbbc04 |
Wednesday, 4 Oct 2023
|
15:50 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
08a669f |
Monday, 11 Sep 2023
|
03:22 Po-Chuan Hsieh (sunpoet)
devel/re2: Update to 20230801
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases
0c509fb |
Friday, 8 Sep 2023
|
10:34 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
4296eca |
Tuesday, 2 May 2023
|
19:58 Po-Chuan Hsieh (sunpoet)
devel/re2: Update to 20230301
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/re2/releases
94713ba |
Saturday, 14 Jan 2023
|
23:08 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
18c6e18 |
Wednesday, 11 Jan 2023
|
11:54 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
def00cc |
Tuesday, 22 Nov 2022
|
09:38 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
08e54f2 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Friday, 24 Jun 2022
|
10:20 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
aec28e8 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 3 Mar 2021
|
20:54 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
 |
Wednesday, 3 Feb 2021
|
19:46 sunpoet
Bump PORTREVISION for devel/re2 shlib change
 |
Thursday, 4 Jun 2020
|
19:45 mfechner
Update to 1.2.0 which is required for gitlab-ce 13.0.
 |
Saturday, 4 Apr 2020
|
07:23 sunpoet
Bump PORTREVISION for devel/re2 shlib change
 |
Sunday, 10 Feb 2019
|
13:34 mfechner
Define lib dependency (re2) correctly and bump PORTREVISION to recompile against
new libre2.so.
Reported by: sunpoet
 |
Sunday, 10 Jun 2018
|
08:08 antoine
Remove bogus dependency on libunwind (brought by ruby on tier-1), those ports
should build fine on tier-2 archs
With hat: portmgr
 |
Wednesday, 9 May 2018
|
10:43 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
 |
Tuesday, 5 Dec 2017
|
16:44 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
 |
Tuesday, 28 Nov 2017
|
16:27 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>
 |
Saturday, 22 Jul 2017
|
10:43 antoine
rubygem-re2 is not architecture neutral
 |
Thursday, 20 Jul 2017
|
09:13 tz
New port: devel/rubygem-re2
Ruby bindings to re2, "an efficient, principled regular expression library".
WWW: https://github.com/mudge/re2
 |
Number of commits found: 28 |