svn commit: r477220 - head/databases/p5-Mango

Rene Ladan rene at FreeBSD.org
Wed Aug 15 11:37:38 UTC 2018


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}
 


More information about the svn-ports-all mailing list