-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathasu_drupal_modules.make
41 lines (30 loc) · 1.29 KB
/
asu_drupal_modules.make
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
; Master make file for Webspark drush make process
; All of the modules' .make files contents have been copied into this file because Drush make won't
; traverse subdirectories of a module for .make files.
; ASU Academic Programs makefile contents
api = 2
core = 7.x
projects[views_bootstrap][version] = 3.2
projects[views_bootstrap][type] = module
projects[views_bootstrap][subdir] = contrib
; ASU RFI makefile contents
; Upload multidev and patch it
projects[multiblock][version] = 1.1
projects[multiblock][type] = module
projects[multiblock][subdir] = contrib
projects[multiblock][patch][] = https://www.drupal.org/files/issues/multiblock_cache-2185235-5.patch
projects[multiblock][patch][] = https://www.drupal.org/files/fix_config_per_instance-1370966-5.patch
; Added RFI dependencies here, vs. in openasu.make
projects[views_data_export][version] = 3.0-beta9
projects[views_data_export][type] = module
projects[views_data_export][subdir] = contrib
projects[mimemail][version] = 1.0-beta4
projects[mimemail][type] = module
projects[mimemail][subdir] = contrib
projects[honeypot][version] = 1.22
projects[honeypot][type] = module
projects[honeypot][subdir] = contrib
; pre-req for mimemail
projects[mailsystem][version] = 2.34
projects[mailsystem][type] = module
projects[mailsystem][subdir] = contrib