12 Commits

Author SHA1 Message Date
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
sthen
55fa094727 update to pecl-redis-5.0.0 2019-07-03 14:38:55 +00:00
sthen
ed798bb079 update to pecl-redis-4.3.0 2019-03-14 15:57:51 +00:00
sthen
7532a5bbf6 update to pecl-redis 4.2.0
(there were some breaking changes in 4.x, for information see
https://github.com/phpredis/phpredis/issues/1333, nextcloud is
reported as being ok with them, no other users in-tree)
2018-12-11 12:48:06 +00:00
sthen
dcdd36f49d move @pkgpath markers for pecl extensions so that versions compiled against
the old "ports default" versions of php are autoupdated to the current one
2018-12-11 12:33:26 +00:00
sthen
384af9db11 move pecl to multi-version; packages are now named pecl56-foo and pecl70-foo
for the relevant PHP versions.

ports which are 5.6-only remain in pecl-foo port directories, set to only
build 5.6 packages

ports which have separate versions for 5.6 and 7.0 are split; the port
directories are named pecl56-foo for the 5.6-compatible version and
pecl-foo for the 7+-version

normal ports are in pecl-foo port directories with flavours for 5.6 and 7.0
2018-04-26 15:08:56 +00:00
ajacoutot
010d71b073 Update to pecl-redis-3.1.3. 2017-07-23 09:01:42 +00:00
sthen
b2298c5fdf update to pecl-redis-3.1.2 2017-05-21 21:46:32 +00:00
naddy
88c5a3338b For all our ports that use the pecl module, SHARED_ONLY is always
defined and "c" is always added to WANTLIB.  Remove the check from
the module and add WANTLIB += c to the individual port Makefiles.
No changes in package signature, no other modules affected.
2016-03-19 21:18:37 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
sthen
65893c92de Bump pecl-* and a couple of other ports which have now lost their
MESSAGE/UNMESSAGE. Add @extra lines in place of UNMESSAGE. Docs about
activating these have been rolled into the general PHP pkg-readmes file.
OK/feedback aja@ jasper@
2016-02-01 21:55:38 +00:00
ajacoutot
a5b05fe0b0 Import pecl-redis-2.2.7.
The pecl-redis extension provides an API for communicating with the redis
key-value store.

ok sthen@
2015-11-26 07:37:44 +00:00