notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
moodle311 Course management system based on social constructionism
3.11.15 www Deleted on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.11.15Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Requires php80 which is set to expire on 2023-11-26
Expired This port expired on: 2023-06-30
Maintainer: wen@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-05-17 01:45:17
Last Update: 2023-06-30 03:05:30
Commit Hash: 520a333
People watching this port, also watch:: unbound, pkg, clamav, php82, grafana9
Also Listed In: education
License: GPLv3
WWW:
https://www.moodle.org/
Description:
Moodle is a course management system (CMS) - a free, Open Source software package designed using sound pedagogical principles, to help educators create effective online learning communities. You can use it on any computer you have handy (including webhosts), yet it can scale from a single-teacher site to a 40,000-student University.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • moodle311-php80>0:www/moodle311
Conflicts:
CONFLICTS:
  • moodle40-4.0.[0-9]*
  • moodle41-4.1.[0-9]*
  • moodle42-4.2.[0-9]*
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
No installation instructions:
This port has been deleted.
PKGNAME: moodle311-php80
Package flavors (<flavor>: <package>)
  • php80: moodle311-php80
distinfo:
TIMESTAMP = 1686439305 SHA256 (moodle-3.11.15.tgz) = 5a299f69cc6e10d9d85b9101409bf497946ef2a65bf39e1f24de8b1bb02482ee SIZE (moodle-3.11.15.tgz) = 60470865

Packages (timestamps in pop-ups are UTC):
moodle311-php80
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest--3.11.11----3.11.15
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. php.h : lang/php80
  2. ctype.so : textproc/php80-ctype
  3. curl.so : ftp/php80-curl
  4. dom.so : textproc/php80-dom
  5. fileinfo.so : sysutils/php80-fileinfo
  6. filter.so : security/php80-filter
  7. gd.so : graphics/php80-gd
  8. iconv.so : converters/php80-iconv
  9. intl.so : devel/php80-intl
  10. mbstring.so : converters/php80-mbstring
  11. opcache.so : www/php80-opcache
  12. session.so : www/php80-session
  13. simplexml.so : textproc/php80-simplexml
  14. soap.so : net/php80-soap
  15. sodium.so : security/php80-sodium
  16. tokenizer.so : devel/php80-tokenizer
  17. xml.so : textproc/php80-xml
  18. xmlreader.so : textproc/php80-xmlreader
  19. xmlrpc.so : net/pecl-xmlrpc@php80
  20. zip.so : archivers/php80-zip
  21. zlib.so : archivers/php80-zlib
  22. mysqli.so : databases/php80-mysqli
Library dependencies:
  1. libmysqlclient.so.21 : databases/mysql80-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for moodle311-php80-3.11.15: LDAP=off: LDAP protocol support ====> Options available for the single BACKEND: you have to select exactly one of them MYSQL=on: MySQL database support PGSQL=off: PostgreSQL database support ===> Use 'make config' to modify these settings
Options name:
www_moodle311
USES:
cpe php:flavors tar:tgz mysql
pkg-message:
For install:
1) Create a user and a database for Moodle to store all its tables in (or choose an existing database). It doesn't matter what the database or user names are, as this will be configured in a later step. NOTE: this package assumes that either the phpX-pgsql, phpX-mysql, or phpX-mssql packages are installed. 2) Add the following to your Apache configuration file httpd.conf, and restart the server: Alias /moodle /usr/local/www/moodle/ AcceptPathInfo On <Directory /usr/local/www/moodle/> AllowOverride None Require all granted </Directory> 3) Visit your Moodle site with a browser (i.e., http://your.server.com/moodle/), and you should be taken to the install.php script, which will lead you through creating a config.php file and then setting up Moodle, creating an admin account, etc. At one step, you will get a message saying that the installer script was not able to automatically create the config.php file. Just download it and copy it to /usr/local/www/moodle/config.php. Beware that it will contain the database password in cleartext, so set up whatever file permissions you deem more adequate. For instance, user=root, group=www, mask=640. 4) Set up a cron task to invoke the file admin/cron.php every five minutes or so. For instance: */5 * * * * fetch http://your.server.com/moodle/admin/cron.php For more information, see the INSTALL DOCUMENTATION: http://docs.moodle.org/en/Installing_Moodle It may be worth reading the installation docs even if Moodle seems to be working at first, to ensure your PHP settings and database configuration will allow Moodle to operate properly.
If upgrading
If you are upgrading from an earlier version of Moodle, check out possible additional steps at: https://docs.moodle.org/311/en/Upgrading If you have real trouble, please visit the Moodle course "Using Moodle" on moodle.org.
Master Sites:
Expand this list (56 items)
Collapse this list.
  1. http://cfhcable.dl.sourceforge.net/project/moodle/Moodle/stable311/
  2. http://cytranet.dl.sourceforge.net/project/moodle/Moodle/stable311/
  3. http://deac-ams.dl.sourceforge.net/project/moodle/Moodle/stable311/
  4. http://deac-fra.dl.sourceforge.net/project/moodle/Moodle/stable311/
  5. http://deac-riga.dl.sourceforge.net/project/moodle/Moodle/stable311/
  6. http://downloads.sourceforge.net/project/moodle/Moodle/stable311/
  7. http://excellmedia.dl.sourceforge.net/project/moodle/Moodle/stable311/
  8. http://freefr.dl.sourceforge.net/project/moodle/Moodle/stable311/
  9. http://gigenet.dl.sourceforge.net/project/moodle/Moodle/stable311/
  10. http://ixpeering.dl.sourceforge.net/project/moodle/Moodle/stable311/
  11. http://jaist.dl.sourceforge.net/project/moodle/Moodle/stable311/
  12. http://jztkft.dl.sourceforge.net/project/moodle/Moodle/stable311/
  13. http://kumisystems.dl.sourceforge.net/project/moodle/Moodle/stable311/
  14. http://liquidtelecom.dl.sourceforge.net/project/moodle/Moodle/stable311/
  15. http://nchc.dl.sourceforge.net/project/moodle/Moodle/stable311/
  16. http://netactuate.dl.sourceforge.net/project/moodle/Moodle/stable311/
  17. http://netcologne.dl.sourceforge.net/project/moodle/Moodle/stable311/
  18. http://netix.dl.sourceforge.net/project/moodle/Moodle/stable311/
  19. http://onboardcloud.dl.sourceforge.net/project/moodle/Moodle/stable311/
  20. http://phoenixnap.dl.sourceforge.net/project/moodle/Moodle/stable311/
  21. http://razaoinfo.dl.sourceforge.net/project/moodle/Moodle/stable311/
  22. http://sinalbr.dl.sourceforge.net/project/moodle/Moodle/stable311/
  23. http://sitsa.dl.sourceforge.net/project/moodle/Moodle/stable311/
  24. http://sonik.dl.sourceforge.net/project/moodle/Moodle/stable311/
  25. http://tenet.dl.sourceforge.net/project/moodle/Moodle/stable311/
  26. http://udomain.dl.sourceforge.net/project/moodle/Moodle/stable311/
  27. http://ufpr.dl.sourceforge.net/project/moodle/Moodle/stable311/
  28. http://versaweb.dl.sourceforge.net/project/moodle/Moodle/stable311/
  29. https://cfhcable.dl.sourceforge.net/project/moodle/Moodle/stable311/
  30. https://cytranet.dl.sourceforge.net/project/moodle/Moodle/stable311/
  31. https://deac-ams.dl.sourceforge.net/project/moodle/Moodle/stable311/
  32. https://deac-fra.dl.sourceforge.net/project/moodle/Moodle/stable311/
  33. https://deac-riga.dl.sourceforge.net/project/moodle/Moodle/stable311/
  34. https://downloads.sourceforge.net/project/moodle/Moodle/stable311/
  35. https://excellmedia.dl.sourceforge.net/project/moodle/Moodle/stable311/
  36. https://freefr.dl.sourceforge.net/project/moodle/Moodle/stable311/
  37. https://gigenet.dl.sourceforge.net/project/moodle/Moodle/stable311/
  38. https://ixpeering.dl.sourceforge.net/project/moodle/Moodle/stable311/
  39. https://jaist.dl.sourceforge.net/project/moodle/Moodle/stable311/
  40. https://jztkft.dl.sourceforge.net/project/moodle/Moodle/stable311/
  41. https://kumisystems.dl.sourceforge.net/project/moodle/Moodle/stable311/
  42. https://liquidtelecom.dl.sourceforge.net/project/moodle/Moodle/stable311/
  43. https://nchc.dl.sourceforge.net/project/moodle/Moodle/stable311/
  44. https://netactuate.dl.sourceforge.net/project/moodle/Moodle/stable311/
  45. https://netcologne.dl.sourceforge.net/project/moodle/Moodle/stable311/
  46. https://netix.dl.sourceforge.net/project/moodle/Moodle/stable311/
  47. https://onboardcloud.dl.sourceforge.net/project/moodle/Moodle/stable311/
  48. https://phoenixnap.dl.sourceforge.net/project/moodle/Moodle/stable311/
  49. https://razaoinfo.dl.sourceforge.net/project/moodle/Moodle/stable311/
  50. https://sinalbr.dl.sourceforge.net/project/moodle/Moodle/stable311/
  51. https://sitsa.dl.sourceforge.net/project/moodle/Moodle/stable311/
  52. https://sonik.dl.sourceforge.net/project/moodle/Moodle/stable311/
  53. https://tenet.dl.sourceforge.net/project/moodle/Moodle/stable311/
  54. https://udomain.dl.sourceforge.net/project/moodle/Moodle/stable311/
  55. https://ufpr.dl.sourceforge.net/project/moodle/Moodle/stable311/
  56. https://versaweb.dl.sourceforge.net/project/moodle/Moodle/stable311/
Collapse this list.
Port Moves
  • port deleted on 2023-06-30
    REASON: Has expired: Requires php80 which is set to expire on 2023-11-26
  • port moved here from www/moodle310 on 2022-09-12
    REASON: Has expired: Upstream no longer maintained, upgrade to next LTS

Number of commits found: 31

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.11.15
30 Jun 2023 03:05:30
commit hash: 520a3339a93e8af16f3afb329afe381ca70b3cf4commit hash: 520a3339a93e8af16f3afb329afe381ca70b3cf4commit hash: 520a3339a93e8af16f3afb329afe381ca70b3cf4commit hash: 520a3339a93e8af16f3afb329afe381ca70b3cf4 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/moodle311: Remove expired port

2023-06-30 www/moodle311: Requires php80 which is set to expire on 2023-11-26

Approved by:	portmgr (blanket)
3.11.15
10 Jun 2023 23:47:48
commit hash: 7c31d2964a6184a3634fe8f333ca824db4c60b71commit hash: 7c31d2964a6184a3634fe8f333ca824db4c60b71commit hash: 7c31d2964a6184a3634fe8f333ca824db4c60b71commit hash: 7c31d2964a6184a3634fe8f333ca824db4c60b71 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle311: Update to 3.11.15
3.11.14
10 Jun 2023 14:57:35
commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Mark IGNORE_WITH_PHP for 8.3.X

Approved by:	portmgr (blanket)
Sponsored by:	Bounce Experts
3.11.14
23 Apr 2023 22:15:12
commit hash: 5500cc15aaef0d4c1d5da55a1a0c93d76c083159commit hash: 5500cc15aaef0d4c1d5da55a1a0c93d76c083159commit hash: 5500cc15aaef0d4c1d5da55a1a0c93d76c083159commit hash: 5500cc15aaef0d4c1d5da55a1a0c93d76c083159 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle311: Update to 3.11.14
3.11.13_1
23 Apr 2023 12:14:35
commit hash: aa12e327e832e3fbaffa249d5703e6708f1c3abecommit hash: aa12e327e832e3fbaffa249d5703e6708f1c3abecommit hash: aa12e327e832e3fbaffa249d5703e6708f1c3abecommit hash: aa12e327e832e3fbaffa249d5703e6708f1c3abe files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle*: Update CONFLICTS

Update EXPIRATION_DATE
3.11.13_1
16 Apr 2023 18:09:23
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3eacommit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3eacommit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3eacommit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: 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 View all of this commit message)
3.11.13_1
30 Mar 2023 23:59:55
commit hash: e741e4f5c5e6801d4e3e0d4dda2353f1afe78417commit hash: e741e4f5c5e6801d4e3e0d4dda2353f1afe78417commit hash: e741e4f5c5e6801d4e3e0d4dda2353f1afe78417commit hash: e741e4f5c5e6801d4e3e0d4dda2353f1afe78417 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/moodle311: Mark DEPRECATED

- Requires php80 which is set to expire on 2023-11-26
- Set EXPIRATION_DATE 2023-12-31

Approved by:	portmgr (blanket)
Sponsored by:	Bounce Experts
3.11.13
12 Mar 2023 02:51:21
commit hash: 37f990a1560d022feaed850f38aaa2426f800434commit hash: 37f990a1560d022feaed850f38aaa2426f800434commit hash: 37f990a1560d022feaed850f38aaa2426f800434commit hash: 37f990a1560d022feaed850f38aaa2426f800434 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle311: Update to 3.11.13
3.11.12
14 Jan 2023 23:36:48
commit hash: 6b1efab6c741ff6dd27b32d35b8eca57e8e2dac0commit hash: 6b1efab6c741ff6dd27b32d35b8eca57e8e2dac0commit hash: 6b1efab6c741ff6dd27b32d35b8eca57e8e2dac0commit hash: 6b1efab6c741ff6dd27b32d35b8eca57e8e2dac0 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle311: Update to 3.11.12
3.11.11
27 Nov 2022 07:38:46
commit hash: 8098fe3bb23c65bc2813820fb6fcdb0dbbe4c314commit hash: 8098fe3bb23c65bc2813820fb6fcdb0dbbe4c314commit hash: 8098fe3bb23c65bc2813820fb6fcdb0dbbe4c314commit hash: 8098fe3bb23c65bc2813820fb6fcdb0dbbe4c314 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle*: Adjust CONFLICTS to welcome moodle41
3.11.11
16 Nov 2022 13:17:45
commit hash: fb4cb3583d33f00726f1d6188fb3d37066a53e3ecommit hash: fb4cb3583d33f00726f1d6188fb3d37066a53e3ecommit hash: fb4cb3583d33f00726f1d6188fb3d37066a53e3ecommit hash: fb4cb3583d33f00726f1d6188fb3d37066a53e3e files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle311: Update to 3.11.11
3.11.10
12 Sep 2022 06:49:01
commit hash: 659b606568baebc5b6b6fe0a4c933c5badcb53e0commit hash: 659b606568baebc5b6b6fe0a4c933c5badcb53e0commit hash: 659b606568baebc5b6b6fe0a4c933c5badcb53e0commit hash: 659b606568baebc5b6b6fe0a4c933c5badcb53e0 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle311: Update to 3.11.10
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
3.11.9
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
3.11.9
22 Aug 2022 14:13:38
commit hash: fc61ae6486c1788276b61738da7fa1de228aaf2acommit hash: fc61ae6486c1788276b61738da7fa1de228aaf2acommit hash: fc61ae6486c1788276b61738da7fa1de228aaf2acommit hash: fc61ae6486c1788276b61738da7fa1de228aaf2a files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle311: Update to 3.11.9
3.11.8
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.11.8
12 Jul 2022 02:00:40
commit hash: 77e3071abe5f94aebb5bbd2df0dd8a804a8c8564commit hash: 77e3071abe5f94aebb5bbd2df0dd8a804a8c8564commit hash: 77e3071abe5f94aebb5bbd2df0dd8a804a8c8564commit hash: 77e3071abe5f94aebb5bbd2df0dd8a804a8c8564 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle311: Update to 3.11.8
3.11.7
13 Jun 2022 00:08:05
commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Ignore with php82
3.11.7
09 May 2022 01:59:11
commit hash: ee1bc2ffb312c48e99cccaf1d9c10e3126144e5bcommit hash: ee1bc2ffb312c48e99cccaf1d9c10e3126144e5bcommit hash: ee1bc2ffb312c48e99cccaf1d9c10e3126144e5bcommit hash: ee1bc2ffb312c48e99cccaf1d9c10e3126144e5b files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle311: Update to 3.11.7
3.11.6
07 May 2022 22:57:39
commit hash: bcd774ab39e0134ea1563ffff0ed3087704c49a9commit hash: bcd774ab39e0134ea1563ffff0ed3087704c49a9commit hash: bcd774ab39e0134ea1563ffff0ed3087704c49a9commit hash: bcd774ab39e0134ea1563ffff0ed3087704c49a9 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle311: Adjust CONFLICTS
3.11.6
18 Apr 2022 01:19:21
commit hash: b2e748404272dc825eb7d19509e55fee3ffdeabecommit hash: b2e748404272dc825eb7d19509e55fee3ffdeabecommit hash: b2e748404272dc825eb7d19509e55fee3ffdeabecommit hash: b2e748404272dc825eb7d19509e55fee3ffdeabe files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle3[0-9]*: Adjust CONFLICTS to welcome moodle40
3.11.6
15 Mar 2022 02:24:11
commit hash: f47d2c8154138ecd604bb3c2be73c1b6f54679e8commit hash: f47d2c8154138ecd604bb3c2be73c1b6f54679e8commit hash: f47d2c8154138ecd604bb3c2be73c1b6f54679e8commit hash: f47d2c8154138ecd604bb3c2be73c1b6f54679e8 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle311: Update to 3.11.6
3.11.5
25 Jan 2022 16:34:17
commit hash: 0ddbe884d6cb61533e4946ab827937a1f1c4d23bcommit hash: 0ddbe884d6cb61533e4946ab827937a1f1c4d23bcommit hash: 0ddbe884d6cb61533e4946ab827937a1f1c4d23bcommit hash: 0ddbe884d6cb61533e4946ab827937a1f1c4d23b files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
UNBREAK some ports with php80

- Pet portclippy/portfmt

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
3.11.5
18 Jan 2022 00:53:38
commit hash: 7201e24c4c91b6a37414a27d47aca0af78299313commit hash: 7201e24c4c91b6a37414a27d47aca0af78299313commit hash: 7201e24c4c91b6a37414a27d47aca0af78299313commit hash: 7201e24c4c91b6a37414a27d47aca0af78299313 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle311: Update to 3.11.5
3.11.4
10 Jan 2022 14:42:46
commit hash: 59a3dfb1f29b6674470c90743ef2fc3bc86257d0commit hash: 59a3dfb1f29b6674470c90743ef2fc3bc86257d0commit hash: 59a3dfb1f29b6674470c90743ef2fc3bc86257d0commit hash: 59a3dfb1f29b6674470c90743ef2fc3bc86257d0 files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
www/moodle3*: unbreak bulk -a
3.11.4
11 Nov 2021 01:25:35
commit hash: 6d7015e212c797121061bf04db7a01f018fca6accommit hash: 6d7015e212c797121061bf04db7a01f018fca6accommit hash: 6d7015e212c797121061bf04db7a01f018fca6accommit hash: 6d7015e212c797121061bf04db7a01f018fca6ac files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle311: Update to 3.11.4
3.11.3
13 Sep 2021 07:42:24
commit hash: 59e7fa281e1b46fa3667b8239143635be5fe77decommit hash: 59e7fa281e1b46fa3667b8239143635be5fe77decommit hash: 59e7fa281e1b46fa3667b8239143635be5fe77decommit hash: 59e7fa281e1b46fa3667b8239143635be5fe77de files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle311: Update to 3.11.3
3.11.2
21 Aug 2021 19:05:52
commit hash: 87d71875d934c0b5c9a5819ebd47c056a2489c93commit hash: 87d71875d934c0b5c9a5819ebd47c056a2489c93commit hash: 87d71875d934c0b5c9a5819ebd47c056a2489c93commit hash: 87d71875d934c0b5c9a5819ebd47c056a2489c93 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
www/moodle*: drop ugly xmlrpc dependency hack

It no more needed since Mk/Uses/php.mk have a check for every
supported php version and able to select a right dependency.

With hat:	ports-secteam
3.11.2
29 Jul 2021 11:27:46
commit hash: 625994a4dd256e78c3a7b56447f316faa1ce3b92commit hash: 625994a4dd256e78c3a7b56447f316faa1ce3b92commit hash: 625994a4dd256e78c3a7b56447f316faa1ce3b92commit hash: 625994a4dd256e78c3a7b56447f316faa1ce3b92 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle311: Update to 3.11.2
3.11.1
12 Jul 2021 12:18:26
commit hash: 56ad0286f9e23da76d67bcc88acbe6b2c557f98fcommit hash: 56ad0286f9e23da76d67bcc88acbe6b2c557f98fcommit hash: 56ad0286f9e23da76d67bcc88acbe6b2c557f98fcommit hash: 56ad0286f9e23da76d67bcc88acbe6b2c557f98f files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle311: Update to 3.11.1
3.11
17 May 2021 01:43:32
commit hash: 90f07c52613ccfa2870516a0a13f863596e348f0commit hash: 90f07c52613ccfa2870516a0a13f863596e348f0commit hash: 90f07c52613ccfa2870516a0a13f863596e348f0commit hash: 90f07c52613ccfa2870516a0a13f863596e348f0 files touched by this commit
Wen Heping (wen) search for other commits by this committer
Add www/moodle311, copied and updated from www/moodle310

Number of commits found: 31