diff --git a/drupal-org.make b/drupal-org.make
index cdbf717..b5dea67 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -3,6 +3,9 @@
 core = 6.x
 api = 2
 
+; Patching node access to sum correctly: http://drupal.org/node/1163078#comment-5348398
+projects[drupal][patch][] = "http://drupal.org/files/issues/681760_node_access-127-D6.patch"
+
 ; Volunteer Rally Features
 projects[volunteer_rally_features][type] = "module"
 projects[volunteer_rally_features][download][branch] = "6.x-1.x"
@@ -46,6 +49,9 @@ projects[cck_signup][version] = "1.0-beta2"
 projects[content_profile][subdir] = "contrib"
 projects[content_profile][version] = "1.0"
 
+projects[computed_field][subdir] = "contrib"
+projects[computed_field][version] = "1.0"
+
 projects[context][subdir] = "contrib"
 projects[context][version] = "3.0"
 
@@ -149,6 +155,11 @@ projects[views][version] = "2.12"
 ; http://drupal.org/node/862072
 projects[views][patch][] = "http://drupal.org/files/issues/views.862072.patch"
 
+projects[views_calc][subdir] = "contrib"
+projects[views_calc][type] = "module"
+projects[views_calc][download][type] = "git"
+projects[views_calc][download][revision] = "ef75ba8"
+
 ; Devel modules
 
 projects[devel][subdir] = "development"
@@ -174,4 +185,4 @@ libraries[jquery.ui][download][url] = "http://jquery-ui.googlecode.com/files/jqu
 projects[profiler][type] = "library"
 projects[profiler][download][type] = "git"
 projects[profiler][download][tag] = "6.x-2.0-beta2"
-projects[profiler][patch][] = "http://drupal.org/files/issues/profiler.user_access.patch"
\ No newline at end of file
+projects[profiler][patch][] = "http://drupal.org/files/issues/profiler.user_access.patch"
