svn commit: r455637 - head/science/bft

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 6 09:00:25 UTC 2017


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


More information about the svn-ports-all mailing list