Date: Sat, 16 Mar 2024 11:30:06 GMT From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0adde04707e0 - main - www/drupral{7,10}: adjust files/pkg-message Message-ID: <202403161130.42GBU61J077819@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=0adde04707e050b76e06a0ee65a63766959e8cdf commit 0adde04707e050b76e06a0ee65a63766959e8cdf Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2024-03-16 11:27:53 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2024-03-16 11:30:04 +0000 www/drupral{7,10}: adjust files/pkg-message Use upgrade, not UPGRADE. PR: 259675 --- www/drupal10/files/pkg-message.in | 2 +- www/drupal7/files/pkg-message.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/drupal10/files/pkg-message.in b/www/drupal10/files/pkg-message.in index 9eb0493081d3..34b48d38aded 100644 --- a/www/drupal10/files/pkg-message.in +++ b/www/drupal10/files/pkg-message.in @@ -39,7 +39,7 @@ configuration: - PHP "session.cache_limiter" is set to "nocache" EOM } -{ type: UPGRADE +{ type: upgrade message: <<EOM For important information about upgrading from previous versions of Drupal, please please see: %%DOCSDIR%%/UPDATE.txt diff --git a/www/drupal7/files/pkg-message.in b/www/drupal7/files/pkg-message.in index 75c0012674fa..8ba975715118 100644 --- a/www/drupal7/files/pkg-message.in +++ b/www/drupal7/files/pkg-message.in @@ -40,7 +40,7 @@ configuration: - PHP "session.cache_limiter" is set to "nocache" EOM } -{ type: UPGRADE +{ type: upgrade message: <<EOM For important information about upgrading from previous versions of Drupal, please please see: %%DOCSDIR%%/UPGRADE.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403161130.42GBU61J077819>