svn commit: r428487 - head/databases/pecl-memcache

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 13 14:17:48 UTC 2016


Author: sunpoet
Date: Tue Dec 13 14:17:46 2016
New Revision: 428487
URL: https://svnweb.freebsd.org/changeset/ports/428487

Log:
  - Sort USE_PHP
  - Update WWW

Modified:
  head/databases/pecl-memcache/Makefile
  head/databases/pecl-memcache/pkg-descr

Modified: head/databases/pecl-memcache/Makefile
==============================================================================
--- head/databases/pecl-memcache/Makefile	Tue Dec 13 14:04:20 2016	(r428486)
+++ head/databases/pecl-memcache/Makefile	Tue Dec 13 14:17:46 2016	(r428487)
@@ -20,7 +20,7 @@ OPTIONS_DEFINE=	EXAMPLES
 CONFIGURE_ARGS=	--with-zlib-dir=/usr
 IGNORE_WITH_PHP=70
 USE_CSTD=	gnu89
-USE_PHP=	zlib:build session:build
+USE_PHP=	session:build zlib:build
 USES=		dos2unix php:ext tar:tgz
 
 post-install-EXAMPLES-on:

Modified: head/databases/pecl-memcache/pkg-descr
==============================================================================
--- head/databases/pecl-memcache/pkg-descr	Tue Dec 13 14:04:20 2016	(r428486)
+++ head/databases/pecl-memcache/pkg-descr	Tue Dec 13 14:17:46 2016	(r428487)
@@ -1,5 +1,5 @@
 Memcached is a caching daemon designed especially for dynamic web applications
-to decrease database load by storing objects in memory.  This extension allows
+to decrease database load by storing objects in memory. This extension allows
 you to work with memcached through handy OO and procedural interfaces.
 
-WWW: http://pecl.php.net/package/memcache/
+WWW: https://pecl.php.net/package/memcache


More information about the svn-ports-head mailing list