summaryrefslogtreecommitdiff
path: root/www/drupal7
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-12-20 12:45:58 +0000
committertaca <taca@pkgsrc.org>2012-12-20 12:45:58 +0000
commit2a54d67d424537c7d952d12e5219ebf197558c05 (patch)
tree52f1d52178f66eccce0a920f4e12c2070ffaff4e /www/drupal7
parent633229a628d624f686a355537b31341d027b0628 (diff)
downloadpkgsrc-2a54d67d424537c7d952d12e5219ebf197558c05.tar.gz
Update drupal7 to 7.18 fixed security problem.
* Fix misspelling in options.mk Drupal 7.18, 2012-12-19 ----------------------- - Fixed security issues (multiple vulnerabilities). See SA-CORE-2012-004.
Diffstat (limited to 'www/drupal7')
-rw-r--r--www/drupal7/Makefile4
-rw-r--r--www/drupal7/distinfo8
-rw-r--r--www/drupal7/options.mk4
3 files changed, 8 insertions, 8 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile
index 871e600143b..f886cdc9b20 100644
--- a/www/drupal7/Makefile
+++ b/www/drupal7/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2012/11/08 13:25:53 taca Exp $
+# $NetBSD: Makefile,v 1.15 2012/12/20 12:45:58 taca Exp $
-DISTNAME= drupal-7.17
+DISTNAME= drupal-7.18
CATEGORIES= www
MASTER_SITES= http://drupal.org/files/projects/
diff --git a/www/drupal7/distinfo b/www/drupal7/distinfo
index 320d4cb2bd6..1d324c08064 100644
--- a/www/drupal7/distinfo
+++ b/www/drupal7/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2012/11/08 13:25:53 taca Exp $
+$NetBSD: distinfo,v 1.9 2012/12/20 12:45:58 taca Exp $
-SHA1 (drupal-7.17.tar.gz) = 90f4dce1cd521721b2bb61ed0eb147b8b05cba89
-RMD160 (drupal-7.17.tar.gz) = 0493db27eee312ee3190db7ee4fdda2aacca5aa2
-Size (drupal-7.17.tar.gz) = 3162429 bytes
+SHA1 (drupal-7.18.tar.gz) = f5b8a95f749d2b83550efebfd470e79851834103
+RMD160 (drupal-7.18.tar.gz) = cbfd7a92b699a5fad675f5dbfbab1d1d3fe5c44f
+Size (drupal-7.18.tar.gz) = 3162333 bytes
diff --git a/www/drupal7/options.mk b/www/drupal7/options.mk
index 3358dca4524..8f7ee30e8b3 100644
--- a/www/drupal7/options.mk
+++ b/www/drupal7/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2012/04/14 16:25:11 adam Exp $
+# $NetBSD: options.mk,v 1.3 2012/12/20 12:45:58 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.drupal
@@ -39,7 +39,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.2.7:../../textproc/php-dom
### Support for unicode
###
.if !empty(PKG_OPTIONS:Municode)
-EPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.7:../../converters/php-mbstring
+DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.2.7:../../converters/php-mbstring
.endif
###