Hi! There are identical copies of the redis module in database/php53-redis database/php5-redis database/php55-redis Now that php 5.6 is in the ports tree there should be yet another copy with default version 56 databases/php56-redis
notify maintainer of php55-redis.
Sounds reasonable for me.
who is going to maintain it? They should submit a shar file.
I guess m.tsatsenko@gmail.com should be nominated ;-)
Agree
Created attachment 149049 [details] shar
moving to patch-ready pool.
The port should be named php5-redis not php56-redis
Baptiste, I tried to use DEFAULT_VERSIONS=php=5.6 with php5-redis as you suggested on IRC, but it doesn't seem to work as it should. When I run poudriere it still tries to build php5 and also php5-session, even thoguh I want 5.6 only. So, either the current php5-redis port does not seem to honor this setting, or we still need php56-redis like with some other php modules...well I am no expert here I'm just saying it doesn't work.
right ok I was wrong and showed how much I lack knownledge on the php framework :)
The shar has a minor typo, pkg prefix is set to php5 and not php56 which it should be (i believe?)
you submitted it, so you can update it if you think it's wrong!
Actually it wasn't me who submitted it, but here is a new one anyhow :)
Created attachment 149379 [details] shar with fixed pkg prefix
A commit references this bug: Author: robak Date: Sun Nov 16 14:36:01 UTC 2014 New revision: 372639 URL: https://svnweb.freebsd.org/changeset/ports/372639 Log: databases/php56-redis: NEW PORT - PHP5 extension for Redis This extension provides an API for communicating with Redis database, a persistent key-value database with built-in net interface written in ANSI-C for Posix systems. It is a fork of alfonsojimenez's phpredis, adding many methods and fixing a lot of issues. WWW: https://github.com/nicolasff/phpredis PR: 194270 Submitted by: Daniel Ylitalo <daniel at blodan.se> Approved by: mentors (implicit) Changes: head/databases/Makefile head/databases/php56-redis/ head/databases/php56-redis/Makefile head/databases/php56-redis/distinfo head/databases/php56-redis/pkg-descr
Committed, thanks for you work guys!
Hi Robak, You comitted the wrong shar unfortunately :\ PKGNAMEPREFIX needs to be php56-
A commit references this bug: Author: robak Date: Sun Nov 16 14:45:30 UTC 2014 New revision: 372640 URL: https://svnweb.freebsd.org/changeset/ports/372640 Log: databases/php56-redis: fix PKGNAMEPREFIX PR: 194270 Submitted by: Daniel Ylitalo <daniel at blodan.se> Approved by: mentors(implicit) Changes: head/databases/php56-redis/Makefile
Daniel, thanks for pointing that out, sorry for that mistake.