diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-08-04 11:25:50 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-08-04 11:25:50 +0800 |
commit | d26ca1f1139ae50de096e031ae0a7a0286699b30 (patch) | |
tree | c71f62bc92b2ee644a9d602df886fde88678c3ae /math | |
parent | fdd3d5423f7c1e00ae89d36263bac6d76c2fc551 (diff) | |
download | freebsd-ports-gnome-d26ca1f1139ae50de096e031ae0a7a0286699b30.tar.gz freebsd-ports-gnome-d26ca1f1139ae50de096e031ae0a7a0286699b30.tar.zst freebsd-ports-gnome-d26ca1f1139ae50de096e031ae0a7a0286699b30.zip |
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.
Diffstat (limited to 'math')
-rw-r--r-- | math/gmm++/Makefile | 10 | ||||
-rw-r--r-- | math/gmm++/distinfo | 4 | ||||
-rw-r--r-- | math/gmm++/pkg-plist | 1 |
3 files changed, 11 insertions, 4 deletions
diff --git a/math/gmm++/Makefile b/math/gmm++/Makefile index cb92ad2f77a7..9c7c094340c9 100644 --- a/math/gmm++/Makefile +++ b/math/gmm++/Makefile @@ -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}-${PORTVERSION} 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> diff --git a/math/gmm++/distinfo b/math/gmm++/distinfo index 8167fd3c12e5..2f366f4e8c2b 100644 --- a/math/gmm++/distinfo +++ b/math/gmm++/distinfo @@ -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 diff --git a/math/gmm++/pkg-plist b/math/gmm++/pkg-plist index 17d5c94046e2..833ea89309ec 100644 --- a/math/gmm++/pkg-plist +++ b/math/gmm++/pkg-plist @@ -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 |