diff --git a/www/drupal9/Makefile b/www/drupal9/Makefile index 80e6ce131569..710fe56ecabd 100644 --- a/www/drupal9/Makefile +++ b/www/drupal9/Makefile @@ -1,48 +1,48 @@ PORTNAME= drupal9 -PORTVERSION= 9.2.10 +PORTVERSION= 9.3.4 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} DIST_SUBDIR= drupal MAINTAINER= acm@FreeBSD.org COMMENT= Database driven web content management system (CMS) LICENSE= GPLv2+ USES= php:web shebangfix USE_PHP= dom filter gd hash json mbstring opcache pcre pdo session \ simplexml tokenizer xml SHEBANG_FILES= core/scripts/password-hash.sh NO_ARCH= yes NO_BUILD= yes DOCS= core/CHANGELOG.txt core/INSTALL.mysql.txt core/INSTALL.sqlite.txt \ LICENSE.txt core/COPYRIGHT.txt core/INSTALL.pgsql.txt \ core/INSTALL.txt core/MAINTAINERS.txt core/UPDATE.txt OPTIONS_DEFINE= MYSQL SQLITE3 PGSQL DOCS OPTIONS_DEFAULT= MYSQL SUB_FILES+= pkg-message PGSQL_USES= pgsql PGSQL_USE= PHP=pdo_pgsql SQLITE3_USE= PHP=pdo_sqlite MYSQL_USES= mysql MYSQL_USE= PHP=pdo_mysql post-extract: @${MKDIR} ${WRKDIR}/DOCS @${MV} ${DOCS:S|^|${WRKSRC}/|} ${WRKDIR}/DOCS/ do-install: (cd ${WRKSRC} && ${COPYTREE_SHARE} . \ ${STAGEDIR}${WWWDIR}) do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKDIR}/DOCS && ${COPYTREE_SHARE} . \ ${STAGEDIR}${DOCSDIR}) .include diff --git a/www/drupal9/distinfo b/www/drupal9/distinfo index 5cc375ea340c..49d43140d5c2 100644 --- a/www/drupal9/distinfo +++ b/www/drupal9/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638762071 -SHA256 (drupal/drupal-9.2.10.tar.gz) = 280bc05879b41e2ed1c6346ab2964f33ad359d1849cf33203229e8da30707f8c -SIZE (drupal/drupal-9.2.10.tar.gz) = 18880149 +TIMESTAMP = 1643837487 +SHA256 (drupal/drupal-9.3.4.tar.gz) = 71c1879948aa663c0faf4aa651b6f43515adc6a22568b42a6795128d0cdf6b1c +SIZE (drupal/drupal-9.3.4.tar.gz) = 19883552 diff --git a/www/drupal9/files/pkg-message.in b/www/drupal9/files/pkg-message.in index dd01ed61107c..355a0d548f99 100644 --- a/www/drupal9/files/pkg-message.in +++ b/www/drupal9/files/pkg-message.in @@ -1,52 +1,52 @@ [ { type: install message: < Options Indexes FollowSymlinks MultiViews AllowOverride None Order allow,deny Allow from all Please see http://drupal.org/cron for important information on setting up periodic maintenance tasks in Drupal. Please see http://drupal.org/requirements for important information on -system requirements for Drupal 8. In particular, please ensure that your +system requirements for Drupal 9. In particular, please ensure that your configuration: - uses PHP 7.3 or later - PHP "memory_limit" is set to "32Mb" or larger - PHP "register_globals" is set to "Off" - PHP "safe_mode" is set to "Off" - PHP "session.cache_limiter" is set to "nocache" EOM } { type: UPGRADE message: <