svn commit: r472527 - head/math/mpir

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jun 16 08:34:34 UTC 2018


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


More information about the svn-ports-all mailing list