svn commit: r515809 - head/math/ntl

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Oct 27 18:10:42 UTC 2019


Author: rakuco
Date: Sun Oct 27 18:10:41 2019
New Revision: 515809
URL: https://svnweb.freebsd.org/changeset/ports/515809

Log:
  Update to 11.4.1.
  
  Also update the maintainer's email address.
  
  PR:		241344
  Submitted by:	Nathan <ndowens04 at gmail.com>

Modified:
  head/math/ntl/Makefile
  head/math/ntl/distinfo
  head/math/ntl/pkg-plist

Modified: head/math/ntl/Makefile
==============================================================================
--- head/math/ntl/Makefile	Sun Oct 27 18:07:58 2019	(r515808)
+++ head/math/ntl/Makefile	Sun Oct 27 18:10:41 2019	(r515809)
@@ -2,11 +2,11 @@
 # $FreeBSD$
 
 PORTNAME=	ntl
-PORTVERSION=	11.4.0
+PORTVERSION=	11.4.1
 CATEGORIES=	math
 MASTER_SITES=	http://www.shoup.net/ntl/
 
-MAINTAINER=	ndowens at yahoo.com
+MAINTAINER=	ndowens04 at gmail.com
 COMMENT=	Victor Shoup's Number Theory Library
 
 LICENSE=	LGPL21+

Modified: head/math/ntl/distinfo
==============================================================================
--- head/math/ntl/distinfo	Sun Oct 27 18:07:58 2019	(r515808)
+++ head/math/ntl/distinfo	Sun Oct 27 18:10:41 2019	(r515809)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569958570
-SHA256 (ntl-11.4.0.tar.gz) = 13cd0f12a1b3850da5265ff6932f481d11c2fd907ad4bda93485b4a63214560d
-SIZE (ntl-11.4.0.tar.gz) = 2272879
+TIMESTAMP = 1571455000
+SHA256 (ntl-11.4.1.tar.gz) = a30687c4fbb8f114200426d2b1ece840bd024f64e2c5c6920b2d11ebcd82620e
+SIZE (ntl-11.4.1.tar.gz) = 2272898

Modified: head/math/ntl/pkg-plist
==============================================================================
--- head/math/ntl/pkg-plist	Sun Oct 27 18:07:58 2019	(r515808)
+++ head/math/ntl/pkg-plist	Sun Oct 27 18:10:41 2019	(r515809)
@@ -116,7 +116,7 @@ include/NTL/xdouble.h
 lib/libntl.a
 lib/libntl.so
 lib/libntl.so.42
-lib/libntl.so.42.0.0
+lib/libntl.so.42.0.1
 %%NTLDOCS%%/BasicThreadPool.cpp.html
 %%NTLDOCS%%/BasicThreadPool.txt
 %%NTLDOCS%%/GF2.cpp.html


More information about the svn-ports-head mailing list