Date: Wed, 4 Apr 2018 08:33:30 +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: r466402 - head/math/mpfr Message-ID: <201804040833.w348XUoD029491@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Apr 4 08:33:30 2018 New Revision: 466402 URL: https://svnweb.freebsd.org/changeset/ports/466402 Log: - Fix LICENSE - Add LICENSE_FILE - Remove unneeded regression-test target (the port supports 'make test') Approved by: portmgr blanket Modified: head/math/mpfr/Makefile Modified: head/math/mpfr/Makefile ============================================================================== --- head/math/mpfr/Makefile Wed Apr 4 08:31:46 2018 (r466401) +++ head/math/mpfr/Makefile Wed Apr 4 08:33:30 2018 (r466402) @@ -14,7 +14,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ale@FreeBSD.org COMMENT= Library for multiple-precision floating-point computations -LICENSE= LGPL3 +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER #PATCH_DEPENDS= gpatch:devel/patch LIB_DEPENDS= libgmp.so:math/gmp @@ -33,8 +34,5 @@ USE_LDCONFIG= yes INFO= mpfr PORTDOCS= * - -regression-test: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804040833.w348XUoD029491>