Date: Tue, 22 Oct 2019 12:28:27 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515191 - head/math/libtommath Message-ID: <201910221228.x9MCSRbM023219@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910221228.x9MCSRbM023219>