Index: head/math/libtommath/files/patch-makefile__include.mk =================================================================== --- head/math/libtommath/files/patch-makefile__include.mk (revision 491707) +++ head/math/libtommath/files/patch-makefile__include.mk (nonexistent) @@ -1,34 +0,0 @@ ---- makefile_include.mk.orig 2017-08-29 20:27:36 UTC -+++ makefile_include.mk -@@ -17,16 +17,16 @@ ifndef CROSS_COMPILE - CROSS_COMPILE= - endif - --ifeq ($(CC),cc) -- CC = $(CROSS_COMPILE)gcc --endif -+#ifeq ($(CC),cc) -+# CC = $(CROSS_COMPILE)gcc -+#endif - LD=$(CROSS_COMPILE)ld - AR=$(CROSS_COMPILE)ar - RANLIB=$(CROSS_COMPILE)ranlib - --ifndef MAKE -- MAKE=make --endif -+#ifndef MAKE -+# MAKE=make -+#endif - - CFLAGS += -I./ -Wall -Wsign-compare -Wextra -Wshadow - -@@ -65,7 +65,7 @@ CFLAGS += -Wno-nullability-completeness - endif - - # adjust coverage set --ifneq ($(filter $(shell arch), i386 i686 x86_64 amd64 ia64),) -+ifneq ($(filter $(shell /sbin/sysctl -b hw.machine_arch), i386 i686 x86_64 amd64 ia64),) - COVERAGE = test_standalone timing - COVERAGE_APP = ./test && ./ltmtest - else Property changes on: head/math/libtommath/files/patch-makefile__include.mk ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/math/libtommath/Makefile =================================================================== --- head/math/libtommath/Makefile (revision 491707) +++ head/math/libtommath/Makefile (revision 491708) @@ -1,53 +1,53 @@ # $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 LICENSE= PD WTFPL LICENSE_COMB= dual -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} USES= gmake tar:xz ALL_TARGET= default CFLAGS+= -fPIC PORTDOCS= * PLIST_FILES= include/tommath.h \ include/tommath_class.h \ include/tommath_superclass.h \ lib/libtommath.a OPTIONS_DEFINE= DOCS SHARED 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 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} 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 Index: head/math/libtommath/distinfo =================================================================== --- head/math/libtommath/distinfo (revision 491707) +++ head/math/libtommath/distinfo (revision 491708) @@ -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