non port: databases/redis62/Makefile |
SVNWeb
|
Number of commits found: 15 |
Mon, 8 May 2023
|
[ 06:25 Yasuhiro Kimura (yasu) ] 4e0d694
databases/redis62: Update to 6.2.12
ChangeLog: https://github.com/redis/redis/releases/tag/6.2.12
MFH: 2023Q2
Security: 96b2d4db-ddd2-11ed-b6ea-080027f5fec9
|
Wed, 1 Mar 2023
|
[ 01:55 Yasuhiro Kimura (yasu) ] bf5fb84
databases/redis62: Update to 6.2.11
ChangeLog: https://github.com/redis/redis/releases/tag/6.2.11
MFH: 2023Q1
Security: b17bce48-b7c6-11ed-b304-080027f5fec9
|
Wed, 18 Jan 2023
|
[ 04:44 Yasuhiro Kimura (yasu) ] 15aafe3
databases/redis62: Update to 6.2.10
* Switch from CONFLICTS to CONFLICTS_INSTALL.
* Add PORTSCOUT to limit the range to 6.2.x.
ChangeLog: https://github.com/redis/redis/releases/tag/6.2.10
MFH: 2023Q1
|
Tue, 17 Jan 2023
|
[ 00:39 Yasuhiro Kimura (yasu) ] 8ddd4b8
databases/redis62: Update to 6.2.9
ChangeLog: https://github.com/redis/redis/releases/tag/6.2.9
MFH: 2023Q1
Security: 5fa68bd9-95d9-11ed-811a-080027f5fec9
|
Sat, 14 Jan 2023
|
[ 23:08 Muhammad Moinur Rahman (bofh) ] 18c6e18 (Only the first 10 of 2869 ports in this commit are shown above. )
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
|
Tue, 13 Dec 2022
|
[ 06:12 Yasuhiro Kimura (yasu) ] cd8febc
databases/redis62: Update to 6.2.8
ChangeLog: https://github.com/redis/redis/releases/tag/6.2.8
|
Sat, 15 Oct 2022
|
[ 17:52 Adam Weinberger (adamw) ] 4f38587
databases/redis{,62,-devel}: Amend previous commit
The openresty patches work for luajit-devel, though redis is still
broken with luajit enabled.
|
[ 17:40 Adam Weinberger (adamw) ] 5d5a999
databases/redis{,62,-devel}: Use USES=luajit (defaults to lang/luajit-devel)
The LUAJIT option is marked broken in all these ports, so no PORTREVISION bump.
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Sun, 7 Aug 2022
|
[ 05:30 Yasuhiro Kimura (yasu) ] da202ea (Only the first 10 of 12 ports in this commit are shown above. )
databases/redis{6,62}: Fix problem that pkg-message is misleading
When installing package of databases/redis62, following pkg-message is
displayed.
To setup "redis62" you need to edit the configuration file:
/usr/local/etc/redis62.conf
To run redis from startup, add redis62_enable="YES"
in your /etc/rc.conf.
But path of configuration file is /usr/local/etc/redis.conf and what
should really be added to /etc/rc.conf is redis_enable="YES". Same
problem also happens when installing databases/redis6
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above )
|
Wed, 1 Jun 2022
|
[ 00:09 Yasuhiro Kimura (yasu) ] c1715ac
databases/redis{6,62}: Enable TLS option by default
|
Mon, 2 May 2022
|
[ 10:04 Bernhard Froehlich (decke) ] 7a3f192
databases/redis62: Fix CPE information after repocopy
Approved by: portmgr (blanket)
|
Thu, 28 Apr 2022
|
[ 02:18 Yasuhiro Kimura (yasu) ] 06391ed
databases/redis62: Update to 6.2.7
* Mark BROKEN if any of external lua library options are
enabled. Upstream add new APIs to bundled lua library and use them
in source code of redis. This makes it impossible to compile and
link redis with external lua libraries. According to the commit
message of upstream repository they took the code of new API from
the repository of lua. It means linking with external lua libraries
may get possible again if they are updated. So mark BROKEN rather
than remove these options.
* Switch to DISTVERSION.
* Pet portlint and portclippy.
* Tidy up Makefile with portfmt.
ChangeLog: https://github.com/redis/redis/releases/tag/6.2.7
Security: cc42db1c-c65f-11ec-ad96-0800270512f4
|
[ 02:18 Yasuhiro Kimura (yasu) ] 3683620 (Only the first 10 of 21 ports in this commit are shown above. )
databases/redis62: Copy from databases/redis
Copy databases/redis to databases/redis62 as a preparation for
updating databases/redis to 7.0.
|
Number of commits found: 15 |