Date: Sat, 4 Aug 2012 03:25:51 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301982 - head/math/gmm++ Message-ID: <201208040325.q743PprE002820@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sat Aug 4 03:25:50 2012 New Revision: 301982 URL: http://svn.freebsd.org/changeset/ports/301982 Log: Update to 4.2. - Set NO_BUILD, since this port only installs headers. - Set LICENSE to LGPL3 and explain in a comment that the port's COPYING is actually wrong. Modified: head/math/gmm++/Makefile head/math/gmm++/distinfo head/math/gmm++/pkg-plist Modified: head/math/gmm++/Makefile ============================================================================== --- head/math/gmm++/Makefile Sat Aug 4 03:08:11 2012 (r301981) +++ head/math/gmm++/Makefile Sat Aug 4 03:25:50 2012 (r301982) @@ -6,7 +6,7 @@ # PORTNAME= gmm++ -PORTVERSION= 4.1 +PORTVERSION= 4.2 CATEGORIES= math MASTER_SITES= http://download.gna.org/getfem/stable/ DISTNAME= ${PORTNAME:S/+//g}-${PORTVERSION} @@ -14,6 +14,14 @@ DISTNAME= ${PORTNAME:S/+//g}-${PORTVERSI MAINTAINER= kde@FreeBSD.org COMMENT= A generic matrix template library +# Note: even though the port's COPYING file mentions gmm++ is licensed under +# the LGPL version 2.1 with the GCC runtime exception, +# <http://download.gna.org/getfem/html/homepage/whatsnew/4.2.html> mentions +# v4.2 is licensed under the LGPL version 3 with the GCC runtime exception, and +# so say the headers which are installed. +LICENSE= LGPL3 + GNU_CONFIGURE= yes +NO_BUILD= yes .include <bsd.port.mk> Modified: head/math/gmm++/distinfo ============================================================================== --- head/math/gmm++/distinfo Sat Aug 4 03:08:11 2012 (r301981) +++ head/math/gmm++/distinfo Sat Aug 4 03:25:50 2012 (r301982) @@ -1,2 +1,2 @@ -SHA256 (gmm-4.1.tar.gz) = e202845ba712519dc9fe780af2d8cb40d4515faa099d6b6f4dcd4c7bd25b0569 -SIZE (gmm-4.1.tar.gz) = 475697 +SHA256 (gmm-4.2.tar.gz) = bc94080c9b2e1da2f8c886cfafa490bc1d5640912e6342ddd457c789f577fdb6 +SIZE (gmm-4.2.tar.gz) = 489912 Modified: head/math/gmm++/pkg-plist ============================================================================== --- head/math/gmm++/pkg-plist Sat Aug 4 03:08:11 2012 (r301981) +++ head/math/gmm++/pkg-plist Sat Aug 4 03:25:50 2012 (r301982) @@ -35,7 +35,6 @@ include/gmm/gmm_range_basis.h include/gmm/gmm_real_part.h include/gmm/gmm_ref.h include/gmm/gmm_scaled.h -include/gmm/gmm_solver_Newton.h include/gmm/gmm_solver_Schwarz_additive.h include/gmm/gmm_solver_bfgs.h include/gmm/gmm_solver_bicgstab.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208040325.q743PprE002820>