svn commit: r334245 - head/databases/pecl-memcache
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Nov 18 19:22:14 UTC 2013
Author: sunpoet
Date: Mon Nov 18 19:22:13 2013
New Revision: 334245
URL: http://svnweb.freebsd.org/changeset/ports/334245
Log:
- Add LICENSE
- Use USES=dos2unix
- Support STAGEDIR
- Reformat pkg-descr
Modified:
head/databases/pecl-memcache/Makefile
head/databases/pecl-memcache/pkg-descr (contents, props changed)
Modified: head/databases/pecl-memcache/Makefile
==============================================================================
--- head/databases/pecl-memcache/Makefile Mon Nov 18 19:19:30 2013 (r334244)
+++ head/databases/pecl-memcache/Makefile Mon Nov 18 19:22:13 2013 (r334245)
@@ -15,20 +15,19 @@ COMMENT= Memcached extension
OPTIONS_DEFINE= EXAMPLES
CONFIGURE_ARGS= --with-zlib-dir=/usr
-USE_DOS2UNIX= yes
+USE_CSTD= gnu89
USE_PHP= zlib session
USE_PHP_BUILD= yes
USE_PHPEXT= yes
USE_PHPIZE= yes
-USE_CSTD= gnu89
+USES= dos2unix
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MEXAMPLES}
- ${MKDIR} ${EXAMPLESDIR}/
- ${INSTALL_DATA} ${WRKSRC}/example.php ${EXAMPLESDIR}/
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/example.php ${STAGEDIR}${EXAMPLESDIR}/
.endif
.include <bsd.port.mk>
Modified: head/databases/pecl-memcache/pkg-descr
==============================================================================
--- head/databases/pecl-memcache/pkg-descr Mon Nov 18 19:19:30 2013 (r334244)
+++ head/databases/pecl-memcache/pkg-descr Mon Nov 18 19:22:13 2013 (r334245)
@@ -1,7 +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 you to work with memcached through
-handy OO and procedural interfaces.
+Memcached is a caching daemon designed especially for dynamic web applications
+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/
More information about the svn-ports-all
mailing list