Index: head/math/latte-integrale/Makefile =================================================================== --- head/math/latte-integrale/Makefile (revision 568735) +++ head/math/latte-integrale/Makefile (revision 568736) @@ -1,40 +1,39 @@ # $FreeBSD$ PORTNAME= latte-integrale DISTVERSIONPREFIX= version_ -DISTVERSION= 1_7_5 -PORTREVISION= 2 +DISTVERSION= 1_7_6 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= Software for counting lattice points/integration over convex polytopes LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= lrs:math/lrslib \ points2triangs:math/topcom LIB_DEPENDS= lib4ti2util.so:math/4ti2 \ libcddgmp.so:math/cddlib \ libgmp.so:math/gmp \ libntl.so:math/ntl RUN_DEPENDS= lrs:math/lrslib \ points2triangs:math/topcom USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static \ --with-topcom=${LOCALBASE} --with-4ti2=${LOCALBASE} --with-cddlib=${LOCALBASE} --with-gmp=${LOCALBASE} --with-ntl=${LOCALBASE} USE_GITHUB= yes GH_ACCOUNT= latte-int GH_PROJECT= latte USE_LDCONFIG= yes CONFLICTS_INSTALL= latte OPTIONS_DEFINE= DOCS EXAMPLES PORTDOCS= * PORTEXAMPLES= * .include Index: head/math/latte-integrale/distinfo =================================================================== --- head/math/latte-integrale/distinfo (revision 568735) +++ head/math/latte-integrale/distinfo (revision 568736) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543993357 -SHA256 (latte-int-latte-version_1_7_5_GH0.tar.gz) = 3da7cff7e451a12b29f5df28456367f66cd0092437e88aca5e61cc3f13eaa91c -SIZE (latte-int-latte-version_1_7_5_GH0.tar.gz) = 9772961 +TIMESTAMP = 1616062540 +SHA256 (latte-int-latte-version_1_7_6_GH0.tar.gz) = 3db8f07c467019f75818623866180ca222490be69c29a173e931c77f088ca0e7 +SIZE (latte-int-latte-version_1_7_6_GH0.tar.gz) = 9769199 Index: head/math/latte-integrale/files/patch-configure.ac =================================================================== --- head/math/latte-integrale/files/patch-configure.ac (revision 568735) +++ head/math/latte-integrale/files/patch-configure.ac (revision 568736) @@ -1,11 +1,11 @@ ---- configure.ac.orig 2018-12-05 08:19:48 UTC +--- configure.ac.orig 2021-03-18 01:55:52 UTC +++ configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) --AC_INIT(latte-int, 1.7.5) -+AC_INIT(latte-integrale, 1.7.5) +-AC_INIT(latte-int, 1.7.6) ++AC_INIT(latte-integrale, 1.7.6) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([code/config.h:code/config.hin]) AM_INIT_AUTOMAKE([gnu 1.11]) # Need 1.11 for parallel test harness in code/maple