Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Nov 2015 18:25:49 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400705 - head/databases/p5-MongoDB
Message-ID:  <201511031825.tA3IPndp031616@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Tue Nov  3 18:25:49 2015
New Revision: 400705
URL: https://svnweb.freebsd.org/changeset/ports/400705

Log:
  - Add missing dependency
  - Enable MongoDB 64 integers
  - Bump PORTREVISION
  
  With hat:	perl@

Modified:
  head/databases/p5-MongoDB/Makefile

Modified: head/databases/p5-MongoDB/Makefile
==============================================================================
--- head/databases/p5-MongoDB/Makefile	Tue Nov  3 17:47:01 2015	(r400704)
+++ head/databases/p5-MongoDB/Makefile	Tue Nov  3 18:25:49 2015	(r400705)
@@ -3,6 +3,7 @@
 
 PORTNAME=	MongoDB
 PORTVERSION=	1.0.2
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
@@ -14,6 +15,7 @@ COMMENT=	Mongo Driver for Perl
 LICENSE=	APACHE20
 
 BUILD_DEPENDS=	p5-Authen-SCRAM>=0.003:${PORTSDIR}/security/p5-Authen-SCRAM \
+		p5-Class-XSAccessor>0:${PORTSDIR}/devel/p5-Class-XSAccessor \
 		p5-DateTime>=0.78:${PORTSDIR}/devel/p5-DateTime \
 		p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \
 		p5-Safe-Isa>=0:${PORTSDIR}/devel/p5-Safe-Isa \
@@ -34,7 +36,7 @@ TEST_DEPENDS=	p5-Data-Dump>=0:${PORTSDIR
 
 PORTSCOUT=	skipv:0.999.998.5
 
-CFLAGS+=	-DBSON_COMPILATION
+CFLAGS+=	-DBSON_COMPILATION -DMONGO_USE_64_BIT_INT
 MAKE_JOBS_UNSAFE=	yes
 USES=		perl5
 USE_PERL5=	configure



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511031825.tA3IPndp031616>