svn commit: r376030 - head/www/drush

Pawel Pekala pawel at FreeBSD.org
Thu Jan 1 20:25:38 UTC 2015


Author: pawel
Date: Thu Jan  1 20:25:36 2015
New Revision: 376030
URL: https://svnweb.freebsd.org/changeset/ports/376030
QAT: https://qat.redports.org/buildarchive/r376030/

Log:
  - Update to version 6.5.0 [1]
  - Make RUN_DEPENDS path independent
  - Remove GH_PROJECT, GH_TAGNAME they are by default set to suggested values
  - Don't split install to 2 targets (install, post-install)
  - Cleanup pkg-plist
  
  PR:		196076 [1]
  Submitted by:	Geoffroy Desvernay (maintainer) [1]

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

Modified: head/www/drush/Makefile
==============================================================================
--- head/www/drush/Makefile	Thu Jan  1 20:21:35 2015	(r376029)
+++ head/www/drush/Makefile	Thu Jan  1 20:25:36 2015	(r376030)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	drush
-PORTVERSION=	6.4.0
+PORTVERSION=	6.5.0
 CATEGORIES=	www
 
 MAINTAINER=	dgeo at centrale-marseille.fr
@@ -10,14 +10,12 @@ COMMENT=	Drupal command line and scripti
 
 LICENSE=	GPLv2
 
-RUN_DEPENDS=	${LOCALBASE}/share/pear/Console/Table.php:${PORTSDIR}/devel/pear-Console_Table
+RUN_DEPENDS=	pear-Console_Table>0:${PORTSDIR}/devel/pear-Console_Table
 
 NO_BUILD=	yes
 
 GH_ACCOUNT=	${PORTNAME}-ops
-GH_PROJECT=	${PORTNAME}
-GH_TAGNAME=	${PORTVERSION}
-GH_COMMIT=	fd4baef
+GH_COMMIT=	0a7918a
 USE_GITHUB=	yes
 
 # set php requirements same as drupal itself
@@ -39,8 +37,6 @@ do-install:
 	${INSTALL_DATA} drush_logo-black.png drush.php ${STAGEDIR}${DATADIR} && \
 	${INSTALL_SCRIPT} drush drush.complete.sh ${STAGEDIR}${DATADIR} )
 	${LN} -s ${DATADIR}/drush ${STAGEDIR}${PREFIX}/bin/drush
-
-post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	( cd ${WRKSRC} && ${INSTALL_MAN} *.md docs/* ${STAGEDIR}${DOCSDIR} )
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}

Modified: head/www/drush/distinfo
==============================================================================
--- head/www/drush/distinfo	Thu Jan  1 20:21:35 2015	(r376029)
+++ head/www/drush/distinfo	Thu Jan  1 20:25:36 2015	(r376030)
@@ -1,2 +1,2 @@
-SHA256 (drush-6.4.0.tar.gz) = ee48d3c6d17db9bf09b0d475213b89826f6daaa9ba7781fca510238b99089026
-SIZE (drush-6.4.0.tar.gz) = 508662
+SHA256 (drush-6.5.0.tar.gz) = 820b370830aedfa448bfe3993c3db420c5c8bdb1892aa4512716ddaf19f7c852
+SIZE (drush-6.5.0.tar.gz) = 509721

Modified: head/www/drush/pkg-plist
==============================================================================
--- head/www/drush/pkg-plist	Thu Jan  1 20:21:35 2015	(r376029)
+++ head/www/drush/pkg-plist	Thu Jan  1 20:25:36 2015	(r376030)
@@ -22,6 +22,7 @@ bin/drush
 %%DATADIR%%/tests/quickDrupalTest.php
 %%DATADIR%%/tests/queueTest.php
 %%DATADIR%%/tests/pmUpdateCodeTest.php
+%%DATADIR%%/tests/pmReleaseNotesTest.php
 %%DATADIR%%/tests/pmEnDisUnListTest.php
 %%DATADIR%%/tests/pmDownloadTest.php
 %%DATADIR%%/tests/phpunit.xml.dist
@@ -218,31 +219,3 @@ bin/drush
 %%DATADIR%%/commands/core/browse.drush.inc
 %%DATADIR%%/commands/core/archive.drush.inc
 %%DATADIR%%/classes/DrushRole.php
- at dirrmtry %%DATADIR%%/tests/resources
- at dirrmtry %%DATADIR%%/tests/makefiles
- at dirrmtry %%DATADIR%%/tests/hooks/magic_help_alter
- at dirrmtry %%DATADIR%%/tests/hooks
- at dirrmtry %%DATADIR%%/tests
- at dirrmtry %%DATADIR%%/misc
- at dirrmtry %%DATADIR%%/lib/Yaml-2.2.1/Tests/Fixtures
- at dirrmtry %%DATADIR%%/lib/Yaml-2.2.1/Tests
- at dirrmtry %%DATADIR%%/lib/Yaml-2.2.1/Exception
- at dirrmtry %%DATADIR%%/lib/Yaml-2.2.1
- at dirrmtry %%DATADIR%%/lib
- at dirrmtry %%DATADIR%%/includes
- at dirrmtry %%DATADIR%%/commands/user
- at dirrmtry %%DATADIR%%/commands/sql
- at dirrmtry %%DATADIR%%/commands/runserver
- at dirrmtry %%DATADIR%%/commands/pm/version_control
- at dirrmtry %%DATADIR%%/commands/pm/update_info
- at dirrmtry %%DATADIR%%/commands/pm/release_info
- at dirrmtry %%DATADIR%%/commands/pm/package_handler
- at dirrmtry %%DATADIR%%/commands/pm
- at dirrmtry %%DATADIR%%/commands/make
- at dirrmtry %%DATADIR%%/commands/core/outputformat/topics
- at dirrmtry %%DATADIR%%/commands/core/outputformat
- at dirrmtry %%DATADIR%%/commands/core/drupal
- at dirrmtry %%DATADIR%%/commands/core
- at dirrmtry %%DATADIR%%/commands
- at dirrmtry %%DATADIR%%/classes
- at dirrmtry %%DATADIR%%


More information about the svn-ports-all mailing list