groups/patches/0009-commons-flag-v3.patch
Marton Kiss 162f62c3e0 Upgrade Drupal Commons to 3.39
Add recent commons as a separate project, upgrade to version 3.39
and provide separate patches in commons.make file.

This changeset also introduce profile inheritance, so groups profile
inherit the entire commons stack. The installation profile is refactored
and duplicates were removed.

Change-Id: Idc4e4ab24680fa6e1b045350c1dc1c66cad9e5e7
2016-10-12 18:17:24 +02:00

22 lines
851 B
Diff

diff --git a/drupal-org.make.orig b/drupal-org.make
index 0676541..16b6c53 100644
--- a/drupal-org.make.orig
+++ b/drupal-org.make
@@ -163,15 +163,7 @@ projects[file_entity][version] = "2.0-beta3"
projects[flag][type] = "module"
projects[flag][subdir] = "contrib"
-projects[flag][version] = "2.2"
-
-; Issue #1965760: Manually set taxonomy term flag types because its different.
-; https://drupal.org/node/1965760
-projects[flag][patch][] = "https://drupal.org/files/issues/1965760.29.flag_.entity-tokens.patch"
-
-; Provide a hook to allow default flag definitions to be altered.
-; https://drupal.org/node/2027091#comment-8012263
-projects[flag][patch][] = "https://drupal.org/files/flag-default-flags-alter-hook-2027091-03.patch"
+projects[flag][version] = "3.9"
projects[flag_abuse][type] = "module"
projects[flag_abuse][subdir] = "contrib"