From a5a9805ffa6934c7f8a35773ecb955b8f49bc571 Mon Sep 17 00:00:00 2001 From: jbeich Date: Mon, 25 Sep 2017 00:05:05 +0000 Subject: devel/boost-*: enable C++11 features PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 --- sysutils/condor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/condor') diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile index 0105bd49f8b8..97b6ee9036af 100644 --- a/sysutils/condor/Makefile +++ b/sysutils/condor/Makefile @@ -6,7 +6,7 @@ PORTNAME= condor PORTVERSION= 8.4.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils net MASTER_SITES= http://www.acadix.biz/Ports/distfiles/ DISTNAME= condor_src-${PORTVERSION}-all-all -- cgit