diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-29 10:20:10 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-30 18:59:55 -0500 |
commit | e741e4f5c5e6801d4e3e0d4dda2353f1afe78417 (patch) | |
tree | 0e1ea132d9b13284b998fb570c112134dc933f14 | |
parent | eeb94e954d363212a45cc60af3108d6bd86feb8b (diff) | |
download | freebsd-ports-e741e4f5c5e6801d4e3e0d4dda2353f1afe78417.zip |
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
-rw-r--r-- | www/moodle311/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/moodle311/Makefile b/www/moodle311/Makefile index b9bfa9da8336..462b4203c3e2 100644 --- a/www/moodle311/Makefile +++ b/www/moodle311/Makefile @@ -1,5 +1,6 @@ PORTNAME= moodle PORTVERSION= 3.11.13 +PORTREVISION= 1 CATEGORIES= www education MASTER_SITES= SF/moodle/Moodle/stable311/ PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX} @@ -10,6 +11,9 @@ WWW= https://www.moodle.org/ LICENSE= GPLv3 +DEPRECATED= Requires php80 which is set to expire on 2023-11-26 +EXPIRATION_DATE= 2023-12-31 + CONFLICTS= moodle39-3.9.[0-9]* moodle40-4.0.[0-9]* moodle41-4.1.[0-9]* USES= cpe php:flavors tar:tgz |