Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161508551
D15990.id44468.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D15990.id44468.diff
View Options
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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 5, 10:01 AM (16 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34704563
Default Alt Text
D15990.id44468.diff (1 KB)
Attached To
Mode
D15990: Added flavors support to www/drush
Attached
Detach File
Event Timeline
Log In to Comment