aboutsummaryrefslogtreecommitdiff
path: root/databases/php5-redis
Commit message (Collapse)AuthorAgeFilesLines
* Chase PHP 5.4 expiration dateAntoine Brodin2015-11-131-0/+3
| | | | Notes: svn path=/head/; revision=401553
* - Remove a few deprecated DEFAULT_PHP_VERAntoine Brodin2015-06-281-1/+1
| | | | | | | - Do not abuse DEFAULT_VERSIONS Notes: svn path=/head/; revision=390794
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.Bryan Drewery2015-04-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested. Notes: svn path=/head/; revision=384932
* databases/php5-redis: update 2.2.5 -> 2.2.7Bartek Rutkowski2015-04-102-7/+4
| | | | | | | | | | - Convert to new GH_* knobs PR: 199273 Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> Notes: svn path=/head/; revision=383716
* - fix DEFAULT_VERSIONS usageOlli Hauer2014-09-231-1/+1
| | | | | | | (do not overwrite make.conf settings) Notes: svn path=/head/; revision=369131
* - Update to 2.2.5Pietro Cerutti2014-05-262-7/+9
| | | | | | | | | PR: 190108 Submitted by: gahr@ Approved by: maintainer Notes: svn path=/head/; revision=355279
* fix typo (CONFIURE_ARGS -> CONFIGURE_ARGS)Oliver Lehmann2014-03-021-2/+2
| | | | | | | Approved by: maintainer (via mail) Notes: svn path=/head/; revision=346839
* - Stage supportMartin Wilke2014-02-141-1/+0
| | | | Notes: svn path=/head/; revision=344230
* Part 1 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338511
* - Update to 2.2.4Steve Wills2013-11-142-4/+4
| | | | | | | | PR: ports/183923 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer) Notes: svn path=/head/; revision=333737
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Update to version 2.2.3Pawel Pekala2013-07-032-5/+5
| | | | | | | | | PR: ports/179994 Submitted by: Takashi Kato <townwear@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=322239
* - Update to 2.2.2 [1]Michael Scheidell2013-03-013-1037/+18
| | | | | | | | | | | | - Convert to new Makefile header [2] - Enable converters/igbinary support. Suggested by: devzone.my [2] PR: ports/173643 Submitted by: Valery Komarov <komarov@valerka.net> [1] Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> maintainer [2] Notes: svn path=/head/; revision=313145
* Add nothrow patch and echo debug command from upstreamMartin Matuska2012-05-162-0/+1028
| | | | | | | | | | (c4a5370a82 and ee3a23acd2) PR: ports/167924 Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer) Notes: svn path=/head/; revision=296725
* - Update to 2.2.1Frederic Culot2012-04-182-5/+7
| | | | | | | | | | - Add LICENSE (PHP License version 3.01) PR: ports/167052 Submitted by: Mikhail T. <m.tsatsenko@gmail.com> (maintainer) Notes: svn path=/head/; revision=295033
* Change maintainer to Mikhail Tsatsenko <m.tsatsenko@gmail.com>Martin Matuska2011-06-061-1/+1
| | | | | | | Approved by: maintainer (private e-mail) Notes: svn path=/head/; revision=275134
* Update to 2.1.3Martin Matuska2011-06-063-8/+8
| | | | | | | | | | PR: ports/156951 Submitted by: Oleg Ginzburg <olevole@olevole.ru> Updated by: mm Approved by: maintainer (timeout) Notes: svn path=/head/; revision=275125
* Update to 2.1.1Martin Matuska2011-05-112-4/+4
| | | | | | | | PR: ports/156953 Approved by: Benedikt Niessen <ports@niessen.ch> (maintainer) Notes: svn path=/head/; revision=273954
* - Update to 2.1.0Martin Matuska2011-03-022-4/+4
| | | | | | | | PR: ports/155194 Approved by: ports@niessen.ch (maintainer) Notes: svn path=/head/; revision=270122
* - Update to 2.0.12Martin Matuska2010-12-112-9/+12
| | | | | | | | PR: ports/152775 Approved by: Benedikt Niessen <public@niessen.in> (maintainer) Notes: svn path=/head/; revision=266066
* This extension provides an API for communicating with Redis database,Greg Larkin2010-04-173-0/+36
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: http://github.com/owlient/phpredis/ PR: ports/145711 Submitted by: Benedikt Niessen <ports at niessen.ch> Notes: svn path=/head/; revision=252784