aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald Klop <ronald@FreeBSD.org>2024-03-20 20:35:19 +0000
committerRonald Klop <ronald@FreeBSD.org>2024-03-20 20:51:47 +0000
commit91ec3cb22e59174cd0e1ec6816105a439d9ea35f (patch)
tree732941bc2a798be13d62bab14c3debf341d9d9cf
parent1c5a96cbd5313d6d235d280830e5dcaf3c9e6fcd (diff)
databases/p5-Mango: bump dependency to mongodb50
Mongodb44 is declared EOL upstream since February 2024. https://www.mongodb.com/legal/support-policy/lifecycles NB: mongodb50 is the last MongoDB version to have the 'mongo' binary this port depends on.
-rw-r--r--databases/p5-Mango/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-Mango/Makefile b/databases/p5-Mango/Makefile
index 8a775f978543..5db889c3a011 100644
--- a/databases/p5-Mango/Makefile
+++ b/databases/p5-Mango/Makefile
@@ -1,6 +1,6 @@
PORTNAME= Mango
PORTVERSION= 1.30
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ODC
@@ -14,7 +14,7 @@ LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= mongo:databases/mongodb44 \
+RUN_DEPENDS= mongo:databases/mongodb50 \
p5-Mojolicious>=5.40:www/p5-Mojolicious
USES= perl5