Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jan 2017 12:44:26 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431736 - head/www/drush
Message-ID:  <201701171244.v0HCiQHS041181@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jan 17 12:44:26 2017
New Revision: 431736
URL: https://svnweb.freebsd.org/changeset/ports/431736

Log:
  - Update to 8.1.9
  - While here, fix license and some whitespace and add NO_ARCH
  
  PR:		216151
  Submitted by:	idefix@fechner.net (maintainer)

Modified:
  head/www/drush/Makefile
  head/www/drush/distinfo

Modified: head/www/drush/Makefile
==============================================================================
--- head/www/drush/Makefile	Tue Jan 17 12:44:26 2017	(r431735)
+++ head/www/drush/Makefile	Tue Jan 17 12:44:26 2017	(r431736)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	drush
-PORTVERSION=	8.1.7
+PORTVERSION=	8.1.9
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/drush-ops/drush/releases/download/${DISTVERSION}/
 DISTNAME=	drush
@@ -11,10 +11,11 @@ EXTRACT_SUFX=	.phar
 MAINTAINER=	idefix@fechner.net
 COMMENT=	Drupal command line and scripting interface
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
 
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
+NO_ARCH=	yes
 
 USES=		php:cli
 # set php requirements same as drupal itself
@@ -23,8 +24,8 @@ USE_PHP=	gd pcre session mbstring ctype 
 PLIST_FILES=	bin/drush bin/drush.phar
 
 do-extract:
-		${MKDIR} ${WRKSRC}/
-		${CP} ${_DISTDIR}/drush.phar ${WRKSRC}/
+	@${MKDIR} ${WRKSRC}/
+	${CP} ${_DISTDIR}/drush.phar ${WRKSRC}/
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/drush.phar ${STAGEDIR}${PREFIX}/bin/

Modified: head/www/drush/distinfo
==============================================================================
--- head/www/drush/distinfo	Tue Jan 17 12:44:26 2017	(r431735)
+++ head/www/drush/distinfo	Tue Jan 17 12:44:26 2017	(r431736)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477923940
-SHA256 (drush.phar) = e44f8ba40e885650f4e3cf91529d1be7869534ccecd30dd77e8d8a0ae1596cd4
-SIZE (drush.phar) = 5950080
+TIMESTAMP = 1484590350
+SHA256 (drush.phar) = 0137528333ac1f230c05322bc95b8bf219fabb46bffb57c51f0a2d64555af7ff
+SIZE (drush.phar) = 6135132



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701171244.v0HCiQHS041181>