svn commit: r373040 - head/www/drupal7
Kurt Jaeger
pi at FreeBSD.org
Sat Nov 22 09:26:43 UTC 2014
Author: pi
Date: Sat Nov 22 09:26:41 2014
New Revision: 373040
URL: https://svnweb.freebsd.org/changeset/ports/373040
QAT: https://qat.redports.org/buildarchive/r373040/
Log:
www/drupal7: 7.32 -> 7.34
https://www.drupal.org/drupal-7.34-release-notes
Maintenance and security release of the Drupal 7 series.
This release fixes security vulnerabilities. Sites are urged to
upgrade immediately after reading the notes below and the security
announcement:
https://www.drupal.org/SA-CORE-2014-006
PR: 195254
Submitted by: simon.wright at gmx.net
Modified:
head/www/drupal7/Makefile
head/www/drupal7/distinfo
head/www/drupal7/pkg-plist
Modified: head/www/drupal7/Makefile
==============================================================================
--- head/www/drupal7/Makefile Sat Nov 22 09:25:18 2014 (r373039)
+++ head/www/drupal7/Makefile Sat Nov 22 09:26:41 2014 (r373040)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= drupal7
-PORTVERSION= 7.32
+PORTVERSION= 7.34
CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/
DISTNAME= drupal-${PORTVERSION}
@@ -67,7 +67,9 @@ do-install:
${CP} ${WRKSRC}/update.php ${STAGEDIR}${DRUPAL_DIR}
${CP} ${WRKSRC}/web.config ${STAGEDIR}${DRUPAL_DIR}
${CP} ${WRKSRC}/xmlrpc.php ${STAGEDIR}${DRUPAL_DIR}
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${CP} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+.endif
.include <bsd.port.mk>
Modified: head/www/drupal7/distinfo
==============================================================================
--- head/www/drupal7/distinfo Sat Nov 22 09:25:18 2014 (r373039)
+++ head/www/drupal7/distinfo Sat Nov 22 09:26:41 2014 (r373040)
@@ -1,2 +1,2 @@
-SHA256 (drupal/drupal-7.32.tar.gz) = f36d5ab0891997bf3c681b76151c6b015b0bb9041610e1c9af7d17e28dc15c39
-SIZE (drupal/drupal-7.32.tar.gz) = 3215563
+SHA256 (drupal/drupal-7.34.tar.gz) = 34268d4f2917ad1417725885fe4dad78dd2fecb7b5a27c73627746d2cb1cb3b6
+SIZE (drupal/drupal-7.34.tar.gz) = 3229858
Modified: head/www/drupal7/pkg-plist
==============================================================================
--- head/www/drupal7/pkg-plist Sat Nov 22 09:25:18 2014 (r373039)
+++ head/www/drupal7/pkg-plist Sat Nov 22 09:26:41 2014 (r373040)
@@ -146,6 +146,8 @@
%%DRUPAL_BASE%%/misc/tableselect.js
%%DRUPAL_BASE%%/misc/textarea.js
%%DRUPAL_BASE%%/misc/throbber.gif
+%%DRUPAL_BASE%%/misc/throbber-active.gif
+%%DRUPAL_BASE%%/misc/throbber-inactive.png
%%DRUPAL_BASE%%/misc/timezone.js
%%DRUPAL_BASE%%/misc/tree-bottom.png
%%DRUPAL_BASE%%/misc/tree.png
@@ -734,6 +736,7 @@
%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_basetheme/test_basetheme.info
%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_subtheme/test_subtheme.info
%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/template.php
+%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/templates/node--1.tpl.php
%%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme/test_theme.info
%%DRUPAL_BASE%%/modules/simpletest/tests/unicode.test
%%DRUPAL_BASE%%/modules/simpletest/tests/update.test
@@ -1070,6 +1073,8 @@
%%DRUPAL_BASE%%/update.php
%%DRUPAL_BASE%%/web.config
%%DRUPAL_BASE%%/xmlrpc.php
+ at dir %%DRUPAL_BASE%%/sites/all/libraries
+ at dir %%DRUPAL_BASE%%/sites/default/files
@unexec rm -f %%DRUPAL_BASE%%/files/.htaccess 2> /dev/null || true
@owner root
@group wheel
More information about the svn-ports-all
mailing list