pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/drupal7



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Oct 22 07:44:03 UTC 2016

Modified Files:
        pkgsrc/www/drupal7: Makefile

Log Message:
Add missing php module.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/drupal7/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/drupal7/Makefile
diff -u pkgsrc/www/drupal7/Makefile:1.40 pkgsrc/www/drupal7/Makefile:1.41
--- pkgsrc/www/drupal7/Makefile:1.40    Fri Oct 21 14:31:30 2016
+++ pkgsrc/www/drupal7/Makefile Sat Oct 22 07:44:03 2016
@@ -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 @@ HOMEPAGE=     http://drupal.org/
 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