Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2019 11:50:23 +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: r491708 - in head/math/libtommath: . files
Message-ID:  <201901311150.x0VBoNOR038049@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Thu Jan 31 11:50:23 2019
New Revision: 491708
URL: https://svnweb.freebsd.org/changeset/ports/491708

Log:
  math/libtommath: update to 1.1.0
  
  Release notes: https://www.libtom.net/news/LTM_1.1.0/

Deleted:
  head/math/libtommath/files/
Modified:
  head/math/libtommath/Makefile
  head/math/libtommath/distinfo

Modified: head/math/libtommath/Makefile
==============================================================================
--- head/math/libtommath/Makefile	Thu Jan 31 11:49:18 2019	(r491707)
+++ head/math/libtommath/Makefile	Thu Jan 31 11:50:23 2019	(r491708)
@@ -1,11 +1,11 @@
 # $FreeBSD$
 
 PORTNAME=	libtommath
-PORTVERSION=	1.0.1
-PORTREVISION=	1
+DISTVERSION=	1.1.0
+PORTREVISION=	0
 CATEGORIES=	math
-MASTER_SITES=	https://github.com/libtom/libtommath/releases/download/v${PORTVERSION}/
-DISTNAME=	ltm-${PORTVERSION}
+MASTER_SITES=	https://github.com/libtom/libtommath/releases/download/v${DISTVERSION}/
+DISTNAME=	ltm-${DISTVERSION}
 
 MAINTAINER=	gahr@FreeBSD.org
 COMMENT=	Comprehensive, modular, and portable mathematical routines
@@ -13,7 +13,7 @@ COMMENT=	Comprehensive, modular, and portable mathemat
 LICENSE=	PD WTFPL
 LICENSE_COMB=	dual
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
 USES=		gmake tar:xz
 ALL_TARGET=	default
 CFLAGS+=	-fPIC
@@ -30,8 +30,8 @@ SHARED_DESC=		Build shared library
 SHARED_USES=		libtool:build
 SHARED_USE=		LDCONFIG=yes
 SHARED_PLIST_FILES=	lib/libtommath.so \
-			lib/libtommath.so.${PORTVERSION:R:R} \
-			lib/libtommath.so.${PORTVERSION} \
+			lib/libtommath.so.${DISTVERSION:R:R} \
+			lib/libtommath.so.${DISTVERSION} \
 			libdata/pkgconfig/libtommath.pc
 SHARED_VARS=		MAKEFILE=makefile.shared
 SHARED_VARS_OFF=	MAKEFILE=makefile
@@ -43,11 +43,11 @@ post-install:
 	${INSTALL_DATA} ${WRKSRC}/doc/tommath.pdf ${STAGEDIR}${DOCSDIR}
 
 post-install-SHARED-on:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtommath.so.${PORTVERSION}
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtommath.so.${DISTVERSION}
 
 do-test:
 	(cd ${WRKSRC}; \
-	 ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -f ${MAKEFILE} mtest test; \
+	 ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -f ${MAKEFILE} mtest/mtest test; \
 	 ./mtest/mtest | ./test)
 
 .include <bsd.port.mk>

Modified: head/math/libtommath/distinfo
==============================================================================
--- head/math/libtommath/distinfo	Thu Jan 31 11:49:18 2019	(r491707)
+++ head/math/libtommath/distinfo	Thu Jan 31 11:50:23 2019	(r491708)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505472472
-SHA256 (ltm-1.0.1.tar.xz) = 47032fb39d698ce4cf9c9c462c198e6b08790ce8203ad1224086b9b978636c69
-SIZE (ltm-1.0.1.tar.xz) = 2210120
+TIMESTAMP = 1548935126
+SHA256 (ltm-1.1.0.tar.xz) = 90466c88783d1fe9f5c2364a69f5479f10d73ed616011be6196f35f7f1537ead
+SIZE (ltm-1.1.0.tar.xz) = 2125456



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