Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Oct 2016 18:35:04 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423477 - head/www/drush
Message-ID:  <201610071835.u97IZ4xa058916@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri Oct  7 18:35:04 2016
New Revision: 423477
URL: https://svnweb.freebsd.org/changeset/ports/423477

Log:
  www/drush: add dependency on php56-phar
  
  PR:		213254
  Submitted by:	Matthias Fechner <idefix@fechner.net> (maintainer)

Modified:
  head/www/drush/Makefile

Modified: head/www/drush/Makefile
==============================================================================
--- head/www/drush/Makefile	Fri Oct  7 18:16:21 2016	(r423476)
+++ head/www/drush/Makefile	Fri Oct  7 18:35:04 2016	(r423477)
@@ -3,6 +3,7 @@
 
 PORTNAME=	drush
 PORTVERSION=	8.1.5
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/drush-ops/drush/releases/download/${DISTVERSION}/
 DISTNAME=	drush
@@ -18,7 +19,7 @@ NO_WRKSUBDIR=	yes
 
 USES=		php:cli
 # set php requirements same as drupal itself
-USE_PHP=	gd pcre session mbstring ctype json hash simplexml dom pdo filter
+USE_PHP=	gd pcre session mbstring ctype json hash simplexml dom pdo filter phar
 
 PLIST_FILES=	bin/drush bin/drush.phar
 



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