Received: by mail.netbsd.org (Postfix, from userid 605) id F1EDB84D15; Fri, 9 Apr 2021 08:34:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 386C684CE0 for ; Fri, 9 Apr 2021 08:34:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id pZPTLOWLiCvy for ; Fri, 9 Apr 2021 08:34:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id ACCEC84CDB for ; Fri, 9 Apr 2021 08:34:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A02D0FA95; Fri, 9 Apr 2021 08:34:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16179572958930" MIME-Version: 1.0 Date: Fri, 9 Apr 2021 08:34:55 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/www/drupal7 To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20210409083455.A02D0FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16179572958930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_16179572958930 Content-Disposition: inline Content-Length: 1888 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_16179572958930--