update to drush-8.4.11

This commit is contained in:
sthen 2022-08-26 11:01:28 +00:00
parent 41b385cba4
commit 3f407e4fd9
3 changed files with 1795 additions and 12 deletions

View File

@ -2,13 +2,12 @@ COMMENT = command line access to most of Drupal
CATEGORIES = www devel
DISTNAME= drush-8.4.6
MODPHP_VERSION= 7.4
DISTNAME= drush-8.4.11
HOMEPAGE= https://www.drush.org/
# packaged from https://github.com/drush-ops/drush/tree/8.4.6
# plus dependencies fetched using "composer install" as of 20210224
# packaged from https://github.com/drush-ops/drush/tree/8.4.11
# plus dependencies fetched using "composer install" as of 20220826
MASTER_SITES= https://spacehopper.org/mirrors/
MODULES= lang/php
@ -23,7 +22,7 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/libexec/drush
cp -R ${WRKDIST}/* ${PREFIX}/libexec/drush
cd ${PREFIX}/libexec/drush; \
rm drush includes/environment.inc.orig; \
rm drush includes/environment.inc${PATCHORIG}; \
rm -r ${PREFIX}/libexec/drush/tests
${SUBST_CMD} -m 555 -c ${FILESDIR}/drush ${PREFIX}/bin/drush

View File

@ -1,2 +1,2 @@
SHA256 (drush-8.4.6.tar.gz) = TmImck2Y6OE9l7hTLb0OolehCPE6bln2TiY/kGaF/IU=
SIZE (drush-8.4.6.tar.gz) = 2276306
SHA256 (drush-8.4.11.tar.gz) = oT3Xa0UePg7qFOoht4yzlZZrAGVeUXqKY8fiOV5dPFg=
SIZE (drush-8.4.11.tar.gz) = 3040439

File diff suppressed because it is too large Load Diff