diff --git a/www/drupal9/Makefile b/www/drupal9/Makefile index 43c2f7ddc614..0a9ffd8dedda 100644 --- a/www/drupal9/Makefile +++ b/www/drupal9/Makefile @@ -1,49 +1,49 @@ PORTNAME= drupal9 -PORTVERSION= 9.4.8 +PORTVERSION= 9.5.0 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) WWW= https://www.drupal.org/ 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 2d430e1192c0..d9e93342200d 100644 --- a/www/drupal9/distinfo +++ b/www/drupal9/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667254760 -SHA256 (drupal/drupal-9.4.8.tar.gz) = 48752d6676740f983f79319c236aa09efdc3ad82cf496bc1a89ce349b2ad88db -SIZE (drupal/drupal-9.4.8.tar.gz) = 21623104 +TIMESTAMP = 1671491952 +SHA256 (drupal/drupal-9.5.0.tar.gz) = 2134e5555b62356448031bed9a1abb8f4f3ebea5605fef27592a46c8e4252884 +SIZE (drupal/drupal-9.5.0.tar.gz) = 22566997 diff --git a/www/drupal9/files/pkg-message.in b/www/drupal9/files/pkg-message.in index 355a0d548f99..835dbb3118aa 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 9. In particular, please ensure that your configuration: -- uses PHP 7.3 or later +- uses PHP 8.0 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: <