Date: Tue, 19 Aug 2014 15:05:31 +0000 (UTC) From: Vsevolod Stakhov <vsevolod@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365387 - head/math/gringo Message-ID: <201408191505.s7JF5V7M083853@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vsevolod Date: Tue Aug 19 15:05:31 2014 New Revision: 365387 URL: http://svnweb.freebsd.org/changeset/ports/365387 QAT: https://qat.redports.org/buildarchive/r365387/ Log: - Update to 4.4.0 - Add dependency on c++11 compiler. Modified: head/math/gringo/Makefile head/math/gringo/distinfo Modified: head/math/gringo/Makefile ============================================================================== --- head/math/gringo/Makefile Tue Aug 19 14:59:26 2014 (r365386) +++ head/math/gringo/Makefile Tue Aug 19 15:05:31 2014 (r365387) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gringo -PORTVERSION= 4.2.1 +PORTVERSION= 4.4.0 DISTVERSIONSUFFIX= -source PORTREVISION= 1 CATEGORIES= math devel @@ -16,7 +16,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= re2c:${PORTSDIR}/devel/re2c -USES= scons bison +USES= scons bison compiler:c++11-lang MAKE_ARGS+= ${MAKE_ENV} CXXFLAGS+= -std=c++11 Modified: head/math/gringo/distinfo ============================================================================== --- head/math/gringo/distinfo Tue Aug 19 14:59:26 2014 (r365386) +++ head/math/gringo/distinfo Tue Aug 19 15:05:31 2014 (r365387) @@ -1,2 +1,2 @@ -SHA256 (gringo-4.2.1-source.tar.gz) = 24da7958ca6c4f41a3df43ca786059926057289d5f01bfd22e6d9483977c0581 -SIZE (gringo-4.2.1-source.tar.gz) = 615728 +SHA256 (gringo-4.4.0-source.tar.gz) = 49b2ddc78f568a12530c780a29bb7f57b656556f0840c5e9ada4f207913dde5e +SIZE (gringo-4.4.0-source.tar.gz) = 1482711
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408191505.s7JF5V7M083853>