diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-12-10 16:57:31 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-12-10 16:57:31 +0000 |
commit | 00f930b16dfc67b8e0bae617fb76ecb1928cea67 (patch) | |
tree | 0c96a9421842fab8f305a000224d6e3bcbba85c5 /www/drush | |
parent | Decommissioning java 1.5 (EOLed since October 2009) + removing outdated jdk16 (diff) |
- Udpate to 5.8 [1]
- Trim Makefile header
Changes: http://drupal.org/node/1838762
PR: ports/174322 [1]
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Notes
Notes:
svn path=/head/; revision=308616
Diffstat (limited to 'www/drush')
-rw-r--r-- | www/drush/Makefile | 8 | ||||
-rw-r--r-- | www/drush/distinfo | 4 | ||||
-rw-r--r-- | www/drush/pkg-plist | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/www/drush/Makefile b/www/drush/Makefile index c8b3e39f11fa..f9f6efb4ba7d 100644 --- a/www/drush/Makefile +++ b/www/drush/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: www/drush -# Date created: April 29th 2010 -# Whom: Thomas Sandford <freebsduser@paradisegreen.co.uk> -# +# Created by: Thomas Sandford <freebsduser@paradisegreen.co.uk> # $FreeBSD$ -# PORTNAME= drush -PORTVERSION= 5.7 +PORTVERSION= 5.8 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drush-7.x-${PORTVERSION} diff --git a/www/drush/distinfo b/www/drush/distinfo index 05c4f30529f8..93883c282914 100644 --- a/www/drush/distinfo +++ b/www/drush/distinfo @@ -1,2 +1,2 @@ -SHA256 (drush-7.x-5.7.tar.gz) = c21dcf689f068add2e5cceb6d2bc5e04c809624ca0e80da4caae8ebf6c78fc7d -SIZE (drush-7.x-5.7.tar.gz) = 406063 +SHA256 (drush-7.x-5.8.tar.gz) = 15dd85f04c49b4a896b02dd6960d3140f3ae680bab3eea5d3aba27be0481e480 +SIZE (drush-7.x-5.8.tar.gz) = 409642 diff --git a/www/drush/pkg-plist b/www/drush/pkg-plist index b8bb01dfe8ee..1b4198f1a320 100644 --- a/www/drush/pkg-plist +++ b/www/drush/pkg-plist @@ -106,6 +106,7 @@ bin/drush %%DATADIR%%/tests/makefiles/defaults.make %%DATADIR%%/tests/makefiles/contrib-destination.make %%DATADIR%%/tests/makefiles/svn.make +%%DATADIR%%/tests/makefiles/qd-devel.make %%DATADIR%%/tests/makefiles/translations-inside7.make %%DATADIR%%/tests/makefiles/recursion.make %%DATADIR%%/tests/makefiles/included2.make @@ -124,6 +125,9 @@ bin/drush %%DATADIR%%/tests/makefiles/get.make %%DATADIR%%/tests/makefiles/patches.make %%DATADIR%%/tests/makefiles/md5-succeed.make +%%DATADIR%%/tests/quickDrupalTest.php +%%DATADIR%%/tests/completetest.drush.inc +%%DATADIR%%/tests/completetestsite.drush.inc %%DATADIR%%/tests/queueTest.php %%DATADIR%%/tests/siteSetTest.php %%DATADIR%%/tests/commandUnitTest.php |