Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jun 2018 08:34:34 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472527 - head/math/mpir
Message-ID:  <201806160834.w5G8YYHs013117@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat Jun 16 08:34:33 2018
New Revision: 472527
URL: https://svnweb.freebsd.org/changeset/ports/472527

Log:
  - Fix LICENSE
  - Switch to new test framework
  
  Approved by:	portmgr blanket

Modified:
  head/math/mpir/Makefile

Modified: head/math/mpir/Makefile
==============================================================================
--- head/math/mpir/Makefile	Sat Jun 16 08:05:23 2018	(r472526)
+++ head/math/mpir/Makefile	Sat Jun 16 08:34:33 2018	(r472527)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://mpir.org/
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Multiprecision integer library
 
-LICENSE=	LGPL3
+LICENSE=	LGPL3+
 LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
 BUILD_DEPENDS=	yasm:devel/yasm
@@ -18,6 +18,7 @@ USES=		libtool tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-cxx --with-system-yasm
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 USE_LDCONFIG=	yes
 
 MPIR_VERSION=	23.0.3
@@ -35,8 +36,5 @@ PLIST_FILES=	include/mpir.h \
 		lib/libmpirxx.so \
 		lib/libmpirxx.so.${MPIRXX_VERSION} \
 		lib/libmpirxx.so.${MPIRXX_VERSION:R:R}
-
-regression-test:
-	${MAKE_CMD} -C ${WRKSRC} check
 
 .include <bsd.port.mk>



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