Page MenuHomeFreeBSD

D15990.id44430.diff
No OneTemporary

D15990.id44430.diff

Index: UPDATING
===================================================================
--- UPDATING
+++ 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: www/drush/Makefile
===================================================================
--- www/drush/Makefile
+++ 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

File Metadata

Mime Type
text/plain
Expires
Sun, Jul 5, 2:05 AM (8 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34686621
Default Alt Text
D15990.id44430.diff (1 KB)

Event Timeline