The file openpublic.make contains a line of code at the end where the "libraries" are that specifies a download URL for the "plupload" library, but plupload library has changed the link to the GPL2 version of plupload.

The new link points to github and I've changed it in the openpublic.make file I've uploaded here.

The specific line of code I changed is this:

OLD CODE
libraries[plupload][download][url] = http://www.plupload.com/plupload_1_3_0.zip

NEW CODE
libraries[plupload][download][url] = https://github.com/downloads/moxiecode/plupload/plupload_1_5_1_1.zip

I've confirmed this works by doing a fresh install through drush make

CommentFileSizeAuthor
#1 build-openpublic.zip366 bytesRodney Strong

Comments

Rodney Strong’s picture

StatusFileSize
new366 bytes

Forgot I can't upload .make files. Here's the same file but with a .zip file extension.

tirdadc’s picture

Status: Active » Fixed

This has been corrected, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit eefabb0 on master, 7.x-1.x, 7.x-1.0.4, 7.x-1.0.5, 7.x-1.0.4.2, 7.x-1.0.5-module-updates, 7.x-1.0.5.1, removepassword, appify_services, 7.x-2060595, 7.x-1.x-2093259-field_clean_up, appify by tirdadc:
    #1344344 by Rodney Strong: Drush make install of OpenPublic fails due to...