Date: Mon, 10 Dec 2012 16:57:32 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308616 - head/www/drush Message-ID: <201212101657.qBAGvWFZ061622@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: culot Date: Mon Dec 10 16:57:31 2012 New Revision: 308616 URL: http://svnweb.freebsd.org/changeset/ports/308616 Log: - Udpate to 5.8 [1] - Trim Makefile header Changes: http://drupal.org/node/1838762 PR: ports/174322 [1] Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> (maintainer) Modified: head/www/drush/Makefile head/www/drush/distinfo head/www/drush/pkg-plist Modified: head/www/drush/Makefile ============================================================================== --- head/www/drush/Makefile Mon Dec 10 16:49:34 2012 (r308615) +++ head/www/drush/Makefile Mon Dec 10 16:57:31 2012 (r308616) @@ -1,12 +1,8 @@ -# New ports collection makefile for: www/drush -# Date created: April 29th 2010 -# Whom: Thomas Sandford <freebsduser@paradisegreen.co.uk> -# +# Created by: Thomas Sandford <freebsduser@paradisegreen.co.uk> # $FreeBSD$ -# PORTNAME= drush -PORTVERSION= 5.7 +PORTVERSION= 5.8 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drush-7.x-${PORTVERSION} Modified: head/www/drush/distinfo ============================================================================== --- head/www/drush/distinfo Mon Dec 10 16:49:34 2012 (r308615) +++ head/www/drush/distinfo Mon Dec 10 16:57:31 2012 (r308616) @@ -1,2 +1,2 @@ -SHA256 (drush-7.x-5.7.tar.gz) = c21dcf689f068add2e5cceb6d2bc5e04c809624ca0e80da4caae8ebf6c78fc7d -SIZE (drush-7.x-5.7.tar.gz) = 406063 +SHA256 (drush-7.x-5.8.tar.gz) = 15dd85f04c49b4a896b02dd6960d3140f3ae680bab3eea5d3aba27be0481e480 +SIZE (drush-7.x-5.8.tar.gz) = 409642 Modified: head/www/drush/pkg-plist ============================================================================== --- head/www/drush/pkg-plist Mon Dec 10 16:49:34 2012 (r308615) +++ head/www/drush/pkg-plist Mon Dec 10 16:57:31 2012 (r308616) @@ -106,6 +106,7 @@ bin/drush %%DATADIR%%/tests/makefiles/defaults.make %%DATADIR%%/tests/makefiles/contrib-destination.make %%DATADIR%%/tests/makefiles/svn.make +%%DATADIR%%/tests/makefiles/qd-devel.make %%DATADIR%%/tests/makefiles/translations-inside7.make %%DATADIR%%/tests/makefiles/recursion.make %%DATADIR%%/tests/makefiles/included2.make @@ -124,6 +125,9 @@ bin/drush %%DATADIR%%/tests/makefiles/get.make %%DATADIR%%/tests/makefiles/patches.make %%DATADIR%%/tests/makefiles/md5-succeed.make +%%DATADIR%%/tests/quickDrupalTest.php +%%DATADIR%%/tests/completetest.drush.inc +%%DATADIR%%/tests/completetestsite.drush.inc %%DATADIR%%/tests/queueTest.php %%DATADIR%%/tests/siteSetTest.php %%DATADIR%%/tests/commandUnitTest.php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212101657.qBAGvWFZ061622>