Hi

I'm trying to install this module via a 'drush make' and am having no luck (all my other modules are not proving problematic).

I've tried the standard:

projects[] = smtp

then:

projects[smtp][version] = 7.x-1.x-dev

and I keep getting an error 'Invalid version 7.x-1.x-dev for smtp.' This also then throws the following:

Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Call to a member function make() on a non-object in
/Users/steessex/.drush/drush_make/drush_make.drush.inc, line 235

Hope you can help

Ste

Comments

univate’s picture

Status: Active » Fixed

try just adding:
projects[smtp][version] = 1.x-dev

Read the drush_make docs for further details:
http://drupalcode.org/project/drush_make.git/blob_plain/refs/heads/6.x-2...

ecksley’s picture

Thanks Univate. That was a help to me.

The following also works if you want to save a few keystrokes:

projects[smtp] = 1.x-dev

Status: Fixed » Closed (fixed)

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