Port details |
- drupal9 Database driven web content management system (CMS)
- 9.5.11 www
=1 9.5.11Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream EOL reaches on 2023-11-01
This port expired on: 2023-12-31
- Maintainer: acm@FreeBSD.org
- Port Added: 2020-12-22 01:41:30
- Last Update: 2023-12-31 00:06:24
- Commit Hash: 33a2607
- People watching this port, also watch:: mailutils, osv-scanner, opensmtpd, memcached, tmux
- License: GPLv2+
- WWW:
- https://www.drupal.org/
- Description:
- Drupal is a free web Content Management System (CMS) that allows an
individual or a community of users to easily publish, manage and organize a
wide variety of content on a website.
Drupal is ready to go from the moment you download it. It even has an
easy-to-use web installer! The built-in functionality, combined with dozens
of freely available add-on modules, will enable features such as: Content
Management Systems, Blogs, Collaborative authoring environments, Forums,
Peer-to-peer networking, Newsletters, Podcasting, Picture galleries, File
uploads/downloads and much more.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: drupal9
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1695256665
SHA256 (drupal/drupal-9.5.11.tar.gz) = c0bebd4fc4e7ddca9df8569fce0ee337fd28922917faa749d479e99176151f2c
SIZE (drupal/drupal-9.5.11.tar.gz) = 22593304
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php81
- dom.so : textproc/php81-dom
- filter.so : security/php81-filter
- gd.so : graphics/php81-gd
- mbstring.so : converters/php81-mbstring
- opcache.so : www/php81-opcache
- pdo.so : databases/php81-pdo
- session.so : www/php81-session
- simplexml.so : textproc/php81-simplexml
- tokenizer.so : devel/php81-tokenizer
- xml.so : textproc/php81-xml
- pdo_mysql.so : databases/php81-pdo_mysql
- Library dependencies:
-
- libmysqlclient.so.21 : databases/mysql80-client
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for drupal9-9.5.11:
DOCS=on: Build and/or install documentation
MYSQL=on: MySQL database support
PGSQL=off: PostgreSQL database support
SQLITE3=off: SQLite 3 database support
===> Use 'make config' to modify these settings
- Options name:
- www_drupal9
- USES:
- php:web shebangfix mysql
- pkg-message:
- For install:
- Complete instructions for installing and configuring Drupal can be found here:
/usr/local/share/doc/drupal9/INSTALL.txt
You need to create the DB where Drupal is going to live, and depending on
which database you intend to use, you should consult one of the following
documents:
/usr/local/share/doc/drupal9/INSTALL.mysql.txt
/usr/local/share/doc/drupal9/INSTALL.pgsql.txt
/usr/local/share/doc/drupal9/INSTALL.sqlite.txt
You also need to add appropriate configuration directives to your apache
configuration file (/usr/local/etc/apache(2)/httpd.conf).
A typical configuration might read:
Alias /drupal "/usr/local/www/drupal9"
<Directory "/usr/local/www/drupal9">
Options Indexes FollowSymlinks MultiViews
AllowOverride all
Require all granted
</Directory>
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 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"
- UPGRADE
- For important information about upgrading from previous versions of Drupal, please
please see: /usr/local/share/doc/drupal9/UPDATE.txt
You can install www/drush if you have problems with Drupal update. Drush is a
command line tool for Drupal
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
9.5.11 31 Dec 2023 00:06:24 |
Muhammad Moinur Rahman (bofh) |
www/drupal9: Remove expired port
2023-12-31 www/drupal9: Upstream EOL reaches on 2023-11-01 |
9.5.11 21 Sep 2023 00:47:10 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal9: Update to 9.5.11
ChangeLog at: https://www.drupal.org/project/drupal/releases/9.5.11 |
9.5.9 23 Aug 2023 04:37:49 |
Muhammad Moinur Rahman (bofh) |
www/drupal9: Mark DEPRECATED
- Upstream EOL reaches on 2023-11-01. See:
https://www.drupal.org/about/core/policies/core-release-cycles/schedule
- Set EXPIRATION_DATE 2023-12-31
Approved by: portmgr (blanket) |
9.5.9 16 May 2023 03:23:55 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal9: Update to 9.5.9
ChangeLog at: https://www.drupal.org/project/drupal/releases/9.5.9 |
9.5.7 16 Apr 2023 18:09:23 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL (Only the first 15 lines of the commit message are shown above ) |
9.5.7 02 Apr 2023 23:15:02 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal9: update to 9.5.7 |
9.5.5 16 Mar 2023 23:36:49 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal9: Update to 9.5.5
ChangeLog at: https://www.drupal.org/project/drupal/releases/9.5.5 |
9.5.0 20 Dec 2022 00:31:36 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal9: Change DRUPAL_DIR to WWWDIR into pkg-message.in
Reported by: wen |
9.5.0 19 Dec 2022 23:38:52 |
Jose Alonso Cardenas Marquez (acm) Author: Wen Heping |
www/drupal9: Update to 9.5.0
ChangeLog at: https://www.drupal.org/project/drupal/releases/9.5.0
PR: 268459 |
9.4.8 31 Oct 2022 22:25:35 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal9: update to 9.4.8
ChangeLog at: https://www.drupal.org/project/drupal/releases/9.4.8 |
9.4.7 02 Oct 2022 06:41:39 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal9: Update to 9.4.7
ChangeLog at: https://www.drupal.org/project/drupal/releases/9.4.7 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
9.4.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
9.4.5 20 Aug 2022 01:14:33 |
Wen Heping (wen) |
www/drupal9: Update to 9.4.5
PR: 265883
Reported by: f451@imap.cc
Approved by: maintainer |
9.3.19 22 Jul 2022 21:46:26 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal9: update to 9.3.19
ChangeLog at: https://www.drupal.org/project/drupal/releases/9.3.19 |
9.3.18 13 Jul 2022 01:49:29 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal9: update to 9.3.18
ChangeLog at: https://www.drupal.org/project/drupal/releases/9.3.18 |
9.3.16 18 Jun 2022 06:03:23 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal9: update to 9.3.16
ChangeLog at: https://www.drupal.org/project/drupal/releases/9.3.16
PR: 264283
Reported by: f451 _at_ imap.cc |
9.3.13 22 May 2022 08:27:12 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal9: update to 9.3.13
ChangeLog at: https://www.drupal.org/project/drupal/releases/9.3.13 |
9.3.12 20 Apr 2022 18:39:33 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal9: update to 9.3.12
ChangeLog at: https://www.drupal.org/project/drupal/releases/9.3.12 |
9.3.9 02 Apr 2022 23:56:00 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal9: update to 9.3.9
ChangeLog at: https://www.drupal.org/project/drupal/releases/9.3.9
PR: 262741
Reported by: tech-lists _at_ zyxst.net |
9.3.7 06 Mar 2022 21:05:39 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal9: update to 9.3.7
ChangeLog at: https://www.drupal.org/project/drupal/releases/9.3.7 |
9.3.4 02 Feb 2022 22:19:22 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal9: update to 9.3.4
ChangeLog at: https://www.drupal.org/project/drupal/releases/9.3.4
PR: 260339 261506
Reported by: tech-lists _at_ zyxst.net dennis.r.friedrichsen at gmail.com |
9.2.10 06 Dec 2021 03:45:47 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal9: update to 9.2.10
ChangeLog at: https://www.drupal.org/project/drupal/releases/9.2.10 |
9.2.8 05 Nov 2021 18:52:48 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal9: update to 9.2.8
ChangeLog at: https://www.drupal.org/project/drupal/releases/9.2.8 |
9.2.5 05 Sep 2021 02:20:44 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal: update to 9.2.5 |
9.2.4 22 Aug 2021 02:06:24 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal9: update to 9.2.4 |
9.0.14 28 Jun 2021 02:44:48 |
Jose Alonso Cardenas Marquez (acm) |
www/drupal9: Update to 9.0.14 |
9.0.11 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
9.0.11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
9.0.11 18 Feb 2021 15:00:04 |
acm |
- Update to 9.0.11 |
9.0.10 22 Dec 2020 01:40:29 |
acm |
- New port: www/drupal9
Drupal is a free web Content Management System (CMS) that allows an
individual or a community of users to easily publish, manage and organize a
wide variety of content on a website.
Drupal is ready to go from the moment you download it. It even has an
easy-to-use web installer! The built-in functionality, combined with dozens
of freely available add-on modules, will enable features such as: Content
Management Systems, Blogs, Collaborative authoring environments, Forums,
Peer-to-peer networking, Newsletters, Podcasting, Picture galleries, File
uploads/downloads and much more.
WWW: https://www.drupal.org/
PR: 247603
Submitted by: wen |