- Update moodle to 3.5.11, 3.6.9, 3.7.5 and 3.8.2
- Add missing PHP module filter - Mark moodle36 DEPRECATED
This commit is contained in:
parent
c2c83ffa61
commit
9bc6c169a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528229
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= moodle
|
||||
PORTVERSION= 3.5.10
|
||||
PORTVERSION= 3.5.11
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF/moodle/Moodle/stable35/
|
||||
PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX}
|
||||
@ -15,7 +15,7 @@ LICENSE= GPLv3
|
||||
CONFLICTS= moodle36-3.6.[0-9]* moodle37-3.7.[0-9]* moodle38-3.8-[0-9]*
|
||||
|
||||
USES= cpe php:flavors tar:tgz
|
||||
USE_PHP= ctype curl dom fileinfo gd hash iconv intl json mbstring \
|
||||
USE_PHP= ctype curl dom fileinfo filter gd hash iconv intl json mbstring \
|
||||
opcache openssl pcre session simplexml soap spl tokenizer \
|
||||
xml xmlreader xmlrpc zip zlib
|
||||
WRKSRC= ${WRKDIR}/moodle
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1579158884
|
||||
SHA256 (moodle-3.5.10.tgz) = 055578c30e364b283c3bed784ccc0e815fc8bcd2e536ed2b760d43f23b404831
|
||||
SIZE (moodle-3.5.10.tgz) = 46764236
|
||||
TIMESTAMP = 1583931258
|
||||
SHA256 (moodle-3.5.11.tgz) = 10d55b96dd04f45d3e2e1a8d30e1260b7696d1bfacf13ee296fce7e041473ed2
|
||||
SIZE (moodle-3.5.11.tgz) = 46764593
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= moodle
|
||||
PORTVERSION= 3.6.8
|
||||
PORTVERSION= 3.6.9
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF/moodle/Moodle/stable36/
|
||||
PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX}
|
||||
@ -14,6 +14,9 @@ LICENSE= GPLv3
|
||||
|
||||
CONFLICTS= moodle35-3.5.[0-9]* moodle37-3.7.[0-9]* moodle38-3.8-[0-9]*
|
||||
|
||||
DEPRECATED= EOLed upstream
|
||||
EXPIRATION_DATE= 2020-05-30
|
||||
|
||||
USES= cpe php:flavors tar:tgz
|
||||
USE_PHP= ctype curl dom fileinfo gd hash iconv intl json mbstring \
|
||||
opcache openssl pcre session simplexml soap spl tokenizer \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1578996773
|
||||
SHA256 (moodle-3.6.8.tgz) = 97fc4e2ea1ef0352abb80a259774505d77221a706f4a2c31f3876661e488068a
|
||||
SIZE (moodle-3.6.8.tgz) = 47819466
|
||||
TIMESTAMP = 1583927246
|
||||
SHA256 (moodle-3.6.9.tgz) = 6c3ea1fb1b76d098ab5069a5d66a8e8a0950f2c672a866171e9a159401ce72b4
|
||||
SIZE (moodle-3.6.9.tgz) = 47830473
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= moodle
|
||||
PORTVERSION= 3.7.4
|
||||
PORTVERSION= 3.7.5
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF/moodle/Moodle/stable37/
|
||||
PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX}
|
||||
@ -15,7 +15,7 @@ LICENSE= GPLv3
|
||||
CONFLICTS= moodle35-3.5.[0-9]* moodle36-3.6.[0-9]* moodle38-3.8.[0-9]*
|
||||
|
||||
USES= cpe php:flavors tar:tgz
|
||||
USE_PHP= ctype curl dom fileinfo gd hash iconv intl json mbstring \
|
||||
USE_PHP= ctype curl dom fileinfo filter gd hash iconv intl json mbstring \
|
||||
opcache openssl pcre session simplexml soap spl tokenizer \
|
||||
xml xmlreader xmlrpc zip zlib
|
||||
WRKSRC= ${WRKDIR}/moodle
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1578972365
|
||||
SHA256 (moodle-3.7.4.tgz) = 50fada18c96806ab451b33dcee32f887a5f6cdd75103ca85da5ed779621368fa
|
||||
SIZE (moodle-3.7.4.tgz) = 45809161
|
||||
TIMESTAMP = 1583919519
|
||||
SHA256 (moodle-3.7.5.tgz) = 5168a2631fb85abbe260ca26e89f0fb29dec3b9938a06fbe4183a358436b6b6c
|
||||
SIZE (moodle-3.7.5.tgz) = 45830443
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= moodle
|
||||
PORTVERSION= 3.8.1
|
||||
PORTVERSION= 3.8.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF/moodle/Moodle/stable38/
|
||||
PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX}
|
||||
@ -15,7 +15,7 @@ LICENSE= GPLv3
|
||||
CONFLICTS= moodle35-3.5.[0-9]* moodle36-3.6.[0-9]* moodle37-3.7.[0-9]*
|
||||
|
||||
USES= cpe php:flavors tar:tgz
|
||||
USE_PHP= ctype curl dom fileinfo gd hash iconv intl json mbstring \
|
||||
USE_PHP= ctype curl dom fileinfo filter gd hash iconv intl json mbstring \
|
||||
opcache openssl pcre session simplexml soap spl tokenizer \
|
||||
xml xmlreader xmlrpc zip zlib
|
||||
WRKSRC= ${WRKDIR}/moodle
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1578969201
|
||||
SHA256 (moodle-3.8.1.tgz) = c1830d66a6e64ea466be85292f4b6ded1151324d36536e96b889d36502e6e2f7
|
||||
SIZE (moodle-3.8.1.tgz) = 53138166
|
||||
TIMESTAMP = 1583913137
|
||||
SHA256 (moodle-3.8.2.tgz) = a3e8462ffc69ee382d92243480c014bfabe71521e7b257a972fa4caa97ee9b8c
|
||||
SIZE (moodle-3.8.2.tgz) = 53178996
|
||||
|
Loading…
Reference in New Issue
Block a user