diff options
author | fhajny <fhajny@pkgsrc.org> | 2017-01-06 10:58:56 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2017-01-06 10:58:56 +0000 |
commit | f0c3b5f98abb94a4114e64cd867ceb2273a5dde5 (patch) | |
tree | 5f6c6dea8bce8af277fdd238b81f58dcb987f71d /math/grace/Makefile | |
parent | 541205a8fc1bf973a5c756e32735e5947588aeaf (diff) | |
download | pkgsrc-f0c3b5f98abb94a4114e64cd867ceb2273a5dde5.tar.gz |
Update math/grace to 5.1.25.
Change bl3 to pdflib-lite to fix binary package distribution.
Grace-5.1.25
- killing set data from GUI and scripts now clears set comments
- undid "always overwrite set comments when reading data in" from 5.1.24
- fixed Fourier transform DC-term amplitude (rep. #630)
- newer versions of "make" tried to regenerate documentation (rep. #2240)
Grace-5.1.24
- fixed detection of dynamic loading libraries (rep. # 2238)
- install PDF docs instead of the DVI ones
- added cephes/COPYING (from Debian)
- a workaround for broken input of non-ASCII text under UTF8 locales
- always overwrite set comments when reading data in
Diffstat (limited to 'math/grace/Makefile')
-rw-r--r-- | math/grace/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index 087f03bb522..57db297b309 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.62 2017/01/01 16:06:26 adam Exp $ +# $NetBSD: Makefile,v 1.63 2017/01/06 10:58:56 fhajny Exp $ -DISTNAME= grace-5.1.23 -PKGREVISION= 7 +DISTNAME= grace-5.1.25 CATEGORIES= math graphics x11 MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \ ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ \ @@ -11,6 +10,7 @@ MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://plasma-gate.weizmann.ac.il/Grace/ COMMENT= GRaphing, Advanced Computation and Exploration of data +LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake USE_LANGUAGES= c fortran77 @@ -33,7 +33,7 @@ post-install: .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../math/fftw2/buildlink3.mk" -.include "../../print/pdflib/buildlink3.mk" +.include "../../print/pdflib-lite/buildlink3.mk" .include "../../x11/Xbae/buildlink3.mk" .include "../../x11/XmHTML/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" |