Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2018 09:04:14 +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: r470764 - head/math/mpc
Message-ID:  <201805240904.w4O94E4t041814@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May 24 09:04:14 2018
New Revision: 470764
URL: https://svnweb.freebsd.org/changeset/ports/470764

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

Modified:
  head/math/mpc/Makefile

Modified: head/math/mpc/Makefile
==============================================================================
--- head/math/mpc/Makefile	Thu May 24 08:44:56 2018	(r470763)
+++ head/math/mpc/Makefile	Thu May 24 09:04:14 2018	(r470764)
@@ -10,6 +10,9 @@ MASTER_SITES=	GNU
 MAINTAINER=	gerald@FreeBSD.org
 COMMENT=	Library of complex numbers with arbitrarily high precision
 
+LICENSE=	LGPL3+
+LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
+
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr
 
@@ -17,14 +20,12 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-gmp=${LOCALBASE} \
 		--with-mpfr=${LOCALBASE}
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 USES=		libtool
 USE_LDCONFIG=	yes
 
 INFO=		mpc
 PLIST_FILES=	include/mpc.h \
 		lib/libmpc.a lib/libmpc.so lib/libmpc.so.3 lib/libmpc.so.3.1.0
-
-regression-test: build
-	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check)
 
 .include <bsd.port.mk>



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