Bug 210552

Summary: [New port] databases/php70-redis
Product: Ports & Packages Reporter: joshruehlig
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Some People CC: pi
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar file
none
shar none

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