diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-05-31 11:03:04 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-05-31 11:03:04 +0000 |
commit | 2a9177ed3cf7b1855342c878fc1da68b00266fae (patch) | |
tree | 13dd6d71f4783bf87dc7aa201176a955be21953e /www/drush | |
parent | e752e7cf981585b1343759f9dc6bde9227a543fe (diff) | |
download | ports-2a9177ed3cf7b1855342c878fc1da68b00266fae.tar.gz ports-2a9177ed3cf7b1855342c878fc1da68b00266fae.zip |
- Update to 5.3
PR: ports/168488
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer)
Notes
Notes:
svn path=/head/; revision=297869
Diffstat (limited to 'www/drush')
-rw-r--r-- | www/drush/Makefile | 2 | ||||
-rw-r--r-- | www/drush/distinfo | 4 | ||||
-rw-r--r-- | www/drush/pkg-plist | 5 |
3 files changed, 6 insertions, 5 deletions
diff --git a/www/drush/Makefile b/www/drush/Makefile index 606bb3f36d28..9bf92c558ac1 100644 --- a/www/drush/Makefile +++ b/www/drush/Makefile @@ -6,7 +6,7 @@ # PORTNAME= drush -PORTVERSION= 5.1 +PORTVERSION= 5.3 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 b2adb27b95df..0626f7403cbf 100644 --- a/www/drush/distinfo +++ b/www/drush/distinfo @@ -1,2 +1,2 @@ -SIZE (drush-7.x-5.1.tar.gz) = 398390 -SHA256 (drush-7.x-5.1.tar.gz) = 24c701e8e4da60261210227f5e3c666989ce79234b222a8b1f17de137e7efd67 +SHA256 (drush-7.x-5.3.tar.gz) = e9a2c01a1fdde6d4978fbce5d84468681093990c14c32b98887ae025078edaf6 +SIZE (drush-7.x-5.3.tar.gz) = 400823 diff --git a/www/drush/pkg-plist b/www/drush/pkg-plist index dc7a4c0dd6a5..a3f9fad9f79b 100644 --- a/www/drush/pkg-plist +++ b/www/drush/pkg-plist @@ -46,8 +46,6 @@ bin/drush %%DATADIR%%/commands/runserver/runserver.drush.inc %%DATADIR%%/commands/make/make.download.inc %%DATADIR%%/commands/make/make.drush.inc -%%DATADIR%%/commands/make/README.txt -%%DATADIR%%/commands/make/EXAMPLE.make %%DATADIR%%/commands/make/generate.make.inc %%DATADIR%%/commands/make/make.utilities.inc %%DATADIR%%/commands/make/make.project.inc @@ -63,6 +61,7 @@ bin/drush %%DATADIR%%/docs/context.html %%DATADIR%%/docs/drush.api.php %%DATADIR%%/docs/shellscripts.html +%%DATADIR%%/docs/make.txt %%DATADIR%%/drush.complete.sh %%DATADIR%%/drush.info %%DATADIR%%/drush.php @@ -70,6 +69,7 @@ bin/drush %%DATADIR%%/drush_logo-black.png %%DATADIR%%/examples/example.aliases.drushrc.php %%DATADIR%%/examples/example.bashrc +%%DATADIR%%/examples/example.make %%DATADIR%%/examples/example.drush.ini %%DATADIR%%/examples/example.drushrc.php %%DATADIR%%/examples/helloworld.script @@ -99,6 +99,7 @@ bin/drush %%DATADIR%%/lib/README.txt %%DATADIR%%/tests/siteIntallD6Test.php %%DATADIR%%/tests/completeTest.php +%%DATADIR%%/tests/filesystemTest.php %%DATADIR%%/tests/makefiles/contrib-destination.make %%DATADIR%%/tests/makefiles/svn.make %%DATADIR%%/tests/makefiles/translations-inside7.make |