svn commit: r365387 - head/math/gringo

Vsevolod Stakhov vsevolod at FreeBSD.org
Tue Aug 19 15:05:32 UTC 2014


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


More information about the svn-ports-all mailing list