Date: Mon, 4 Feb 2019 12:00:26 +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: r492121 - head/math/libtommath Message-ID: <201902041200.x14C0Q76081711@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Mon Feb 4 12:00:26 2019 New Revision: 492121 URL: https://svnweb.freebsd.org/changeset/ports/492121 Log: math/libtommath: update license, pet portlint Reported by: https://github.com/libtom/libtommath/issues/122#issuecomment-460083058 Modified: head/math/libtommath/Makefile Modified: head/math/libtommath/Makefile ============================================================================== --- head/math/libtommath/Makefile Mon Feb 4 11:58:20 2019 (r492120) +++ head/math/libtommath/Makefile Mon Feb 4 12:00:26 2019 (r492121) @@ -2,7 +2,7 @@ PORTNAME= libtommath DISTVERSION= 1.1.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://github.com/libtom/libtommath/releases/download/v${DISTVERSION}/ DISTNAME= ltm-${DISTVERSION} @@ -10,11 +10,12 @@ DISTNAME= ltm-${DISTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= Comprehensive, modular, and portable mathematical routines -LICENSE= PD WTFPL -LICENSE_COMB= dual +LICENSE= UNLICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} USES= gmake tar:xz + +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} ALL_TARGET= default CFLAGS+= -fPIC PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902041200.x14C0Q76081711>