notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
php56-redis PHP5 extension for Redis
2.2.8_1 databases Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.2.8_1Version of this port present on the latest quarterly branch.
Maintainer: m.tsatsenko@gmail.com search for ports maintained by this maintainer
Port Added: 2014-11-16 14:36:18
Last Update: 2017-02-15 14:57:37
SVN Revision: 434179
License: PHP301
WWW:
https://github.com/nicolasff/phpredis
Description:
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • php56-redis>0:databases/php56-redis
No installation instructions:
This port has been deleted.
PKGNAME: php56-redis
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1466948805 SHA256 (nicolasff-phpredis-2.2.8_GH0.tar.gz) = a7c6e2eef70bd8449bab819c8f01d951fcd86ce0417e03675445040236ed4dda SIZE (nicolasff-phpredis-2.2.8_GH0.tar.gz) = 198401

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. phpize : lang/php56
  2. autoconf-2.69 : devel/autoconf
  3. session.so : www/php56-session
Runtime dependencies:
  1. php.h : lang/php56
  2. session.so : www/php56-session
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for php56-redis-2.2.8_1: IGBINARY=off: Build with Igbinary serializer ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
php:ext
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/nicolasff/phpredis/tar.gz/2.2.8?dummy=/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.2.8_1
15 Feb 2017 14:57:37
Revision:434179Original commit files touched by this commit
sunpoet search for other commits by this committer
Add pecl-redis 3.1.1 (copied from php56-redis and updated to 3.1.1)

- Remove databases/php56-redis, databases/php70-redis and databases/php71-redis
- Add MOVED entries
- While I'm here, add LICENSE_FILE

Changes:	https://pecl.php.net/package-changelog.php?package=redis
PR:		216700
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer of
databases/php71-redis)
Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer of
databases/php56-redis),
		Joshua Ruehlig <joshruehlig@gmail.com> (maintainer of databases/php70-redis,
timeout, 14 days)
2.2.8_1
24 Oct 2016 19:39:06
Revision:424590Original commit files touched by this commit
rene search for other commits by this committer
Now that PHP 5.5 is removed from the Ports Tree, clean up any stale
IGNORE_WITH_PHP values (5, 52, 54, 55)
2.2.8_1
24 Oct 2016 14:53:19
Revision:424570Original commit files touched by this commit
mat search for other commits by this committer
*_DEFAULT cannot be used in ports Makefiles, they are global variables.

PHP_VER can be used in phpXX-* ports to make sure they build.

Sponsored by:	Absolight
2.2.8_1
15 Sep 2016 01:41:28
Revision:422175Original commit files touched by this commit
swills search for other commits by this committer
Unmark broken on powerpc64

These ports built successfully
2.2.8_1
03 Aug 2016 12:47:05
Revision:419514Original commit files touched by this commit
mat search for other commits by this committer
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
2.2.8
29 Jun 2016 13:51:49
Revision:417765Original commit files touched by this commit
mat search for other commits by this committer
Missed a few opt_USE=php=foo when building extensions.

Sponsored by:	Absolight
2.2.8
28 Jun 2016 14:00:45
Revision:417719Original commit files touched by this commit
mat search for other commits by this committer
Convert USE_PHP*=yes into USES=php*

PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
2.2.8
27 Jun 2016 17:01:45
Revision:417671Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 2.2.8

PR:		210587
Submitted by:	m.tsatsenko@gmail.com (maintainer)
2.2.7
21 Apr 2016 16:43:15
Revision:413746Original commit files touched by this commit
swills search for other commits by this committer
many ports: mark broken on powerpc64
2.2.7
06 Apr 2016 16:57:15
Revision:412633Original commit files touched by this commit
mat search for other commits by this committer
Backout those, even though it is silly as only the global default php
version can really be used.

Noted by:	antoine
Sponsored by:	Absolight
2.2.7
06 Apr 2016 16:44:59
Revision:412632Original commit files touched by this commit
mat search for other commits by this committer
Remove PHP_DEFAULT from ports, it must not be used.

With hat:	portmgr
Sponsored by:	Absolight
2.2.7
13 Mar 2016 16:56:42
Revision:411002Original commit files touched by this commit
mat search for other commits by this committer
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.

Sponsored by:	Absolight
2.2.7
10 Dec 2015 14:29:59
Revision:403460Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.2.7
- Switch to options helper

PR: 	204721
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D4334
2.2.5
28 Jun 2015 16:02:35
Revision:390794Original commit files touched by this commit
antoine search for other commits by this committer
- Remove a few deprecated DEFAULT_PHP_VER
- Do not abuse DEFAULT_VERSIONS
2.2.5
06 May 2015 15:16:54
Revision:385521Original commit files touched by this commit
mat search for other commits by this committer
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2.2.5
16 Nov 2014 14:45:30
Revision:372640Original commit files touched by this commit
robak search for other commits by this committer
databases/php56-redis: fix PKGNAMEPREFIX

PR:		194270
Submitted by:	Daniel Ylitalo <daniel at blodan.se>
Approved by:	mentors(implicit)
2.2.5
16 Nov 2014 14:36:00
Revision:372639Original commit files touched by this commit
robak search for other commits by this committer
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)

Number of commits found: 17