Bug 210552 - [New port] databases/php70-redis
Summary: [New port] databases/php70-redis
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-25 08:18 UTC by joshruehlig
Modified: 2016-06-25 16:44 UTC (History)
1 user (show)

See Also:


Attachments
shar file (1.66 KB, application/x-shar)
2016-06-25 08:18 UTC, joshruehlig
no flags Details
shar (1.66 KB, text/plain)
2016-06-25 08:24 UTC, joshruehlig
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description joshruehlig 2016-06-25 08:18:33 UTC
Created attachment 171781 [details]
shar file
Comment 1 joshruehlig 2016-06-25 08:24:10 UTC
This attached shar creates the php70-redis port.

There is an alternate request here that creates the same port, though named slightly differently. I don't care about the particular naming scheme, but believe php70-redis makes sense, because the previous version is php56-redis.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208016

The alternative port request has some issues this request addresses...
- updates version to 3.0.0 which is the first version that actually supports php7
- use updated github repo phpredis/phpredis
- removed IGBINARY option which currently doesn't work with php7
Comment 2 joshruehlig 2016-06-25 08:24:28 UTC
Created attachment 171782 [details]
shar
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-06-25 15:08:37 UTC
A commit references this bug:

Author: pi
Date: Sat Jun 25 15:08:31 UTC 2016
New revision: 417472
URL: https://svnweb.freebsd.org/changeset/ports/417472

Log:
  New port: databases/php70-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.

  WWW: https://github.com/phpredis/phpredis

  PR:		210552, 208016
  Submitted by:	joshruehlig@gmail.com, townwear@gmail.com

Changes:
  head/databases/Makefile
  head/databases/php70-redis/
  head/databases/php70-redis/Makefile
  head/databases/php70-redis/distinfo
  head/databases/php70-redis/pkg-descr
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2016-06-25 15:09:45 UTC
Committed, thanks!
Comment 5 joshruehlig 2016-06-25 16:44:32 UTC
Thanks for the quick review