pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/drupal7 Add missing php module.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1b2ed7190c9
branches:  trunk
changeset: 354200:d1b2ed7190c9
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Oct 22 07:44:03 2016 +0000

description:
Add missing php module.

diffstat:

 www/drupal7/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 6f6a462da0cd -r d1b2ed7190c9 www/drupal7/Makefile
--- a/www/drupal7/Makefile      Sat Oct 22 07:21:31 2016 +0000
+++ b/www/drupal7/Makefile      Sat Oct 22 07:44:03 2016 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2016/10/21 14:31:30 wen Exp $
+# $NetBSD: Makefile,v 1.41 2016/10/22 07:44:03 wen Exp $
 
 DISTNAME=      drupal-7.51
+PKGREVISION=   1
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  http://ftp.drupal.org/files/projects/
@@ -10,8 +11,9 @@
 COMMENT=       Open source content management system
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.2.5:../../graphics/php-gd
-DEPENDS+=      ${PHP_PKG_PREFIX}-json>=5.2.5:../../textproc/php-json
+DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd
+DEPENDS+=      ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json
+DEPENDS+=      ${PHP_PKG_PREFIX}-dom>=5.4.0:../../textproc/php-dom
 
 NO_BUILD=      YES
 DRUPAL=                share/drupal



Home | Main Index | Thread Index | Old Index