pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/php-xcache Adapt to changes to PHP module infras...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7909b05dd82
branches:  trunk
changeset: 350325:d7909b05dd82
user:      jnemeth <jnemeth%pkgsrc.org@localhost>
date:      Tue Jul 26 04:26:47 2016 +0000

description:
Adapt to changes to PHP module infrastructure to automatically
activate them.  Since this is a build fix, no PKGREVISION bump.

diffstat:

 devel/php-xcache/Makefile |  3 +--
 devel/php-xcache/PLIST    |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 5ecad9f278cd -r d7909b05dd82 devel/php-xcache/Makefile
--- a/devel/php-xcache/Makefile Tue Jul 26 00:30:42 2016 +0000
+++ b/devel/php-xcache/Makefile Tue Jul 26 04:26:47 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/12/19 14:27:13 taca Exp $
+# $NetBSD: Makefile,v 1.4 2016/07/26 04:26:47 jnemeth Exp $
 
 MODNAME=       xcache
 PECL_VERSION=  3.2.0
@@ -37,7 +37,6 @@
 .include "options.mk"
 
 post-install:
-       ${INSTALL_DATA} ${WRKSRC}/xcache.ini ${DESTDIR}${PREFIX}/${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/htdocs/*.php ${DESTDIR}${PREFIX}/${XCACHE_DIR}
        for i in cacher common coverager diagnosis; do \
                ${INSTALL_DATA} ${WRKSRC}/htdocs/$$i/*.* \
diff -r 5ecad9f278cd -r d7909b05dd82 devel/php-xcache/PLIST
--- a/devel/php-xcache/PLIST    Tue Jul 26 00:30:42 2016 +0000
+++ b/devel/php-xcache/PLIST    Tue Jul 26 04:26:47 2016 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2015/03/21 21:35:07 rodent Exp $
-share/examples/${PHP_PKG_PREFIX}-xcache/xcache.ini
+@comment $NetBSD: PLIST,v 1.3 2016/07/26 04:26:47 jnemeth Exp $
 share/${PHP_PKG_PREFIX}-xcache/cacher/cacher.css
 share/${PHP_PKG_PREFIX}-xcache/cacher/common.php
 share/${PHP_PKG_PREFIX}-xcache/cacher/config.default.php



Home | Main Index | Thread Index | Old Index