git: 41ef311f23f1 - main - databases/p5-Mango: undeprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Feb 2023 16:24:29 UTC
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=41ef311f23f1c4d39925c35ee0d2bc77ee41039d commit 41ef311f23f1c4d39925c35ee0d2bc77ee41039d Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2023-02-22 10:51:41 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2023-02-22 16:24:00 +0000 databases/p5-Mango: undeprecate Depend on a version of MongoDB which does not go EOL soon. --- databases/p5-Mango/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/databases/p5-Mango/Makefile b/databases/p5-Mango/Makefile index 424ee42b281d..8a775f978543 100644 --- a/databases/p5-Mango/Makefile +++ b/databases/p5-Mango/Makefile @@ -13,11 +13,8 @@ WWW= https://metacpan.org/release/Mango LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -DEPRECATED= Depends on upstream EOLed mongodb36 -EXPIRATION_DATE= 2023-03-31 - BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= mongo:databases/mongodb36 \ +RUN_DEPENDS= mongo:databases/mongodb44 \ p5-Mojolicious>=5.40:www/p5-Mojolicious USES= perl5