summaryrefslogtreecommitdiff
path: root/databases/redis/files/patch-deps_Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/redis: Update version 8.2.3=>8.4.0Muhammad Moinur Rahman2025-11-281-3/+3
| | | | Changelog: https://github.com/redis/redis/releases/tag/8.4.0
* databases/redis: Update version 8.0.3=>8.2.0Muhammad Moinur Rahman2025-08-091-0/+21
| | | | | | - Refresh patches and make them makepatch compatible Changelog: https://github.com/redis/redis/releases/tag/8.2.0
* databases/redis: Update to 7.0.0Yasuhiro Kimura2022-04-281-18/+0
| | | | | | | | | | | | | | | | | | * 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. * Update CONFLICTS of databases/redis*. * Switch to DISTVERSION. * Pet portlint and portclippy. * Tidy up Makefile with portfmt. ChangeLog: https://github.com/redis/redis/releases/tag/7.0.0 Security: cc42db1c-c65f-11ec-ad96-0800270512f4
* databases/redis*: update databases/redis to 6.2.5.Sergey A. Osokin2021-08-181-5/+5
| | | | | | Update CONFLICTS for databases/redis* ports. Add a notice to UPDATING. Connect databases/redis6 to build.
* Merge the following changes from databases/redis-devel:Sergey A. Osokin2019-12-121-0/+18
o) respect [C|CXX]FLAGS o) support the openresty's flavor of luajit Bump PORTREVISION. Notes: svn path=/head/; revision=519852