diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-29 10:17:38 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-03-30 18:59:53 -0500 |
commit | eeb94e954d363212a45cc60af3108d6bd86feb8b (patch) | |
tree | 0fc13788027ffc0eccef8401a8766766dc06570c | |
parent | 66f551fde0bef4bdcd473f13e605a73b814a4b57 (diff) | |
download | freebsd-ports-eeb94e954d363212a45cc60af3108d6bd86feb8b.zip |
www/moodle40: 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/moodle40/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/moodle40/Makefile b/www/moodle40/Makefile index eef5e1610f59..b560d125352d 100644 --- a/www/moodle40/Makefile +++ b/www/moodle40/Makefile @@ -1,5 +1,6 @@ PORTNAME= moodle PORTVERSION= 4.0.7 +PORTREVISION= 1 CATEGORIES= www education MASTER_SITES= SF/moodle/Moodle/stable400/ 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]* moodle311-3.11.[0-9]* moodle41-4.1.[0-9]* USES= cpe php:flavors tar:tgz |