pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/php-xcache



Module Name:    pkgsrc
Committed By:   jnemeth
Date:           Tue Jul 26 04:26:47 UTC 2016

Modified Files:
        pkgsrc/devel/php-xcache: Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/php-xcache/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/php-xcache/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/php-xcache/Makefile
diff -u pkgsrc/devel/php-xcache/Makefile:1.3 pkgsrc/devel/php-xcache/Makefile:1.4
--- pkgsrc/devel/php-xcache/Makefile:1.3        Sat Dec 19 14:27:13 2015
+++ pkgsrc/devel/php-xcache/Makefile    Tue Jul 26 04:26:47 2016
@@ -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 @@ MESSAGE_SUBST=                PHP_PKG_PREFIX=${PHP_PKG
 .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/*.* \

Index: pkgsrc/devel/php-xcache/PLIST
diff -u pkgsrc/devel/php-xcache/PLIST:1.2 pkgsrc/devel/php-xcache/PLIST:1.3
--- pkgsrc/devel/php-xcache/PLIST:1.2   Sat Mar 21 21:35:07 2015
+++ pkgsrc/devel/php-xcache/PLIST       Tue Jul 26 04:26:47 2016
@@ -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