Date: Wed, 15 Aug 2018 11:37:37 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477220 - head/databases/p5-Mango Message-ID: <201808151137.w7FBbbBW076296@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Wed Aug 15 11:37:37 2018 New Revision: 477220 URL: https://svnweb.freebsd.org/changeset/ports/477220 Log: databases/p5-Mango: use MongoDB 3.4 instead of end-of-life MongoDB 2.6 PR: 230271 Submitted by: rene Approved by: maintainer timeout (perl, 14 days) Modified: head/databases/p5-Mango/Makefile Modified: head/databases/p5-Mango/Makefile ============================================================================== --- head/databases/p5-Mango/Makefile Wed Aug 15 10:51:55 2018 (r477219) +++ head/databases/p5-Mango/Makefile Wed Aug 15 11:37:37 2018 (r477220) @@ -3,6 +3,7 @@ PORTNAME= Mango PORTVERSION= 1.30 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ODC @@ -14,7 +15,7 @@ COMMENT= Pure-Perl non-blocking I/O MongoDB driver LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= mongo:databases/mongodb \ +BUILD_DEPENDS= mongo:databases/mongodb34 \ p5-Mojolicious>=5.40:www/p5-Mojolicious RUN_DEPENDS:= ${BUILD_DEPENDS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808151137.w7FBbbBW076296>