pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/php-opcache Set PHP_ZEND_EXTENSION to yes since ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7899169d505
branches:  trunk
changeset: 646811:e7899169d505
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Feb 15 09:03:15 2015 +0000

description:
Set PHP_ZEND_EXTENSION to yes since this is used by zend_extension not
extension directive.

Bump PKGREVISION.

diffstat:

 devel/php-opcache/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4c3b1d3953cc -r e7899169d505 devel/php-opcache/Makefile
--- a/devel/php-opcache/Makefile        Sun Feb 15 09:00:33 2015 +0000
+++ b/devel/php-opcache/Makefile        Sun Feb 15 09:03:15 2015 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2014/11/24 15:40:57 taca Exp $
+# $NetBSD: Makefile,v 1.4 2015/02/15 09:03:15 taca Exp $
 
 MODNAME=               opcache
+PKGREVISION=           1
 CATEGORIES+=           devel
 COMMENT=               PHP extension for opcode caching
 
 PHP_VERSIONS_ACCEPTED= 55 56
+PHP_ZEND_EXTENSION=    yes
 CONFIGURE_ARGS+=       --enable-${MODNAME}=opcache
 USE_PHP_EXT_PATCHES=   Yes
 



Home | Main Index | Thread Index | Old Index