Bug 185687 - I have updated www/drupal7 to version 7.25
Summary: I have updated www/drupal7 to version 7.25
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-12 16:40 UTC by Douglas Carmichael
Modified: 2014-01-14 16:20 UTC (History)
0 users

See Also:


Attachments
file.diff (890 bytes, patch)
2014-01-12 16:40 UTC, Douglas Carmichael
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Carmichael 2014-01-12 16:40:00 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-12 16:40:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-14 16:19:35 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2014-01-14 16:20:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!