svn commit: r370595 - head/www/drush
Danilo Egea Gondolfo
danilo at FreeBSD.org
Fri Oct 10 16:01:25 UTC 2014
Author: danilo
Date: Fri Oct 10 16:01:23 2014
New Revision: 370595
URL: https://svnweb.freebsd.org/changeset/ports/370595
QAT: https://qat.redports.org/buildarchive/r370595/
Log:
- Update from 6.2.0 to 6.4.0
PR: 194254
Submitted by: dgeo at 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 Fri Oct 10 16:01:03 2014 (r370594)
+++ head/www/drush/Makefile Fri Oct 10 16:01:23 2014 (r370595)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= drush
-PORTVERSION= 6.2.0
+PORTVERSION= 6.4.0
CATEGORIES= www
MAINTAINER= dgeo at centrale-marseille.fr
@@ -17,7 +17,7 @@ NO_BUILD= yes
GH_ACCOUNT= ${PORTNAME}-ops
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= ${PORTVERSION}
-GH_COMMIT= b1a8edb
+GH_COMMIT= fd4baef
USE_GITHUB= yes
# set php requirements same as drupal itself
@@ -25,13 +25,10 @@ USE_PHP= gd pcre session mbstring ctype
WANT_PHP_CLI= yes
PORTDOCS= *
-
PORTEXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES
-.include <bsd.port.options.mk>
-
do-configure:
@${REINPLACE_CMD} -e 's|XXXDATADIRXXX|${STAGEDIR}${DATADIR}|g' ${WRKSRC}/drush
@@ -44,13 +41,9 @@ do-install:
${LN} -s ${DATADIR}/drush ${STAGEDIR}${PREFIX}/bin/drush
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- ( cd ${WRKSRC} && ${INSTALL_MAN} *.md docs/* ${STAGEDIR}${DOCSDIR} )
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ( cd ${WRKSRC} && ${INSTALL_MAN} examples/* ${STAGEDIR}${EXAMPLESDIR} )
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ( cd ${WRKSRC} && ${INSTALL_MAN} *.md docs/* ${STAGEDIR}${DOCSDIR} )
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ( cd ${WRKSRC} && ${INSTALL_MAN} examples/* ${STAGEDIR}${EXAMPLESDIR} )
.include <bsd.port.mk>
Modified: head/www/drush/distinfo
==============================================================================
--- head/www/drush/distinfo Fri Oct 10 16:01:03 2014 (r370594)
+++ head/www/drush/distinfo Fri Oct 10 16:01:23 2014 (r370595)
@@ -1,2 +1,2 @@
-SHA256 (drush-6.2.0.tar.gz) = 236b2365dce7490e4ee87f6d3ce82da01d0d2ad25c0e936a960a22cd2b72616b
-SIZE (drush-6.2.0.tar.gz) = 504555
+SHA256 (drush-6.4.0.tar.gz) = ee48d3c6d17db9bf09b0d475213b89826f6daaa9ba7781fca510238b99089026
+SIZE (drush-6.4.0.tar.gz) = 508662
Modified: head/www/drush/pkg-plist
==============================================================================
--- head/www/drush/pkg-plist Fri Oct 10 16:01:03 2014 (r370594)
+++ head/www/drush/pkg-plist Fri Oct 10 16:01:23 2014 (r370595)
@@ -215,6 +215,7 @@ bin/drush
%%DATADIR%%/commands/core/docs.drush.inc
%%DATADIR%%/commands/core/core.drush.inc
%%DATADIR%%/commands/core/cache.drush.inc
+%%DATADIR%%/commands/core/browse.drush.inc
%%DATADIR%%/commands/core/archive.drush.inc
%%DATADIR%%/classes/DrushRole.php
@dirrmtry %%DATADIR%%/tests/resources
More information about the svn-ports-head
mailing list