Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Dec 2017 09:00:23 +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: r455637 - head/science/bft
Message-ID:  <201712060900.vB690NOY006469@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Dec  6 09:00:23 2017
New Revision: 455637
URL: https://svnweb.freebsd.org/changeset/ports/455637

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Switch to new test framework
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/science/bft/Makefile
  head/science/bft/pkg-descr

Modified: head/science/bft/Makefile
==============================================================================
--- head/science/bft/Makefile	Wed Dec  6 08:45:28 2017	(r455636)
+++ head/science/bft/Makefile	Wed Dec  6 09:00:23 2017	(r455637)
@@ -11,7 +11,8 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/.//g}
 MAINTAINER=	thierry@FreeBSD.org
 COMMENT=	Code_Saturne Base Functions and Types library
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
@@ -26,7 +27,7 @@ pre-configure:
 	# No useful doc there
 	${REINPLACE_CMD} -e 's|tests doc|tests|' ${WRKSRC}/Makefile.in
 
-regression-test:
+do-test:
 .for pg in ${TESTSBIN}
 	(cd ${WRKSRC}/tests; ./${pg} arg1 arg2)
 .endfor

Modified: head/science/bft/pkg-descr
==============================================================================
--- head/science/bft/pkg-descr	Wed Dec  6 08:45:28 2017	(r455636)
+++ head/science/bft/pkg-descr	Wed Dec  6 09:00:23 2017	(r455637)
@@ -2,4 +2,4 @@ BFT stands for Base Functions and Types.
 It is destined to be used by scientific codes (CFD) often using
 some form of parallelism, especially MPI.
 
-WWW: http://www.code-saturne.org/
+WWW: https://www.code-saturne.org/



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