svn commit: r521468 - in head/databases: . php-memcache

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 30 06:41:36 UTC 2019


Author: sunpoet
Date: Mon Dec 30 06:41:35 2019
New Revision: 521468
URL: https://svnweb.freebsd.org/changeset/ports/521468

Log:
  Remove php-memcache
  
  This port was added as php70-memcache in 2016, then renamed to php-memcache when
  PHP flavor was introduced. It uses the unofficial development from websupport.sk
  to support PHP 7.x when pecl-memcache only supports PHP 5.x. Since the
  unofficial development from websupport.sk is the official PECL repository now,
  it's time to retire this port and use pecl-memcache instead.

Deleted:
  head/databases/php-memcache/
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Mon Dec 30 06:40:39 2019	(r521467)
+++ head/databases/Makefile	Mon Dec 30 06:41:35 2019	(r521468)
@@ -615,7 +615,6 @@
     SUBDIR += pgtune
     SUBDIR += pguri
     SUBDIR += pgworksheet
-    SUBDIR += php-memcache
     SUBDIR += php-tarantool
     SUBDIR += php-xapian
     SUBDIR += php72-dba


More information about the svn-ports-all mailing list