svn commit: r492121 - head/math/libtommath

Pietro Cerutti gahr at FreeBSD.org
Mon Feb 4 12:00:27 UTC 2019


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 at 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=	*


More information about the svn-ports-all mailing list