Bug 177957 - [MAINTAINER] www/drush: update to 5.9
Summary: [MAINTAINER] www/drush: update to 5.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-18 15:50 UTC by geoffroy desvernay
Modified: 2013-04-19 10:30 UTC (History)
0 users

See Also:


Attachments
drush-5.9.patch (1.56 KB, patch)
2013-04-18 15:50 UTC, geoffroy desvernay
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description geoffroy desvernay 2013-04-18 15:50:00 UTC
- Update to 5.9

Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: SVN)
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2013-04-18 18:05:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-04-19 10:21:42 UTC
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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2013-04-19 10:21:51 UTC
State Changed
From-To: open->closed

Committed. Thanks!