pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/wordpress Switch to use php-mysqli.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a909584b6b2
branches:  trunk
changeset: 361157:6a909584b6b2
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Apr 15 15:44:50 2017 +0000

description:
Switch to use php-mysqli.

Bump PKGREVISION.

diffstat:

 www/wordpress/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r f490aa1f8ecf -r 6a909584b6b2 www/wordpress/Makefile
--- a/www/wordpress/Makefile    Sat Apr 15 15:43:00 2017 +0000
+++ b/www/wordpress/Makefile    Sat Apr 15 15:44:50 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.65 2017/04/15 15:05:29 taca Exp $
+# $NetBSD: Makefile,v 1.66 2017/04/15 15:44:50 taca Exp $
 
 DISTNAME=              wordpress-${VERSION}
 VERSION=               4.7.3
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            www
 MASTER_SITES=          http://wordpress.org/
 
@@ -38,7 +38,7 @@
 
 INSTALLATION_DIRS+=    ${DOCDIR} ${WPHOME} ${EGDIR}
 
-DEPENDS+=              ${PHP_PKG_PREFIX}-mysql>=5.6.0:../../databases/php-mysql
+DEPENDS+=              ${PHP_PKG_PREFIX}-mysqli>=5.6.0:../../databases/php-mysqli
 DEPENDS+=              ${PHP_PKG_PREFIX}-gd>=5.6.0:../../graphics/php-gd
 DEPENDS+=              ${PHP_PKG_PREFIX}-curl>=5.6.0:../../www/php-curl
 DEPENDS+=              ${PHP_PKG_PREFIX}-zip>=5.6.0:../../archivers/php-zip



Home | Main Index | Thread Index | Old Index