diff options
author | prlw1 <prlw1@pkgsrc.org> | 2021-04-09 08:34:55 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2021-04-09 08:34:55 +0000 |
commit | ab4dbab5951958457c01696e321be33d6852bbb2 (patch) | |
tree | 93ccc2e2e1474615f53240d4be7d47f3f055ebc5 /www/drupal7 | |
parent | b1d2033592e92c0bb4b1262b0d120ec4be8f906c (diff) | |
download | pkgsrc-ab4dbab5951958457c01696e321be33d6852bbb2.tar.gz |
Update drupal7 to 7.79
Drupal 7.79, 2021-04-07
-----------------------
- Initial support for PHP 8
- Support for SameSite cookie attribute
- Avoid write for unchanged fields (opt-in)
Diffstat (limited to 'www/drupal7')
-rw-r--r-- | www/drupal7/Makefile | 6 | ||||
-rw-r--r-- | www/drupal7/distinfo | 10 |
2 files changed, 7 insertions, 9 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index c7db4330803..28aa8d6494e 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.69 2021/02/02 15:19:42 taca Exp $ +# $NetBSD: Makefile,v 1.70 2021/04/09 08:34:55 prlw1 Exp $ -DISTNAME= drupal-7.78 +DISTNAME= drupal-7.79 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} CATEGORIES= www MASTER_SITES= https://ftp.drupal.org/files/projects/ @@ -13,8 +13,6 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json -PHP_VERSIONS_ACCEPTED= 56 73 74 - NO_BUILD= YES DRUPAL= share/drupal PAX_DIRS= includes misc modules profiles scripts themes diff --git a/www/drupal7/distinfo b/www/drupal7/distinfo index 5563c9e3d85..58ddde74db7 100644 --- a/www/drupal7/distinfo +++ b/www/drupal7/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.53 2021/02/02 15:19:42 taca Exp $ +$NetBSD: distinfo,v 1.54 2021/04/09 08:34:55 prlw1 Exp $ -SHA1 (drupal-7.78.tar.gz) = 3a3876b59035e20769d4d186efd6ab07a20b7b0f -RMD160 (drupal-7.78.tar.gz) = cc2b2334d2f253aee904b3ba649e401a5f685f6d -SHA512 (drupal-7.78.tar.gz) = 405ed053c0b73e8768ee2a8dda9fb7257e8c8664cbf76025dd58d34ed16bfd0c9e853b92cfee03e85b38e9d6d9c578d52c6943e804224ce73cf7be414f4cfb91 -Size (drupal-7.78.tar.gz) = 3335651 bytes +SHA1 (drupal-7.79.tar.gz) = ac59599461a5e315efd0034992c977c39f0906cf +RMD160 (drupal-7.79.tar.gz) = e0cc575fca187b6e5ee33251e7f6bc3c9b4837fb +SHA512 (drupal-7.79.tar.gz) = 674c41b8adc2e6bac8db65a6b9d0102b22d89a4882bdcd71f356831190d6069b11d00cc4059c7bac4300edc0e6fee97bbb88b098f874d3b2dac097603f37b96f +Size (drupal-7.79.tar.gz) = 3342209 bytes |