pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/drupal7



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Fri Apr  9 08:34:55 UTC 2021

Modified Files:
        pkgsrc/www/drupal7: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/www/drupal7/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/www/drupal7/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/drupal7/Makefile
diff -u pkgsrc/www/drupal7/Makefile:1.69 pkgsrc/www/drupal7/Makefile:1.70
--- pkgsrc/www/drupal7/Makefile:1.69    Tue Feb  2 15:19:42 2021
+++ pkgsrc/www/drupal7/Makefile Fri Apr  9 08:34:55 2021
@@ -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

Index: pkgsrc/www/drupal7/distinfo
diff -u pkgsrc/www/drupal7/distinfo:1.53 pkgsrc/www/drupal7/distinfo:1.54
--- pkgsrc/www/drupal7/distinfo:1.53    Tue Feb  2 15:19:42 2021
+++ pkgsrc/www/drupal7/distinfo Fri Apr  9 08:34:55 2021
@@ -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



Home | Main Index | Thread Index | Old Index