Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2020 07:51:16 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540564 - head/www/drush
Message-ID:  <202006270751.05R7pGjh024541@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Sat Jun 27 07:51:16 2020
New Revision: 540564
URL: https://svnweb.freebsd.org/changeset/ports/540564

Log:
  Update to 8.3.3:
  Bugfix release primarily fixing issues to support:
  
  Drupal 9 (#4408)
  PHP 7.4 (#4362)
  Mysql 8 (#4313 & #4261)

Modified:
  head/www/drush/Makefile
  head/www/drush/distinfo
  head/www/drush/pkg-descr

Modified: head/www/drush/Makefile
==============================================================================
--- head/www/drush/Makefile	Sat Jun 27 07:39:50 2020	(r540563)
+++ head/www/drush/Makefile	Sat Jun 27 07:51:16 2020	(r540564)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	drush
-DISTVERSION=	8.1.16
-PORTREVISION=	1
+DISTVERSION=	8.3.3
+PORTREVISION=	0
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/drush-ops/drush/releases/download/${DISTVERSION}/
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}

Modified: head/www/drush/distinfo
==============================================================================
--- head/www/drush/distinfo	Sat Jun 27 07:39:50 2020	(r540563)
+++ head/www/drush/distinfo	Sat Jun 27 07:51:16 2020	(r540564)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518347463
-SHA256 (drush.phar) = cf41ff329761aa28ef9770efd4d02d3b0a5bc5efeb52de6654756bd8103a04f4
-SIZE (drush.phar) = 4590001
+TIMESTAMP = 1593244065
+SHA256 (drush.phar) = a568bf0bcad1b6f300f0d35d79cccc53f93e7e90edc9822f3a6354145e456f98
+SIZE (drush.phar) = 5028695

Modified: head/www/drush/pkg-descr
==============================================================================
--- head/www/drush/pkg-descr	Sat Jun 27 07:39:50 2020	(r540563)
+++ head/www/drush/pkg-descr	Sat Jun 27 07:51:16 2020	(r540564)
@@ -2,4 +2,4 @@ Drush is a command line shell and Unix scripting inter
 and is designed to make life easier for those who spend some of their working
 hours hacking away at the command prompt.
 
-WWW: http://drupal.org/project/drush
+WWW: https://github.com/drush-ops/drush



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006270751.05R7pGjh024541>