Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2022 01:45:38 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 510c1361b988 - main - cad/xyce: Correct license; Add/update comments
Message-ID:  <202207110145.26B1jcrL023111@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=510c1361b9887f48c39ab517271e39421b751447

commit 510c1361b9887f48c39ab517271e39421b751447
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-11 01:44:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-11 01:45:36 +0000

    cad/xyce: Correct license; Add/update comments
---
 cad/xyce/Makefile | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/cad/xyce/Makefile b/cad/xyce/Makefile
index cbd54a568a8d..3d5acf9411a5 100644
--- a/cad/xyce/Makefile
+++ b/cad/xyce/Makefile
@@ -9,7 +9,7 @@ DIST_SUBDIR=	${PORTNAME}-${DISTVERSION}
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Xyce electronic simulator
 
-LICENSE=	GPLv2
+LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libblas.so:math/blas \
@@ -24,10 +24,9 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libumfpack.so:math/suitesparse-umfpack
 TEST_DEPENDS=	git:devel/git \
 		${PYNUMPY} \
-		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
-		# also needs pycompadre
+		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
 
-USES=		autoreconf bison gmake fortran libtool localbase perl5 python:test # GNU tools should be used for 7.5 and on until the cmake cbuild is declared stable
+USES=		autoreconf bison gmake fortran libtool localbase perl5 python:test # GNU tools should be used for 7.5 and on until the cmake build is declared stable
 USE_CXXSTD=	c++14 # otherwise configure fails because of c++14 features like std::conditional_t
 USE_LDCONFIG=	yes
 USE_PERL5=	test
@@ -45,7 +44,7 @@ INSTALL_TARGET=	install-strip
 
 BINARY_ALIAS=	python=${PYTHON_CMD} # only for tests
 
-do-test:
+do-test: # one test is known to fail, see https://github.com/Xyce/Xyce/issues/67#issuecomment-1179857728
 	# checkout tests
 	@cd ${WRKDIR} && \
 		${ECHO} "cloning git repository ..." && \



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