svn commit: r423477 - head/www/drush
Kurt Jaeger
pi at FreeBSD.org
Fri Oct 7 18:35:05 UTC 2016
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 at 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
More information about the svn-ports-head
mailing list