aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-02-20 06:25:14 +0800
committeryuri <yuri@FreeBSD.org>2018-02-20 06:25:14 +0800
commit8a39843cdf24203eb31cd8908a7c8a76e4687a01 (patch)
tree2306e9d91173057b5380d7ca2a50684204b47967 /devel
parent4a06f54e7375be1ff1a861b90f491227cec34a44 (diff)
downloadfreebsd-ports-gnome-8a39843cdf24203eb31cd8908a7c8a76e4687a01.tar.gz
freebsd-ports-gnome-8a39843cdf24203eb31cd8908a7c8a76e4687a01.tar.zst
freebsd-ports-gnome-8a39843cdf24203eb31cd8908a7c8a76e4687a01.zip
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)
Diffstat (limited to 'devel')
-rw-r--r--devel/jsoncpp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/jsoncpp/Makefile b/devel/jsoncpp/Makefile
index 4c28bbaa3ad6..cf15d5ec8a56 100644
--- a/devel/jsoncpp/Makefile
+++ b/devel/jsoncpp/Makefile
@@ -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