Date: Fri, 16 Nov 2018 00:24:26 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485057 - head/www/drupal7 Message-ID: <201811160024.wAG0OQCX001347@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Fri Nov 16 00:24:26 2018 New Revision: 485057 URL: https://svnweb.freebsd.org/changeset/ports/485057 Log: Update to 7.61 Changelog: - File upload validation functions and hook_file_validate() implementations are now always passed the correct file URI. - The default form cache expiration of 6 hours is now configurable (API addition: https://www.drupal.org/node/2857751). - Allowed callers of drupal_http_request() to optionally specify an explicit Host header. - Allowed the + character to appear in usernames. - PHP 7.2: Fixed Archive_Tar incompatibility. - PHP 7.2: Removed deprecated function each(). - PHP 7.2: Avoid count() calls on uncountable variables. - PHP 7.2: Removed deprecated create_function() call. - PHP 7.2: Make sure variables are arrays in theme_links(). - Fixed theme-settings.php not being loaded on cached forms - Fixed problem with IE11 & Chrome(PointerEvents enabled) & some Firefox scroll to the top of the page after dragging the bottom item with jquery 1.5 <-> 1.11 Sponsored by: Netzkommune GmbH Modified: head/www/drupal7/Makefile head/www/drupal7/distinfo head/www/drupal7/pkg-plist Modified: head/www/drupal7/Makefile ============================================================================== --- head/www/drupal7/Makefile Thu Nov 15 23:16:11 2018 (r485056) +++ head/www/drupal7/Makefile Fri Nov 16 00:24:26 2018 (r485057) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drupal7 -DISTVERSION= 7.60 +DISTVERSION= 7.61 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} Modified: head/www/drupal7/distinfo ============================================================================== --- head/www/drupal7/distinfo Thu Nov 15 23:16:11 2018 (r485056) +++ head/www/drupal7/distinfo Fri Nov 16 00:24:26 2018 (r485057) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540232421 -SHA256 (drupal/drupal-7.60.tar.gz) = e2b8ac5315773bffea8ee19036799369857a24b72853f28c729bfabb80287cac -SIZE (drupal/drupal-7.60.tar.gz) = 3283058 +TIMESTAMP = 1542320676 +SHA256 (drupal/drupal-7.61.tar.gz) = f78889081fb0eeb3e760edbbab552ca02e1fbdb7146c21534edf05ec24b529df +SIZE (drupal/drupal-7.61.tar.gz) = 3287629 Modified: head/www/drupal7/pkg-plist ============================================================================== --- head/www/drupal7/pkg-plist Thu Nov 15 23:16:11 2018 (r485056) +++ head/www/drupal7/pkg-plist Fri Nov 16 00:24:26 2018 (r485057) @@ -763,6 +763,7 @@ %%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/themes/test_theme/theme-settings.php %%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme_nyan_cat/templates/theme_test_template_test.nyan-cat.html %%DRUPAL_BASE%%/modules/simpletest/tests/themes/test_theme_nyan_cat/test_theme_nyan_cat.info %%DRUPAL_BASE%%/modules/simpletest/tests/unicode.test
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811160024.wAG0OQCX001347>