summaryrefslogtreecommitdiff
path: root/www/drupal7
diff options
context:
space:
mode:
authorwen <wen>2015-11-22 12:48:16 +0000
committerwen <wen>2015-11-22 12:48:16 +0000
commit2dd1ae18356bfa038ca53acb57b205f597c4c999 (patch)
tree39508d8b14c3fc5e7f69efcacdfac6c9765b8009 /www/drupal7
parentc3eddb8b3a831567a7b62086d886de7c1621e073 (diff)
downloadpkgsrc-2dd1ae18356bfa038ca53acb57b205f597c4c999.tar.gz
Update DEPENDS (https://www.drupal.org/requirements)
Update Memory requirements in drupal.conf (https://www.drupal.org/requirements/php#memory)
Diffstat (limited to 'www/drupal7')
-rw-r--r--www/drupal7/Makefile7
-rw-r--r--www/drupal7/files/drupal.conf4
2 files changed, 6 insertions, 5 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile
index 66eff234b96..0fedcae52b3 100644
--- a/www/drupal7/Makefile
+++ b/www/drupal7/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2015/10/22 09:59:44 taca Exp $
+# $NetBSD: Makefile,v 1.36 2015/11/22 12:48:16 wen Exp $
DISTNAME= drupal-7.41
CATEGORIES= www
+PKGREVISION= 1
MASTER_SITES= http://ftp.drupal.org/files/projects/
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -9,8 +10,8 @@ HOMEPAGE= http://drupal.org/
COMMENT= Open source content management system
LICENSE= gnu-gpl-v2
-DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.0:../../graphics/php-gd
-DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json
+DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.2.5:../../graphics/php-gd
+DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.5:../../textproc/php-json
NO_BUILD= YES
DRUPAL= share/drupal
diff --git a/www/drupal7/files/drupal.conf b/www/drupal7/files/drupal.conf
index 691d992b847..c99dd75dec1 100644
--- a/www/drupal7/files/drupal.conf
+++ b/www/drupal7/files/drupal.conf
@@ -1,4 +1,4 @@
-# $NetBSD: drupal.conf,v 1.1.1.1 2011/12/16 12:57:06 taca Exp $
+# $NetBSD: drupal.conf,v 1.2 2015/11/22 12:48:16 wen Exp $
#
# Drupal configuration file fragment for Apache
@@ -40,7 +40,7 @@ DirectoryIndex index.php
# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.
-php_value memory_limit 16M
+php_value memory_limit 32M
# PHP 5, Apache 1 and 2.
<IfModule mod_php5.c>