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
moodle39 Course management system based on social constructionism
3.9.21 www Deleted on this many watch lists=0 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.9.21Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Requires php74 which has been removed from the tree
Expired This port expired on: 2023-04-30
Maintainer: wen@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-06-15 22:23:59
Last Update: 2023-04-30 09:17:30
Commit Hash: 95d1e00
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:
  • moodle39-php80>0:www/moodle39
Conflicts:
CONFLICTS:
  • moodle311-3.11.[0-9]*
  • moodle40-4.0.[0-9]*
  • moodle41-4.1.[0-9]*
  • moodle42-4.2
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
No installation instructions:
This port has been deleted.
PKGNAME: moodle39-php80
Package flavors (<flavor>: <package>)
  • php80: moodle39-php80
distinfo:
TIMESTAMP = 1682287909 SHA256 (moodle-3.9.21.tgz) = b23bc5f5a22b5eb06da0ca55c60ed28744847910e1dc0ea574dc011509bfb8d5 SIZE (moodle-3.9.21.tgz) = 56787669

Packages (timestamps in pop-ups are UTC):
moodle39-php73
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--3.9.4---3.9.3-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 
moodle39-php74
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--3.9.4---3.9.3-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 
moodle39-php80
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest--3.9.18-----
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. tokenizer.so : devel/php80-tokenizer
  16. xml.so : textproc/php80-xml
  17. xmlreader.so : textproc/php80-xmlreader
  18. xmlrpc.so : net/pecl-xmlrpc@php80
  19. zip.so : archivers/php80-zip
  20. zlib.so : archivers/php80-zlib
  21. 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 moodle39-php80-3.9.21: 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_moodle39
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/39/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/stable39/
  2. http://cytranet.dl.sourceforge.net/project/moodle/Moodle/stable39/
  3. http://deac-ams.dl.sourceforge.net/project/moodle/Moodle/stable39/
  4. http://deac-fra.dl.sourceforge.net/project/moodle/Moodle/stable39/
  5. http://deac-riga.dl.sourceforge.net/project/moodle/Moodle/stable39/
  6. http://downloads.sourceforge.net/project/moodle/Moodle/stable39/
  7. http://excellmedia.dl.sourceforge.net/project/moodle/Moodle/stable39/
  8. http://freefr.dl.sourceforge.net/project/moodle/Moodle/stable39/
  9. http://gigenet.dl.sourceforge.net/project/moodle/Moodle/stable39/
  10. http://ixpeering.dl.sourceforge.net/project/moodle/Moodle/stable39/
  11. http://jaist.dl.sourceforge.net/project/moodle/Moodle/stable39/
  12. http://jztkft.dl.sourceforge.net/project/moodle/Moodle/stable39/
  13. http://kumisystems.dl.sourceforge.net/project/moodle/Moodle/stable39/
  14. http://liquidtelecom.dl.sourceforge.net/project/moodle/Moodle/stable39/
  15. http://nchc.dl.sourceforge.net/project/moodle/Moodle/stable39/
  16. http://netactuate.dl.sourceforge.net/project/moodle/Moodle/stable39/
  17. http://netcologne.dl.sourceforge.net/project/moodle/Moodle/stable39/
  18. http://netix.dl.sourceforge.net/project/moodle/Moodle/stable39/
  19. http://onboardcloud.dl.sourceforge.net/project/moodle/Moodle/stable39/
  20. http://phoenixnap.dl.sourceforge.net/project/moodle/Moodle/stable39/
  21. http://razaoinfo.dl.sourceforge.net/project/moodle/Moodle/stable39/
  22. http://sinalbr.dl.sourceforge.net/project/moodle/Moodle/stable39/
  23. http://sitsa.dl.sourceforge.net/project/moodle/Moodle/stable39/
  24. http://sonik.dl.sourceforge.net/project/moodle/Moodle/stable39/
  25. http://tenet.dl.sourceforge.net/project/moodle/Moodle/stable39/
  26. http://udomain.dl.sourceforge.net/project/moodle/Moodle/stable39/
  27. http://ufpr.dl.sourceforge.net/project/moodle/Moodle/stable39/
  28. http://versaweb.dl.sourceforge.net/project/moodle/Moodle/stable39/
  29. https://cfhcable.dl.sourceforge.net/project/moodle/Moodle/stable39/
  30. https://cytranet.dl.sourceforge.net/project/moodle/Moodle/stable39/
  31. https://deac-ams.dl.sourceforge.net/project/moodle/Moodle/stable39/
  32. https://deac-fra.dl.sourceforge.net/project/moodle/Moodle/stable39/
  33. https://deac-riga.dl.sourceforge.net/project/moodle/Moodle/stable39/
  34. https://downloads.sourceforge.net/project/moodle/Moodle/stable39/
  35. https://excellmedia.dl.sourceforge.net/project/moodle/Moodle/stable39/
  36. https://freefr.dl.sourceforge.net/project/moodle/Moodle/stable39/
  37. https://gigenet.dl.sourceforge.net/project/moodle/Moodle/stable39/
  38. https://ixpeering.dl.sourceforge.net/project/moodle/Moodle/stable39/
  39. https://jaist.dl.sourceforge.net/project/moodle/Moodle/stable39/
  40. https://jztkft.dl.sourceforge.net/project/moodle/Moodle/stable39/
  41. https://kumisystems.dl.sourceforge.net/project/moodle/Moodle/stable39/
  42. https://liquidtelecom.dl.sourceforge.net/project/moodle/Moodle/stable39/
  43. https://nchc.dl.sourceforge.net/project/moodle/Moodle/stable39/
  44. https://netactuate.dl.sourceforge.net/project/moodle/Moodle/stable39/
  45. https://netcologne.dl.sourceforge.net/project/moodle/Moodle/stable39/
  46. https://netix.dl.sourceforge.net/project/moodle/Moodle/stable39/
  47. https://onboardcloud.dl.sourceforge.net/project/moodle/Moodle/stable39/
  48. https://phoenixnap.dl.sourceforge.net/project/moodle/Moodle/stable39/
  49. https://razaoinfo.dl.sourceforge.net/project/moodle/Moodle/stable39/
  50. https://sinalbr.dl.sourceforge.net/project/moodle/Moodle/stable39/
  51. https://sitsa.dl.sourceforge.net/project/moodle/Moodle/stable39/
  52. https://sonik.dl.sourceforge.net/project/moodle/Moodle/stable39/
  53. https://tenet.dl.sourceforge.net/project/moodle/Moodle/stable39/
  54. https://udomain.dl.sourceforge.net/project/moodle/Moodle/stable39/
  55. https://ufpr.dl.sourceforge.net/project/moodle/Moodle/stable39/
  56. https://versaweb.dl.sourceforge.net/project/moodle/Moodle/stable39/
Collapse this list.
Port Moves
  • port deleted on 2023-04-30
    REASON: Has expired: Requires php74 which has been removed from the tree
  • port moved here from www/moodle35 on 2021-03-04
    REASON: Has expired: Deprecated by upstream

  • port moved here from www/moodle38 on 2021-03-04
    REASON: Has expired: Deprecated by upstream

Number of commits found: 45

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.9.21
30 Apr 2023 09:17:30
commit hash: 95d1e008d017cc3bcbd0c52ff390325508609686commit hash: 95d1e008d017cc3bcbd0c52ff390325508609686commit hash: 95d1e008d017cc3bcbd0c52ff390325508609686commit hash: 95d1e008d017cc3bcbd0c52ff390325508609686 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
www/moodle39: Remove expired port:

2023-04-30 www/moodle39: Requires php74 which has been removed from the tree
3.9.21
23 Apr 2023 22:15:13
commit hash: 6a0654f47cb31fa2a21599e38920b44b1947be89commit hash: 6a0654f47cb31fa2a21599e38920b44b1947be89commit hash: 6a0654f47cb31fa2a21599e38920b44b1947be89commit hash: 6a0654f47cb31fa2a21599e38920b44b1947be89 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle39: Update to 3.9.21
3.9.20
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.9.20
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.9.20
30 Mar 2023 23:59:55
commit hash: f8113bcc8ff2500e04ba6ba4e003091b554dc4becommit hash: f8113bcc8ff2500e04ba6ba4e003091b554dc4becommit hash: f8113bcc8ff2500e04ba6ba4e003091b554dc4becommit hash: f8113bcc8ff2500e04ba6ba4e003091b554dc4be files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/moodle39: Mark DEPRECATED

- Requires php74 which has been removed from the tree
- Set EXPIRATION_DATE 2023-04-30
- See the following for details:
  https://moodledev.io/general/development/policies/php
  https://docs.moodle.org/401/en/PHP

Approved by:	portmgr (blanket)
Sponsored by:	Bounce Experts
3.9.20
12 Mar 2023 02:51:43
commit hash: 3bb3a4f5709f3d60cecf8560b4f6c97b2f682547commit hash: 3bb3a4f5709f3d60cecf8560b4f6c97b2f682547commit hash: 3bb3a4f5709f3d60cecf8560b4f6c97b2f682547commit hash: 3bb3a4f5709f3d60cecf8560b4f6c97b2f682547 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle39: Update to 3.9.20
3.9.19
14 Jan 2023 23:37:17
commit hash: 239d8e83b069a10c30d02c590b91621401446c13commit hash: 239d8e83b069a10c30d02c590b91621401446c13commit hash: 239d8e83b069a10c30d02c590b91621401446c13commit hash: 239d8e83b069a10c30d02c590b91621401446c13 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle39: Update to 3.9.19
3.9.18
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.9.18
16 Nov 2022 13:17:19
commit hash: 0833c9dd12277ca8bf656ea0dc4dc6e0f8c51418commit hash: 0833c9dd12277ca8bf656ea0dc4dc6e0f8c51418commit hash: 0833c9dd12277ca8bf656ea0dc4dc6e0f8c51418commit hash: 0833c9dd12277ca8bf656ea0dc4dc6e0f8c51418 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle39: Update to 3.9.18
3.9.17
12 Sep 2022 07:08:14
commit hash: 49bbc37e52f281170fcd33111adb563716afd6e0commit hash: 49bbc37e52f281170fcd33111adb563716afd6e0commit hash: 49bbc37e52f281170fcd33111adb563716afd6e0commit hash: 49bbc37e52f281170fcd33111adb563716afd6e0 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle39: Update to 3.9.17
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.9.16
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.9.16
22 Aug 2022 14:11:25
commit hash: c16c686329dd8e6611b1d6209fd96aa0d681ecf9commit hash: c16c686329dd8e6611b1d6209fd96aa0d681ecf9commit hash: c16c686329dd8e6611b1d6209fd96aa0d681ecf9commit hash: c16c686329dd8e6611b1d6209fd96aa0d681ecf9 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle39: Update to 3.9.16
3.9.15
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.9.15
12 Jul 2022 02:27:21
commit hash: 20d6632e1b2303fbc2f2b60518f440c70df19be6commit hash: 20d6632e1b2303fbc2f2b60518f440c70df19be6commit hash: 20d6632e1b2303fbc2f2b60518f440c70df19be6commit hash: 20d6632e1b2303fbc2f2b60518f440c70df19be6 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle39: Update to 3.9.15
3.9.14
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.9.14
09 May 2022 03:17:30
commit hash: 99d8cf0e9ae23b8089d88ee0b02493bde8d2d3cbcommit hash: 99d8cf0e9ae23b8089d88ee0b02493bde8d2d3cbcommit hash: 99d8cf0e9ae23b8089d88ee0b02493bde8d2d3cbcommit hash: 99d8cf0e9ae23b8089d88ee0b02493bde8d2d3cb files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle39: Update to 3.9.14
3.9.13
07 May 2022 22:56:49
commit hash: 63630cb07aac114d4be5c6b8907dcf57945878edcommit hash: 63630cb07aac114d4be5c6b8907dcf57945878edcommit hash: 63630cb07aac114d4be5c6b8907dcf57945878edcommit hash: 63630cb07aac114d4be5c6b8907dcf57945878ed files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle39: Adjust CONFLICTS
3.9.13
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.9.13
15 Mar 2022 03:21:54
commit hash: 6c8ab729aa6ecc22d9ec5fdbf58005e707314d99commit hash: 6c8ab729aa6ecc22d9ec5fdbf58005e707314d99commit hash: 6c8ab729aa6ecc22d9ec5fdbf58005e707314d99commit hash: 6c8ab729aa6ecc22d9ec5fdbf58005e707314d99 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle39: Update to 3.9.13
3.9.12
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.9.12
18 Jan 2022 06:05:58
commit hash: 230cec12eacbf570beb25ebd5bbaccea101a2b77commit hash: 230cec12eacbf570beb25ebd5bbaccea101a2b77commit hash: 230cec12eacbf570beb25ebd5bbaccea101a2b77commit hash: 230cec12eacbf570beb25ebd5bbaccea101a2b77 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle39: Update to 3.9.12
3.9.11
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.9.11
06 Dec 2021 01:35:21
commit hash: bb0c32c002e9018aa64f239e0906a90a777df46ccommit hash: bb0c32c002e9018aa64f239e0906a90a777df46ccommit hash: bb0c32c002e9018aa64f239e0906a90a777df46ccommit hash: bb0c32c002e9018aa64f239e0906a90a777df46c files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle39: Update to 3.9.11
3.9.10
13 Sep 2021 07:56:58
commit hash: 94919e7828e978f50562014761f92d5f15bedc16commit hash: 94919e7828e978f50562014761f92d5f15bedc16commit hash: 94919e7828e978f50562014761f92d5f15bedc16commit hash: 94919e7828e978f50562014761f92d5f15bedc16 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle39: Update to 3.9.10
3.9.9
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.9.9
29 Jul 2021 13:06:40
commit hash: f77165eb530f896ec6e4728fd66d94ccd0b7ed1acommit hash: f77165eb530f896ec6e4728fd66d94ccd0b7ed1acommit hash: f77165eb530f896ec6e4728fd66d94ccd0b7ed1acommit hash: f77165eb530f896ec6e4728fd66d94ccd0b7ed1a files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle39: Update to 3.9.9
3.9.8
12 Jul 2021 12:20:28
commit hash: aa0f5cb20d922471ccecfa4b11bf00d5d980d9becommit hash: aa0f5cb20d922471ccecfa4b11bf00d5d980d9becommit hash: aa0f5cb20d922471ccecfa4b11bf00d5d980d9becommit hash: aa0f5cb20d922471ccecfa4b11bf00d5d980d9be files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle39: Update to 3.9.8

* Update CONFLICTS
3.9.7
17 May 2021 01:48:22
commit hash: b352f822b304541ff2b30e74b0f0e47ca8405a06commit hash: b352f822b304541ff2b30e74b0f0e47ca8405a06commit hash: b352f822b304541ff2b30e74b0f0e47ca8405a06commit hash: b352f822b304541ff2b30e74b0f0e47ca8405a06 files touched by this commit
Wen Heping (wen) search for other commits by this committer
www/moodle39 and www/moodle310:
- Update CONFLICTS to welcome moodle311
- Fix a typo in pkg-message
3.9.7
13 May 2021 11:20:52
commit hash: d99fe761de544a834a1477a95d9d353499756b7ccommit hash: d99fe761de544a834a1477a95d9d353499756b7ccommit hash: d99fe761de544a834a1477a95d9d353499756b7ccommit hash: d99fe761de544a834a1477a95d9d353499756b7c files touched by this commit
Wen Heping (wen) search for other commits by this committer
Update moodle to 3.10.4 and 3.9.7
3.9.6
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.9.6
29 Mar 2021 08:50:12
Revision:569440Original commit files touched by this commit
wen search for other commits by this committer
- Update moodle to 3.9.6 and 3.10.3
3.9.5
17 Mar 2021 23:40:19
Revision:568699Original commit files touched by this commit
wen search for other commits by this committer
- Update moodle to 3.10.2 and 3.9.5
  (include security fix)
- Adjust CONFLICTS
3.9.4
22 Jan 2021 01:38:21
Revision:562267Original commit files touched by this commit
wen search for other commits by this committer
- Update moodle to 3.5.16, 3.8.7, 3.9.4 and 3.10.1.
- Update CONFLICTS

MFH:		2021Q1
3.9.3
07 Jan 2021 02:34:06
Revision:560674Original commit files touched by this commit
wen search for other commits by this committer
- Currently moodle can not run with php8
3.9.3
06 Jan 2021 23:53:38
Revision:560651Original commit files touched by this commit
wen search for other commits by this committer
- Remove moodle37 from CONFLICTS
3.9.3
29 Dec 2020 09:41:29
Revision:559556Original commit files touched by this commit
antoine search for other commits by this committer
www/moodle* was fixed to work with PHP 8.0

Reported by:	fluffy
3.9.3
29 Dec 2020 09:14:44
Revision:559554Original commit files touched by this commit
antoine search for other commits by this committer
Ignore with PHP 8.0

Reported by:	pkg-fallout
3.9.3
28 Dec 2020 15:49:03
Revision:559493Original commit files touched by this commit
fluffy search for other commits by this committer
www/moodle3*: unbreak build with php80

Drop abandonware xmlrpc dependency with php80

PHP80 was introduced more than two month ago,
maintainer had more than enough time to react and fix the port

With hat:	ports-secteam
3.9.3
03 Dec 2020 01:08:58
Revision:556877Original commit files touched by this commit
wen search for other commits by this committer
- Update moodle to 3.9.3, 3.8.6 and 3.5.15
- Mark moodle35 and moodle38 DEPRECATED
3.9.2
20 Nov 2020 07:16:06
Revision:555738Original commit files touched by this commit
adamw search for other commits by this committer
Add education virtual category

PR:		248402
Submitted by:	PauAmma
3.9.2
09 Nov 2020 11:54:09
Revision:554713Original commit files touched by this commit
wen search for other commits by this committer
- Adjust CONFLICTS to welcome moodle310
- Mark moodle37 DEPRECATED
3.9.2
17 Sep 2020 02:39:11
Revision:548811Original commit files touched by this commit
wen search for other commits by this committer
- Update moodle to 3.9.2, 3.8.5, 3.7.8 and 3.5.14
3.9.1
14 Jul 2020 01:25:25
Revision:542172Original commit files touched by this commit
wen search for other commits by this committer
- Update moodle to 3.9.1, 3.8.4, 3.7.7 and 3.5.13
- Update CONFLICTS
3.9
15 Jun 2020 22:23:54
Revision:539295Original commit files touched by this commit
wen search for other commits by this committer
- Repocopy www/moodle38 --> www/moodle39 and update to 3.9

Number of commits found: 45