Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2018 21:10:37 +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: r487714 - head/math/scilab
Message-ID:  <201812172110.wBHLAbDj007011@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Dec 17 21:10:37 2018
New Revision: 487714
URL: https://svnweb.freebsd.org/changeset/ports/487714

Log:
  math/scilab: Small changes
  
  * Change MASTER_SITES to https
  * Add license
  * Add USES=gl gnome
  
  Approved by:	portmgr (port compliance, infrastructure)

Modified:
  head/math/scilab/Makefile

Modified: head/math/scilab/Makefile
==============================================================================
--- head/math/scilab/Makefile	Mon Dec 17 21:02:00 2018	(r487713)
+++ head/math/scilab/Makefile	Mon Dec 17 21:10:37 2018	(r487714)
@@ -5,9 +5,14 @@ PORTNAME=	scilab
 PORTVERSION=	5.5.2
 PORTREVISION=	15
 CATEGORIES=	math cad java
-MASTER_SITES=	http://www.scilab.org/download/${PORTVERSION}/
+MASTER_SITES=	https://www.scilab.org/download/${PORTVERSION}/
 DISTFILES=	${DISTNAME}-src${EXTRACT_SUFX}
 
+LICENSE=	GPLv2 BSD3CLAUSE
+LICENSE_COMB=	dual
+LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
+LICENSE_FILE_BSD3CLAUSE=	${WRKSRC}/COPYING-BSD
+
 MAINTAINER=	makc@FreeBSD.org
 COMMENT=	Scientific software package for numerical computations
 
@@ -23,7 +28,7 @@ LIB_DEPENDS=	libxml2.so:textproc/libxml2 \
 		libamd.so:math/suitesparse
 RUN_DEPENDS=	xdg-open:devel/xdg-utils
 
-USES=		cpe desktop-file-utils fortran gettext gmake iconv \
+USES=		cpe desktop-file-utils fortran gettext gl gmake gnome iconv \
 		libtool ncurses pathfix pkgconfig shared-mime-info
 USE_CXXSTD=	gnu++98
 USE_LOCALE=	en_US.UTF-8



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