svn commit: r316092 - head/www/drush

Frederic Culot culot at FreeBSD.org
Fri Apr 19 09:21:30 UTC 2013


Author: culot
Date: Fri Apr 19 09:21:28 2013
New Revision: 316092
URL: http://svnweb.freebsd.org/changeset/ports/316092

Log:
  - Udpate to 5.9
  
  PR:		ports/177957
  Submitted by:	Geoffroy Desvernay <dgeo at centrale-marseille.fr> (maintainer)
  Feature safe:	yes

Modified:
  head/www/drush/Makefile
  head/www/drush/distinfo
  head/www/drush/pkg-descr
  head/www/drush/pkg-plist

Modified: head/www/drush/Makefile
==============================================================================
--- head/www/drush/Makefile	Fri Apr 19 09:07:39 2013	(r316091)
+++ head/www/drush/Makefile	Fri Apr 19 09:21:28 2013	(r316092)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	drush
-PORTVERSION=	5.8
-PORTREVISION=	1
+PORTVERSION=	5.9
 CATEGORIES=	www
 MASTER_SITES=	http://ftp.drupal.org/files/projects/
 DISTNAME=	drush-7.x-${PORTVERSION}

Modified: head/www/drush/distinfo
==============================================================================
--- head/www/drush/distinfo	Fri Apr 19 09:07:39 2013	(r316091)
+++ head/www/drush/distinfo	Fri Apr 19 09:21:28 2013	(r316092)
@@ -1,2 +1,2 @@
-SHA256 (drush-7.x-5.8.tar.gz) = 15dd85f04c49b4a896b02dd6960d3140f3ae680bab3eea5d3aba27be0481e480
-SIZE (drush-7.x-5.8.tar.gz) = 409642
+SHA256 (drush-7.x-5.9.tar.gz) = 3acc2a2491fef987c17e85122f7d3cd0bc99cefd1bc70891ec3a1c4fd51dccee
+SIZE (drush-7.x-5.9.tar.gz) = 414897

Modified: head/www/drush/pkg-descr
==============================================================================
--- head/www/drush/pkg-descr	Fri Apr 19 09:07:39 2013	(r316091)
+++ head/www/drush/pkg-descr	Fri Apr 19 09:21:28 2013	(r316092)
@@ -2,4 +2,4 @@ Drush is a command line shell and Unix s
 and is designed to make life easier for those who spend some of their working
 hours hacking away at the command prompt.
 
-WWW:	http://drupal.org/project/drush
+WWW: http://drupal.org/project/drush

Modified: head/www/drush/pkg-plist
==============================================================================
--- head/www/drush/pkg-plist	Fri Apr 19 09:07:39 2013	(r316091)
+++ head/www/drush/pkg-plist	Fri Apr 19 09:21:28 2013	(r316092)
@@ -125,6 +125,7 @@ bin/drush
 %%DATADIR%%/tests/makefiles/get.make
 %%DATADIR%%/tests/makefiles/patches.make
 %%DATADIR%%/tests/makefiles/md5-succeed.make
+%%DATADIR%%/tests/drushScriptTest.php
 %%DATADIR%%/tests/quickDrupalTest.php
 %%DATADIR%%/tests/completetest.drush.inc
 %%DATADIR%%/tests/completetestsite.drush.inc


More information about the svn-ports-all mailing list