pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/wordpress



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Apr 15 15:44:50 UTC 2017

Modified Files:
        pkgsrc/www/wordpress: Makefile

Log Message:
Switch to use php-mysqli.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/www/wordpress/Makefile

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

Modified files:

Index: pkgsrc/www/wordpress/Makefile
diff -u pkgsrc/www/wordpress/Makefile:1.65 pkgsrc/www/wordpress/Makefile:1.66
--- pkgsrc/www/wordpress/Makefile:1.65  Sat Apr 15 15:05:29 2017
+++ pkgsrc/www/wordpress/Makefile       Sat Apr 15 15:44:50 2017
@@ -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 @@ OWN_DIRS_PERMS+=      ${WPHOME}/wp-content/up
 
 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