From owner-svn-ports-head@freebsd.org Tue Oct 22 12:28:28 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0DE921599A1; Tue, 22 Oct 2019 12:28:28 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46yCTl6M54z3D9W; Tue, 22 Oct 2019 12:28:27 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BA30FC548; Tue, 22 Oct 2019 12:28:27 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9MCSR04023220; Tue, 22 Oct 2019 12:28:27 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9MCSRbM023219; Tue, 22 Oct 2019 12:28:27 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201910221228.x9MCSRbM023219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 22 Oct 2019 12:28:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515191 - head/math/libtommath X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/math/libtommath X-SVN-Commit-Revision: 515191 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Oct 2019 12:28:28 -0000 Author: gahr Date: Tue Oct 22 12:28:27 2019 New Revision: 515191 URL: https://svnweb.freebsd.org/changeset/ports/515191 Log: math/libtommath: update to 1.2.0 Release notes: https://www.libtom.net/news/LTM_1.2.0/ Modified: head/math/libtommath/Makefile head/math/libtommath/distinfo Modified: head/math/libtommath/Makefile ============================================================================== --- head/math/libtommath/Makefile Tue Oct 22 12:15:47 2019 (r515190) +++ head/math/libtommath/Makefile Tue Oct 22 12:28:27 2019 (r515191) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= libtommath -DISTVERSION= 1.1.0 -PORTREVISION= 3 +DISTVERSION= 1.2.0 +PORTREVISION= 0 CATEGORIES= math MASTER_SITES= https://github.com/libtom/libtommath/releases/download/v${DISTVERSION}/ DISTNAME= ltm-${DISTVERSION} @@ -24,8 +24,6 @@ CFLAGS+= -fPIC PORTDOCS= * PLIST_FILES= include/tommath.h \ - include/tommath_class.h \ - include/tommath_superclass.h \ lib/libtommath.a \ lib/libtommath.so \ lib/libtommath.so.${DISTVERSION:R:R} \ @@ -37,8 +35,6 @@ OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/bn.pdf ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/poster.pdf ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/tommath.pdf ${STAGEDIR}${DOCSDIR} @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtommath.so.${DISTVERSION} do-test: Modified: head/math/libtommath/distinfo ============================================================================== --- head/math/libtommath/distinfo Tue Oct 22 12:15:47 2019 (r515190) +++ head/math/libtommath/distinfo Tue Oct 22 12:28:27 2019 (r515191) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548935126 -SHA256 (ltm-1.1.0.tar.xz) = 90466c88783d1fe9f5c2364a69f5479f10d73ed616011be6196f35f7f1537ead -SIZE (ltm-1.1.0.tar.xz) = 2125456 +TIMESTAMP = 1571744626 +SHA256 (ltm-1.2.0.tar.xz) = b7c75eecf680219484055fcedd686064409254ae44bc31a96c5032843c0e18b1 +SIZE (ltm-1.2.0.tar.xz) = 622120