svn commit: r400705 - head/databases/p5-MongoDB

Ryan Steinmetz zi at FreeBSD.org
Tue Nov 3 18:25:51 UTC 2015


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


More information about the svn-ports-all mailing list