ports/161149: [MAINTAINER] www/drush: update to 4.5

Geoffroy Desvernay dgeo at centrale-marseille.fr
Fri Sep 30 09:30:15 UTC 2011


>Number:         161149
>Category:       ports
>Synopsis:       [MAINTAINER] www/drush: update to 4.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 30 09:30:13 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Geoffroy Desvernay
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
Ecole Centrale de Marseille
>Environment:
System: FreeBSD dgeo.sysadm.ec-m.fr 8.2-STABLE FreeBSD 8.2-STABLE #0: Mon Sep  5 10:53:29 CEST
>Description:
- Update to 4.5

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- drush-4.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/drush.orig/Makefile /usr/ports/www/drush/Makefile
--- /usr/ports/www/drush.orig/Makefile	2011-06-02 22:41:14.000000000 +0200
+++ /usr/ports/www/drush/Makefile	2011-09-30 11:19:36.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	drush
-PORTVERSION=	4.4
+PORTVERSION=	4.5
 CATEGORIES=	www
 MASTER_SITES=	http://ftp.drupal.org/files/projects/
 DISTNAME=	drush-7.x-${PORTVERSION}
@@ -14,11 +14,11 @@
 MAINTAINER=	dgeo at centrale-marseille.fr
 COMMENT=	Drupal command line and scripting interface
 
-RUN_DEPENDS=	${LOCALBASE}/share/pear/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table
-
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+RUN_DEPENDS=	${LOCALBASE}/share/pear/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table
+
 NO_BUILD=	yes
 
 # set php requirements same as drupal itself
diff -ruN --exclude=CVS /usr/ports/www/drush.orig/distinfo /usr/ports/www/drush/distinfo
--- /usr/ports/www/drush.orig/distinfo	2011-06-02 22:41:14.000000000 +0200
+++ /usr/ports/www/drush/distinfo	2011-09-30 11:12:31.000000000 +0200
@@ -1,2 +1,2 @@
-SIZE (drush-7.x-4.4.tar.gz) = 253012
-SHA256 (drush-7.x-4.4.tar.gz) = f6af5d259c169d0b3738568c9a8d114c8958df6deb5440fce3b5842e753fc88f
+SIZE (drush-7.x-4.5.tar.gz) = 282760
+SHA256 (drush-7.x-4.5.tar.gz) = 11a8ba3acbebf0be45407dee54a4c59cb9da7dfb461cf4ed9e27e78b2968fc99
diff -ruN --exclude=CVS /usr/ports/www/drush.orig/pkg-plist /usr/ports/www/drush/pkg-plist
--- /usr/ports/www/drush.orig/pkg-plist	2011-06-02 22:41:14.000000000 +0200
+++ /usr/ports/www/drush/pkg-plist	2011-09-30 11:22:18.000000000 +0200
@@ -4,15 +4,15 @@
 %%DATADIR%%/commands/core/core.drush.inc
 %%DATADIR%%/commands/core/docs.drush.inc
 %%DATADIR%%/commands/core/drupal/batch_6.inc
-%%DATADIR%%/commands/core/drupal/batch_7.inc
+%%DATADIR%%/commands/core/drupal/batch.inc
 %%DATADIR%%/commands/core/drupal/environment_5.inc
 %%DATADIR%%/commands/core/drupal/environment_6.inc
-%%DATADIR%%/commands/core/drupal/environment_7.inc
+%%DATADIR%%/commands/core/drupal/environment.inc
 %%DATADIR%%/commands/core/drupal/site_install_6.inc
-%%DATADIR%%/commands/core/drupal/site_install_7.inc
+%%DATADIR%%/commands/core/drupal/site_install.inc
 %%DATADIR%%/commands/core/drupal/update_5.inc
 %%DATADIR%%/commands/core/drupal/update_6.inc
-%%DATADIR%%/commands/core/drupal/update_7.inc
+%%DATADIR%%/commands/core/drupal/update.inc
 %%DATADIR%%/commands/core/field.drush.inc
 %%DATADIR%%/commands/core/help.drush.inc
 %%DATADIR%%/commands/core/image.drush.inc
@@ -32,7 +32,7 @@
 %%DATADIR%%/commands/pm/pm.drush.inc
 %%DATADIR%%/commands/pm/update_info/drupal_5.inc
 %%DATADIR%%/commands/pm/update_info/drupal_6.inc
-%%DATADIR%%/commands/pm/update_info/drupal_7.inc
+%%DATADIR%%/commands/pm/update_info/drupal.inc
 %%DATADIR%%/commands/pm/updatecode.pm.inc
 %%DATADIR%%/commands/pm/version_control/backup.inc
 %%DATADIR%%/commands/pm/version_control/bzr.inc
@@ -67,6 +67,29 @@
 %%DATADIR%%/includes/drush.inc
 %%DATADIR%%/includes/environment.inc
 %%DATADIR%%/includes/sitealias.inc
+%%DATADIR%%/commands/core/cache.drush.inc
+%%DATADIR%%/commands/core/archive.drush.inc
+%%DATADIR%%/tests/siteUpgradeTest.php
+%%DATADIR%%/tests/sqlSyncTest.php
+%%DATADIR%%/tests/variableTest.php
+%%DATADIR%%/tests/siteAliasTest.php
+%%DATADIR%%/tests/COVERAGE.txt
+%%DATADIR%%/tests/drush_testcase.inc
+%%DATADIR%%/tests/phpunit.xml.dist
+%%DATADIR%%/tests/userTest.php
+%%DATADIR%%/tests/README.txt
+%%DATADIR%%/tests/runner.php
+%%DATADIR%%/tests/archiveDumpTest.php
+%%DATADIR%%/tests/pmDownloadTest.php
+%%DATADIR%%/tests/contextTest.php
+%%DATADIR%%/tests/backendTest.php
+%%DATADIR%%/tests/commandTest.php
+%%DATADIR%%/tests/pmUpdateCodeTest.php
+%%DATADIR%%/tests/pmEnDisUnListTest.php
+%%DATADIR%%/tests/coreTest.php
+%%DATADIR%%/tests/devel.xml
+%%DATADIR%%/tests/fieldTest.php
+%%DATADIR%%/tests/unit.drush.inc
 @dirrm %%DATADIR%%/includes
 @dirrm %%DATADIR%%/examples
 @dirrm %%DATADIR%%/docs
@@ -79,4 +102,5 @@
 @dirrm %%DATADIR%%/commands/core/drupal
 @dirrm %%DATADIR%%/commands/core
 @dirrm %%DATADIR%%/commands
+ at dirrm %%DATADIR%%/tests
 @dirrm %%DATADIR%%
--- drush-4.5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list