Index: Gruntfile.js
===================================================================
--- Gruntfile.js	(revision 6048)
+++ Gruntfile.js	(working copy)
@@ -218,6 +218,11 @@
 				tracUrl: 'bbpress.trac.wordpress.org'
 			}
 		},
+		upload_patch: {
+			options: {
+				tracUrl: 'bbpress.trac.wordpress.org'
+			}
+		},
 		phpunit: {
 			'default': {
 				cmd: 'phpunit',
Index: package.json
===================================================================
--- package.json	(revision 6048)
+++ package.json	(working copy)
@@ -18,7 +18,7 @@
     "grunt-exec": "~0.4.6",
     "grunt-jsvalidate": "~0.2.2",
     "grunt-legacy-util": "^0.2.0",
-    "grunt-patch-wordpress": "~0.3.0",
+    "grunt-patch-wordpress": "~0.4.0",
     "grunt-postcss": "~0.8.0",
     "grunt-rtlcss": "~2.0.1",
     "grunt-sass": "~1.2.0",
