Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2018 08:17:35 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485991 - head/science/yoda
Message-ID:  <201811270817.wAR8HZJp073559@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Nov 27 08:17:35 2018
New Revision: 485991
URL: https://svnweb.freebsd.org/changeset/ports/485991

Log:
  science/yoda: Fix license; Remove stray dependency

Modified:
  head/science/yoda/Makefile

Modified: head/science/yoda/Makefile
==============================================================================
--- head/science/yoda/Makefile	Tue Nov 27 08:15:20 2018	(r485990)
+++ head/science/yoda/Makefile	Tue Nov 27 08:17:35 2018	(r485991)
@@ -9,10 +9,8 @@ DISTNAME=	${PORTNAME:tu}-${DISTVERSION}
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Particle physics package with classes for data analysis, histogramming
 
-LICENSE=	GPLv2
-xLICENSE_FILE=	${WRKSRC}/COPYING
-
-LIB_DEPENDS=	libderiv.so:science/libint
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake libtool shebangfix
 GNU_CONFIGURE=	yes



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