Skip to content

Commit

Permalink
Local patch that changes php-proauth download url.
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaniemi committed Jan 26, 2017
1 parent 0162f4f commit 948f82d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions conf/kadaproject.make
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ projects[feeds_ex][subdir] = contrib

projects[feeds_oauth][version] = 1.0-beta3
projects[feeds_oauth][subdir] = contrib
projects[feeds_oauth][patch][] = "../patches/feeds_oauth_library_404_fix.patch"

projects[feeds_tamper][version] = 1.0
projects[feeds_tamper][subdir] = contrib
Expand Down
14 changes: 14 additions & 0 deletions patches/feeds_oauth_library_404_fix.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/feeds_oauth.make b/feeds_oauth.make
index 4325179..2874717 100644
--- a/feeds_oauth.make
+++ b/feeds_oauth.make
@@ -2,6 +2,6 @@ core = 7.x
api = 2

libraries[php-proauth][download][type] = "git"
-libraries[php-proauth][download][url] = "https://github.com/infojunkie/php-proauth.git"
+libraries[php-proauth][download][url] = "https://github.com/RobLoach/php-proauth.git"
libraries[php-proauth][directory_name] = php-proauth
-libraries[php-proauth][destination] = libraries
\ No newline at end of file
+libraries[php-proauth][destination] = libraries

0 comments on commit 948f82d

Please sign in to comment.