svn commit: r400816 - head/www/pecl-APC

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 4 20:37:16 UTC 2015


Author: sunpoet
Date: Wed Nov  4 20:37:14 2015
New Revision: 400816
URL: https://svnweb.freebsd.org/changeset/ports/400816

Log:
  - Mark DEPRECATED

Modified:
  head/www/pecl-APC/Makefile

Modified: head/www/pecl-APC/Makefile
==============================================================================
--- head/www/pecl-APC/Makefile	Wed Nov  4 20:17:14 2015	(r400815)
+++ head/www/pecl-APC/Makefile	Wed Nov  4 20:37:14 2015	(r400816)
@@ -16,6 +16,8 @@ COMMENT=	Alternative PHP Cache
 
 LICENSE=	PHP301
 
+DEPRECATED=	Unmaintained by upstream and not work for PHP 5.5+
+
 OPTIONS_DEFINE=	DOCS FILEHITS IPC SEMAPHORES SPINLOCKS
 FILEHITS_DESC=	Per request cache info
 IPC_DESC=	IPC shm memory support (default: mmap)


More information about the svn-ports-all mailing list