Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2019 02:59:57 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493148 - in head/math: arb flint2 flint2/files
Message-ID:  <201902170259.x1H2xvgB009557@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Feb 17 02:59:57 2019
New Revision: 493148
URL: https://svnweb.freebsd.org/changeset/ports/493148

Log:
  math/flint2: Update g20180323 -> g20190210
  
  Bump math/arb.

Deleted:
  head/math/flint2/files/
Modified:
  head/math/arb/Makefile
  head/math/flint2/Makefile
  head/math/flint2/distinfo
  head/math/flint2/pkg-plist

Modified: head/math/arb/Makefile
==============================================================================
--- head/math/arb/Makefile	Sun Feb 17 02:37:34 2019	(r493147)
+++ head/math/arb/Makefile	Sun Feb 17 02:59:57 2019	(r493148)
@@ -2,6 +2,7 @@
 
 PORTNAME=	arb
 DISTVERSION=	2.16.0
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/math/flint2/Makefile
==============================================================================
--- head/math/flint2/Makefile	Sun Feb 17 02:37:34 2019	(r493147)
+++ head/math/flint2/Makefile	Sun Feb 17 02:59:57 2019	(r493148)
@@ -1,13 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	flint2
-DISTVERSION=	g20180323
-PORTREVISION=	1
+DISTVERSION=	g20190210
 CATEGORIES=	math
 
-PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES=	95c58b723a9463c27d35e182dfcba6d347eca624.patch:-p1 # cmake fixes: https://github.com/wbhart/flint2/pull/459
-
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Fast library for number theory
 
@@ -28,7 +24,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static
 USE_GITHUB=	yes
 GH_ACCOUNT=	wbhart
-GH_TAGNAME=	83008bd
+GH_TAGNAME=	2baa9bc
 USE_LDCONFIG=	yes
 
 CMAKE_ON=	BUILD_SHARED_LIBS

Modified: head/math/flint2/distinfo
==============================================================================
--- head/math/flint2/distinfo	Sun Feb 17 02:37:34 2019	(r493147)
+++ head/math/flint2/distinfo	Sun Feb 17 02:59:57 2019	(r493148)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1522384688
-SHA256 (wbhart-flint2-g20180323-83008bd_GH0.tar.gz) = 34cdd1c4dd1f9fac8b4d00a33014932786bc263dced2b55a87112fe90a4fa9dc
-SIZE (wbhart-flint2-g20180323-83008bd_GH0.tar.gz) = 3889958
-SHA256 (95c58b723a9463c27d35e182dfcba6d347eca624.patch) = 00d157939827c3b2582be9388db5b4d25f92afa3808cc4cecd0ed15d5d728c92
-SIZE (95c58b723a9463c27d35e182dfcba6d347eca624.patch) = 1142
+TIMESTAMP = 1550371793
+SHA256 (wbhart-flint2-g20190210-2baa9bc_GH0.tar.gz) = e3c085121f481992af84330ae76b47015bd22bffb078432a197e325855d667d5
+SIZE (wbhart-flint2-g20190210-2baa9bc_GH0.tar.gz) = 4130197

Modified: head/math/flint2/pkg-plist
==============================================================================
--- head/math/flint2/pkg-plist	Sun Feb 17 02:37:34 2019	(r493147)
+++ head/math/flint2/pkg-plist	Sun Feb 17 02:59:57 2019	(r493148)
@@ -47,6 +47,7 @@ include/flint/fq_mat.h
 include/flint/fq_mat_templates.h
 include/flint/fq_nmod.h
 include/flint/fq_nmod_mat.h
+include/flint/fq_nmod_mpoly.h
 include/flint/fq_nmod_poly.h
 include/flint/fq_nmod_poly_factor.h
 include/flint/fq_nmod_vec.h
@@ -96,5 +97,6 @@ include/flint/qadic.h
 include/flint/qadicxx.h
 include/flint/qsieve.h
 include/flint/templates.h
+include/flint/thread_pool.h
 include/flint/ulong_extras.h
 lib/libflint.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902170259.x1H2xvgB009557>