Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2018 22:25:14 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462353 - head/devel/jsoncpp
Message-ID:  <201802192225.w1JMPE6O082430@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Feb 19 22:25:14 2018
New Revision: 462353
URL: https://svnweb.freebsd.org/changeset/ports/462353

Log:
  devel/jsoncpp: USES=compiler:c++11-lang (for cmake-3.10.1, etc)
  
  Additional port changes:
  * Bumped PORTREVISION (binaries changed)
  * Updated MAINTAINER
  
  PR:		224720
  Submitted by:	jhibbits
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/devel/jsoncpp/Makefile

Modified: head/devel/jsoncpp/Makefile
==============================================================================
--- head/devel/jsoncpp/Makefile	Mon Feb 19 22:15:31 2018	(r462352)
+++ head/devel/jsoncpp/Makefile	Mon Feb 19 22:25:14 2018	(r462353)
@@ -3,10 +3,10 @@
 
 PORTNAME=	jsoncpp
 PORTVERSION=	1.8.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 
-MAINTAINER=	yuri@rawbw.com
+MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	JSON reader and writer library for C++
 
 LICENSE=	MIT
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USE_GITHUB=	yes
 GH_ACCOUNT=	open-source-parsers
 
-USES=		compiler:features dos2unix scons
+USES=		compiler:c++11-lang dos2unix scons
 USE_LDCONFIG=	yes
 
 PLATFORM=	linux-gcc-FreeBSD



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