Index: Makefile =================================================================== --- Makefile (revision 370476) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drush -PORTVERSION= 6.2.0 +PORTVERSION= 6.4.0 CATEGORIES= www MAINTAINER= dgeo@centrale-marseille.fr @@ -17,7 +17,7 @@ GH_ACCOUNT= ${PORTNAME}-ops GH_PROJECT= ${PORTNAME} GH_TAGNAME= ${PORTVERSION} -GH_COMMIT= b1a8edb +GH_COMMIT= fd4baef USE_GITHUB= yes # set php requirements same as drupal itself Index: distinfo =================================================================== --- distinfo (revision 370476) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (drush-6.2.0.tar.gz) = 236b2365dce7490e4ee87f6d3ce82da01d0d2ad25c0e936a960a22cd2b72616b -SIZE (drush-6.2.0.tar.gz) = 504555 +SHA256 (drush-6.4.0.tar.gz) = ee48d3c6d17db9bf09b0d475213b89826f6daaa9ba7781fca510238b99089026 +SIZE (drush-6.4.0.tar.gz) = 508662 Index: pkg-plist =================================================================== --- pkg-plist (revision 370476) +++ pkg-plist (working copy) @@ -215,6 +215,7 @@ %%DATADIR%%/commands/core/docs.drush.inc %%DATADIR%%/commands/core/core.drush.inc %%DATADIR%%/commands/core/cache.drush.inc +%%DATADIR%%/commands/core/browse.drush.inc %%DATADIR%%/commands/core/archive.drush.inc %%DATADIR%%/classes/DrushRole.php @dirrmtry %%DATADIR%%/tests/resources --- drush-6.4.0.patch ends here ---