diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2020-03-31 11:20:16 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2020-03-31 11:20:16 +0000 |
| commit | adc579ea215bf0cafe599d33c12888355f26fb1e (patch) | |
| tree | b602fbc2321fc3f4f3320644a2b1e1e5703801b4 | |
| parent | Unregister expired Ruby 2.4 (diff) | |
databases/py-Mango: use MongoDB 3.6 instead of EOL 3.4
Notes
Notes:
svn path=/head/; revision=529960
| -rw-r--r-- | databases/p5-Mango/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-Mango/Makefile b/databases/p5-Mango/Makefile index 53641fd6bc33..c74bb6b5c850 100644 --- a/databases/p5-Mango/Makefile +++ b/databases/p5-Mango/Makefile @@ -3,7 +3,7 @@ PORTNAME= Mango PORTVERSION= 1.30 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ODC @@ -16,7 +16,7 @@ LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= mongo:databases/mongodb34 \ +RUN_DEPENDS= mongo:databases/mongodb36 \ p5-Mojolicious>=5.40:www/p5-Mojolicious USES= perl5 |
