Commit graph

109 commits

Author SHA1 Message Date
Muhammad Moinur Rahman
07915435f7
textproc/groonga: Update version 13.0.4=>13.0.5
Changelog: https://groonga.org/en/blog/2023/08/02/groonga-13.0.5.html
2024-04-05 21:48:17 +02:00
Muhammad Moinur Rahman
0125ed6a1d
textproc/groonga: Update version 13.0.2=>13.0.4
Changelog: https://groonga.org/docs/news/13.html#release-13-0-4-2023-07-26
2024-02-29 20:52:17 +01:00
Muhammad Moinur Rahman
b7257728c7 textproc/groonga: Update version 13.0.1=>13.0.5
Changelog: https://groonga.org/en/blog/2023/08/02/groonga-13.0.5.html
2024-01-12 23:37:12 +01:00
Muhammad Moinur Rahman
1b75adbe25 textproc/groonga: Update version 13.0.0=>13.0.1
Changelog: https://groonga.org/en/blog/2023/03/24/groonga-13.0.1.html
2023-03-30 00:23:06 +02:00
Muhammad Moinur Rahman
b2f4553112 textproc/groonga: Update version 12.1.2=>13.0.0
Changelog: https://groonga.org/en/blog/2023/02/09/groonga-13.0.0.html
2023-02-20 09:46:45 -06:00
Muhammad Moinur Rahman
f0627377e0 textproc/groonga: Update version 12.1.1=>12.1.2
Relnotes: https://groonga.org/en/blog/2023/01/29/groonga-12.1.2.html
2023-02-01 08:38:15 -06:00
Muhammad Moinur Rahman
18c6e18276 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
2023-01-14 17:08:33 -06:00
Muhammad Moinur Rahman
6d65994fbc textproc/groonga: Update version 12.1.0=>12.1.1
Relnotes: https://groonga.org/en/blog/2023/01/06/groonga-12.1.1.html
2023-01-11 03:00:14 -06:00
Muhammad Moinur Rahman
2993363a7e textproc/groonga: Update version 12.0.9=>12.1.0
Relnotes: https://groonga.org/en/blog/2022/11/29/groonga-12.1.0.html
2022-12-10 09:07:19 -06:00
Muhammad Moinur Rahman
769c0d2976 textproc/groonga: Update version 12.0.8=>12.0.9
Relnotes: https://groonga.org/en/blog/2022/10/31/groonga-12.0.9.html
2022-11-05 09:19:17 -05:00
Adam Weinberger
9e03d9958e devel/msgpack: Update and split into C and C++ versions
Upstream now provides msgpack as two separate distributions: a C version
with the traditional libmsgpackc.so library, and a header-only C++
version.

devel/msgpack is now devel/msgpack-c and devel/msgpack-cxx, and its
consumers now point to one or both. Note that it is entirely possible
for both to be required. PORTREVISION bump for all consumers.

In my testing, it's not clear that the MSGPACK option in the mariadb
ports actually does anything. I don't think mariadb is actually linking
against msgpack, even before this commit.
2022-10-16 15:10:02 -06:00
Muhammad Moinur Rahman
9ddf0dacef textproc/groonga: Update version 12.0.7=>12.0.8
- Add USES=localbase:ldflags ssl

Relnotes: https://groonga.org/en/blog/2022/10/03/groonga-12.0.8.html
2022-10-08 11:04:33 -05:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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)
2022-09-07 23:10:59 +02:00
Muhammad Moinur Rahman
09aba04aeb textproc/groonga: Update version 12.0.6=>12.0.7
Relnotes: https://groonga.org/en/blog/2022/08/29/groonga-12.0.7.html
2022-08-30 05:45:54 -05:00
Muhammad Moinur Rahman
23908df98f textproc/groonga: Update version 12.0.5=>12.0.6
Relnotes: https://groonga.org/en/blog/2022/08/04/groonga-12.0.6.html
2022-08-06 16:57:25 -05:00
Muhammad Moinur Rahman
7113af59ac textproc/groonga: Update version 12.0.4=>12.0.5
Relnotes: https://groonga.org/en/blog/2022/06/29/groonga-12.0.5.html
2022-07-19 06:39:13 -05:00
Muhammad Moinur Rahman
4527ff9439 textproc/groonga: Update version 12.0.3=>12.0.4
Relnotes: https://groonga.org/en/blog/2022/06/06/groonga-12.0.4.html
2022-06-06 16:56:46 -05:00
Muhammad Moinur Rahman
c56db52c72 textproc/groonga: Update version 12.0.2=>12.0.3
Relnotes: https://groonga.org/en/blog/2022/04/29/groonga-12.0.3.html
2022-05-03 15:03:36 -05:00
Muhammad Moinur Rahman
bdc8324acc textproc/groonga: Update version 12.0.1=>12.0.2
Relnotes: https://groonga.org/en/blog/2022/03/29/groonga-12.0.2.html
2022-03-31 02:18:53 -05:00
Muhammad Moinur Rahman
c41c5da27d textproc/groonga: Update version 12.0.0=>12.0.1
Relnotes: https://groonga.org/en/blog/2022/02/28/groonga-12.0.1.html
2022-03-12 04:35:21 -06:00
Muhammad Moinur Rahman
42bf6ca454 textproc/groonga: Update version 11.1.1=>12.0.0
Relnotes: https://groonga.org/en/blog/2022/02/09/groonga-12.0.0.html
2022-02-15 00:33:46 -06:00
Muhammad Moinur Rahman
57d767532f textproc/groonga: Update version 11.1.0=>11.1.1
Relnotes: https://groonga.org/en/blog/2021/12/29/groonga-11.1.1.html
2022-01-19 14:58:18 -06:00
Muhammad Moinur Rahman
c15af5a33b textproc/groonga: Update version 11.0.9=>11.1.0
Relnotes: https://groonga.org/en/blog/2021/11/29/groonga-11.1.0.html
2021-12-05 19:02:43 -06:00
Muhammad Moinur Rahman
9cd931c5b8 textproc/groonga: Update version 11.0.7=>11.0.9
Relnotes: https://groonga.org/en/blog/2021/11/05/groonga-11.0.9.html
2021-11-13 05:54:14 -06:00
Jimmy Olgeni
3c0b8c3d32 textproc/groonga: fix typos in pkg-descr. 2021-10-16 09:09:28 +02:00
Muhammad Moinur Rahman
8a2fb27618 textproc/groonga: Update version 11.0.6=>11.0.7
- Add LICENSE_FILE

Relnotes: https://groonga.org/docs/news.html#release-11-0-7-2021-09-29
2021-10-08 07:46:33 -05:00
Muhammad Moinur Rahman
508f524467 textproc/groonga: Update version 11.0.4=>11.0.6
Relnotes: https://groonga.org/docs/news.html#release-11-0-6-2021-08-29
2021-09-27 07:52:30 -05:00
Muhammad Moinur Rahman
16f3788e6e textproc/groonga: Update version 11.0.3=>11.0.4
Relnotes: https://groonga.org/docs/news.html#release-11-0-4-2021-06-29
2021-07-01 20:35:31 -05:00
Muhammad Moinur Rahman
3d218c48f4 textproc/groonga: Update version 11.0.2=>11.0.3
Relnotes: https://groonga.org/docs/news.html#release-11-0-3-2021-05-29
2021-06-04 06:13:46 -05:00
Muhammad Moinur Rahman
c344c9ea25 textproc/groonga: Update version 11.0.1=>11.0.2
Relnotes: https://groonga.org/docs/news.html#release-11-0-2-2021-05-10
2021-05-25 17:54:47 +00:00
Muhammad Moinur Rahman
42fbdb88e8 textproc/groonga: Update version 11.0.0=>11.0.1
Relnotes:
https://groonga.org/docs/news.html#release-11-0-1-2021-03-31
2021-04-07 17:35:18 +00:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Muhammad Moinur Rahman
46c8cd5d47 textproc/groonga: Update version 10.1.1=>11.0.0
Relnotes:	https://groonga.org/docs/news.html#release-11-0-0-2021-02-09
2021-02-11 22:02:20 +00:00
Muhammad Moinur Rahman
17c02319cc textproc/groonga: Update version 10.1.0=>10.1.1
Relnotes:	https://groonga.org/docs/news.html#release-10-1-1
2021-01-27 00:15:07 +00:00
Muhammad Moinur Rahman
afeda79345 textproc/groonga: Update version 10.0.9=>10.1.0
Relnotes:	https://groonga.org/docs/news.html#release-10-1-0
2020-12-30 11:51:17 +00:00
Muhammad Moinur Rahman
4c3ae50a2f textproc/groonga: Update version 10.0.8=>10.0.9
Relnotes:	https://groonga.org/en/blog/2020/12/01/groonga-10.0.9.html
2020-12-26 18:43:15 +00:00
Muhammad Moinur Rahman
5796c5b681 textproc/groonga: Update version 10.0.7=>10.0.8
Relnotes:	https://groonga.org/en/blog/2020/10/29/groonga-10.0.8.html
2020-10-31 23:59:46 +00:00
Muhammad Moinur Rahman
7e15c1e2c3 textproc/groonga: Update version 10.0.6=>10.0.7
Relnotes:	https://groonga.org/en/blog/2020/09/29/groonga-10.0.7.html
2020-10-24 10:43:07 +00:00
Muhammad Moinur Rahman
62eeb6043f textproc/groonga: Update version 10.0.5=>10.0.6
Relnotes:	https://groonga.org/en/blog/2020/08/29/groonga-10.0.6.html
2020-09-05 15:40:25 +00:00
Muhammad Moinur Rahman
fc03c50eee textproc/groonga: Update version 10.0.4=>10.0.5
Relnotes:	https://groonga.org/en/blog/2020/07/30/groonga-10.0.5.html
2020-08-07 04:02:38 +00:00
Muhammad Moinur Rahman
eb62049fe9 textproc/groonga: Update version 10.0.3=>10.0.4
Relnotes:	https://groonga.org/en/blog/2020/06/29/groonga-10.0.4.html
2020-07-10 17:55:56 +00:00
Muhammad Moinur Rahman
2932c32d20 textproc/groonga: Update version 10.0.2=>10.0.3
Relnotes:	https://groonga.org/en/blog/2020/05/29/groonga-10.0.3.html
2020-06-01 19:41:15 +00:00
Muhammad Moinur Rahman
b902555d41 textproc/groonga: Update version 10.0.1=>10.0.2
Relnotes:	https://groonga.org/en/blog/2020/04/29/groonga-10.0.2.html
2020-05-27 06:37:12 +00:00
Muhammad Moinur Rahman
905236a3b2 textproc/groonga: Update version 10.0.0=>10.0.1
Relnotes:	https://groonga.org/en/blog/2020/03/30/groonga-10.0.1.html
2020-04-07 09:07:16 +00:00
Muhammad Moinur Rahman
c53573af63 textproc/groonga: Update version 9.1.2=>10.0.0
Relnotes:	https://groonga.org/en/blog/2020/03/29/groonga-10.0.0.html
2020-03-30 08:20:42 +00:00
Muhammad Moinur Rahman
f2a7710b84 textproc/groonga: Update version 9.1.0=>9.1.2
Relnotes:https://groonga.org/en/blog/2020/01/29/groonga-9.1.2.html
2020-02-04 10:06:59 +00:00
Muhammad Moinur Rahman
f803f63685 textproc/groonga: Update version 9.0.9=>9.1.0 2019-11-29 13:21:38 +00:00
Muhammad Moinur Rahman
815ed9b170 textproc/groonga: Update version 9.08=>9.09 2019-11-02 10:32:56 +00:00