git: 8c4716884b98 - main - databases/p5-Mango: remove dependency on databases/mongodb50
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 21:35:27 UTC
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c4716884b98708cf93c103c882919b854202c34 commit 8c4716884b98708cf93c103c882919b854202c34 Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2024-03-20 21:28:23 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2024-03-20 21:35:08 +0000 databases/p5-Mango: remove dependency on databases/mongodb50 This is a MongoDB client. You don't need to have the server installed. As comparison: the Debian package does not depend on the MongoDB server either. see: https://packages.debian.org/bookworm/libmango-perl * Builds fine on aarch64. --- databases/p5-Mango/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/databases/p5-Mango/Makefile b/databases/p5-Mango/Makefile index 5db889c3a011..ccc126190043 100644 --- a/databases/p5-Mango/Makefile +++ b/databases/p5-Mango/Makefile @@ -1,6 +1,6 @@ PORTNAME= Mango PORTVERSION= 1.30 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ODC @@ -14,8 +14,7 @@ LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= mongo:databases/mongodb50 \ - p5-Mojolicious>=5.40:www/p5-Mojolicious +RUN_DEPENDS= p5-Mojolicious>=5.40:www/p5-Mojolicious USES= perl5 USE_PERL5= configure