Index: head/UPDATING =================================================================== --- head/UPDATING +++ head/UPDATING @@ -5,6 +5,16 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20180625: + AFFECTS: users of PHP based applications like drush + AUTHOR: mfechner@FreeBSD.org + + Flavors are being added to PHP applications. If you use PHP 5.6 you need: + + # pkg set -n drush:drush-php56 + + For more details see 20180611. + 20180612: AFFECTS: users of the nox flavor of editors/emacs-devel AUTHOR: jrm@FreeBSD.org Index: head/www/drush/Makefile =================================================================== --- head/www/drush/Makefile +++ head/www/drush/Makefile @@ -3,8 +3,10 @@ PORTNAME= drush DISTVERSION= 8.1.16 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/drush-ops/drush/releases/download/${DISTVERSION}/ +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= drush EXTRACT_SUFX= .phar @@ -17,7 +19,7 @@ NO_WRKSUBDIR= yes NO_ARCH= yes -USES= php:cli +USES= php:cli,flavors # set php requirements same as drupal itself USE_PHP= gd pcre session mbstring ctype json hash simplexml dom pdo filter phar