svn commit: r462353 - head/devel/jsoncpp

Yuri Victorovich yuri at FreeBSD.org
Mon Feb 19 22:25:15 UTC 2018


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 at rawbw.com
+MAINTAINER=	yuri at 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


More information about the svn-ports-all mailing list