Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2017 17:26:25 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443527 - head/math/armadillo
Message-ID:  <201706131726.v5DHQPlw098170@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Tue Jun 13 17:26:25 2017
New Revision: 443527
URL: https://svnweb.freebsd.org/changeset/ports/443527

Log:
  - License changed to Apache License 2.0
  while here
  - Update to 7.950.1
  
  PR:		219843
  Submitted by:	pfg

Modified:
  head/math/armadillo/Makefile
  head/math/armadillo/distinfo
  head/math/armadillo/pkg-plist

Modified: head/math/armadillo/Makefile
==============================================================================
--- head/math/armadillo/Makefile	Tue Jun 13 16:58:03 2017	(r443526)
+++ head/math/armadillo/Makefile	Tue Jun 13 17:26:25 2017	(r443527)
@@ -1,14 +1,15 @@
 # $FreeBSD$
 
 PORTNAME=	armadillo
-PORTVERSION=	7.950.0
+PORTVERSION=	7.950.1
 CATEGORIES=	math
 MASTER_SITES=	SF/arma
 
 MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	C++ linear algebra library
 
-LICENSE=	MPL
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 LIB_DEPENDS=	libboost_date_time.so:devel/boost-libs \
 		libopenblasp.so:math/openblas \

Modified: head/math/armadillo/distinfo
==============================================================================
--- head/math/armadillo/distinfo	Tue Jun 13 16:58:03 2017	(r443526)
+++ head/math/armadillo/distinfo	Tue Jun 13 17:26:25 2017	(r443527)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1496535016
-SHA256 (armadillo-7.950.0.tar.xz) = da89281959d48c60ce546dd370ef712ec1e24714e1e9afadad17dd2fbbc5876e
-SIZE (armadillo-7.950.0.tar.xz) = 4022536
+TIMESTAMP = 1497369328
+SHA256 (armadillo-7.950.1.tar.xz) = a32da32a0ea420b8397a53e4b40ed279c1a5fc791dd492a2ced81ffb14ad0d1b
+SIZE (armadillo-7.950.1.tar.xz) = 4022716

Modified: head/math/armadillo/pkg-plist
==============================================================================
--- head/math/armadillo/pkg-plist	Tue Jun 13 16:58:03 2017	(r443526)
+++ head/math/armadillo/pkg-plist	Tue Jun 13 17:26:25 2017	(r443527)
@@ -502,7 +502,7 @@ include/armadillo_bits/xvec_htrans_bones.hpp
 include/armadillo_bits/xvec_htrans_meat.hpp
 lib/libarmadillo.so
 lib/libarmadillo.so.7
-lib/libarmadillo.so.7.950.0
+lib/libarmadillo.so.7.950.1
 libdata/pkgconfig/armadillo.pc
 share/Armadillo/CMake/ArmadilloConfig.cmake
 share/Armadillo/CMake/ArmadilloConfigVersion.cmake



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