From owner-svn-ports-head@freebsd.org Tue Jun 26 15:33:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92A47102B4BA; Tue, 26 Jun 2018 15:33:27 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 34A917569D; Tue, 26 Jun 2018 15:33:27 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 105FF1627C; Tue, 26 Jun 2018 15:33:27 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5QFXQ3f090709; Tue, 26 Jun 2018 15:33:26 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5QFXQnX090707; Tue, 26 Jun 2018 15:33:26 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201806261533.w5QFXQnX090707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 26 Jun 2018 15:33:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473390 - in head: . www/drush X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head: . www/drush X-SVN-Commit-Revision: 473390 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jun 2018 15:33:27 -0000 Author: mfechner Date: Tue Jun 26 15:33:26 2018 New Revision: 473390 URL: https://svnweb.freebsd.org/changeset/ports/473390 Log: Added flavors support to drush. PR: 227741 Submitted by: Jonas Palm Reported by: Jonas Palm Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15990 Modified: head/UPDATING head/www/drush/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Jun 26 15:27:24 2018 (r473389) +++ head/UPDATING Tue Jun 26 15:33:26 2018 (r473390) @@ -5,6 +5,16 @@ they are unavoidable. 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 Modified: head/www/drush/Makefile ============================================================================== --- head/www/drush/Makefile Tue Jun 26 15:27:24 2018 (r473389) +++ head/www/drush/Makefile Tue Jun 26 15:33:26 2018 (r473390) @@ -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_BUILD= yes 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