Skip to content

Commit

Permalink
Use 6.x-2.x-dev Gmap, but with TN markers patch
Browse files Browse the repository at this point in the history
  • Loading branch information
i-jk committed Feb 5, 2014
1 parent 4e3ef37 commit f7c89fd
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions transitionnetwork.org-d6.make
Expand Up @@ -39,6 +39,11 @@ projects[ctools][patch][1444006] = "http://drupal.org/files/ctools-1444006-disal
projects[custom_breadcrumbs][subdir] = "contrib"
projects[custom_breadcrumbs][version] = "2.x-dev"

; gmap - 6.x-2.x branch now good enough, but we patch for our TN-specific markers
projects[gmap][subdir] = "contrib"
projects[gmap][version] = "2.x-dev"
projects[gmap][patch][tn03] = "https://raw.github.com/transitionnetwork/transitionnetwork.org-d6.profile/master/patches/gmap-tn-markers.patch"

; messaging -- using dev version that is much better, fixes bugs
projects[messaging][subdir] = "contrib"
projects[messaging][version] = "4.x-dev"
Expand Down Expand Up @@ -229,11 +234,11 @@ projects[xmlsitemap][subdir] = "contrib"

; Modules - Custom
; gmap -- TN version has some overrides/improvements from original
projects[gmap][type] = "module"
projects[gmap][download][type] = "git"
projects[gmap][download][url] = "git://github.com/transitionnetwork/gmap.git"
projects[gmap][download][branch] = "master"
projects[gmap][subdir] = "custom"
;projects[gmap][type] = "module"
;projects[gmap][download][type] = "git"
;projects[gmap][download][url] = "git://github.com/transitionnetwork/gmap.git"
;projects[gmap][download][branch] = "master"
;projects[gmap][subdir] = "custom"

projects[ijk_plugins][type] = "module"
projects[ijk_plugins][download][type] = "git"
Expand Down

0 comments on commit f7c89fd

Please sign in to comment.