diff options
author | taca <taca@pkgsrc.org> | 2019-01-19 07:33:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-01-19 07:33:55 +0000 |
commit | 1a078185eef6c98c58d14dde380402498b79030f (patch) | |
tree | 2ef4b8946fce60d8a72b69dc784e9790618e2185 /www/drupal8/Makefile | |
parent | 9379f731c2f09890f06987e0b924d7a7837c9b07 (diff) | |
download | pkgsrc-1a078185eef6c98c58d14dde380402498b79030f.tar.gz |
www/drupal8: update to 8.6.6
This is a hotfix release for a regression affecting some Drush installations
that was introduced by the fix for SA-CORE-2019-002. No other fixes are
included.
Diffstat (limited to 'www/drupal8/Makefile')
-rw-r--r-- | www/drupal8/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/drupal8/Makefile b/www/drupal8/Makefile index 5ad8b012fa9..67c4ca09b58 100644 --- a/www/drupal8/Makefile +++ b/www/drupal8/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2019/01/09 11:56:17 prlw1 Exp $ +# $NetBSD: Makefile,v 1.16 2019/01/19 07:33:55 taca Exp $ -DISTNAME= drupal-8.6.5 -PKGREVISION= 1 +DISTNAME= drupal-8.6.6 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ |