I have updated www/drupal7 to version 7.25. A patch is attached. Fix: A patch is attached. Patch attached with submission follows: How-To-Repeat: n/a
Responsible Changed From-To: freebsd-ports-bugs->miwi Over to maintainer (via the GNATS Auto Assign Tool)
Author: miwi Date: Tue Jan 14 16:19:27 2014 New Revision: 339696 URL: http://svnweb.freebsd.org/changeset/ports/339696 QAT: https://qat.redports.org/buildarchive/r339696/ Log: - Update to 7.29 PR: 185687 Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> (based on) Modified: head/www/drupal7/Makefile head/www/drupal7/distinfo head/www/drupal7/pkg-plist Modified: head/www/drupal7/Makefile ============================================================================== --- head/www/drupal7/Makefile Tue Jan 14 16:15:02 2014 (r339695) +++ head/www/drupal7/Makefile Tue Jan 14 16:19:27 2014 (r339696) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drupal7 -PORTVERSION= 7.24 +PORTVERSION= 7.25 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} Modified: head/www/drupal7/distinfo ============================================================================== --- head/www/drupal7/distinfo Tue Jan 14 16:15:02 2014 (r339695) +++ head/www/drupal7/distinfo Tue Jan 14 16:19:27 2014 (r339696) @@ -1,2 +1,2 @@ -SHA256 (drupal/drupal-7.24.tar.gz) = 5ce593bc86f48bb1923f9256de86c47162c54ba578e4ebe9211690b7349d5c40 -SIZE (drupal/drupal-7.24.tar.gz) = 3195735 +SHA256 (drupal/drupal-7.25.tar.gz) = dd8b2e46d36cf3e7a66f94d498d5909b93018d40bfc716133bdb1fc54d420db7 +SIZE (drupal/drupal-7.25.tar.gz) = 3203256 Modified: head/www/drupal7/pkg-plist ============================================================================== --- head/www/drupal7/pkg-plist Tue Jan 14 16:15:02 2014 (r339695) +++ head/www/drupal7/pkg-plist Tue Jan 14 16:19:27 2014 (r339696) @@ -581,6 +581,9 @@ %%DRUPAL_BASE%%/modules/shortcut/shortcut.test %%DRUPAL_BASE%%/modules/simpletest/drupal_web_test_case.php %%DRUPAL_BASE%%/modules/simpletest/files/README.txt +%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css +%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.optimized.css +%%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_subfolder/css_input_with_import.css.unoptimized.css %%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/comment_hacks.css %%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/comment_hacks.css.optimized.css %%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/comment_hacks.css.unoptimized.css @@ -793,6 +796,8 @@ %%DRUPAL_BASE%%/modules/statistics/statistics.pages.inc %%DRUPAL_BASE%%/modules/statistics/statistics.test %%DRUPAL_BASE%%/modules/statistics/statistics.tokens.inc +%%DRUPAL_BASE%%/modules/statistics/statistics.js +%%DRUPAL_BASE%%/modules/statistics/statistics.php %%DRUPAL_BASE%%/modules/syslog/syslog.info %%DRUPAL_BASE%%/modules/syslog/syslog.install %%DRUPAL_BASE%%/modules/syslog/syslog.module @@ -1127,6 +1132,7 @@ @dirrm %%DRUPAL_BASE%%/modules/simpletest/lib/Drupal/simpletest @dirrm %%DRUPAL_BASE%%/modules/simpletest/lib/Drupal @dirrm %%DRUPAL_BASE%%/modules/simpletest/lib +@dirrm %%DRUPAL_BASE%%/modules/simpletest/files/css_test_files/css_subfolder @dirrm %%DRUPAL_BASE%%/modules/simpletest/files/css_test_files @dirrm %%DRUPAL_BASE%%/modules/simpletest/files @dirrm %%DRUPAL_BASE%%/modules/simpletest _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!