From owner-svn-ports-all@FreeBSD.ORG Mon Dec 10 16:57:32 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C6CD7308; Mon, 10 Dec 2012 16:57:32 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 900FD8FC15; Mon, 10 Dec 2012 16:57:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBAGvWhb061626; Mon, 10 Dec 2012 16:57:32 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBAGvWFZ061622; Mon, 10 Dec 2012 16:57:32 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201212101657.qBAGvWFZ061622@svn.freebsd.org> From: Frederic Culot Date: Mon, 10 Dec 2012 16:57:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308616 - head/www/drush X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Dec 2012 16:57:32 -0000 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 (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 -# +# Created by: Thomas Sandford # $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