diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2014-04-13 04:58:35 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2014-04-13 04:58:35 +0000 |
commit | 0006b6c767d486b48e319c048696f99629bc80cf (patch) | |
tree | dd8afe129e11dea2863e3b80b1373913f4b65cfd /math/gnuplot | |
parent | 1f9ebeca033394a6e4a80e8e477bd83e2bc6713c (diff) |
Notes
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 3 | ||||
-rw-r--r-- | math/gnuplot/distinfo | 4 | ||||
-rw-r--r-- | math/gnuplot/files/patch-docs-Makefile.in | 14 |
3 files changed, 10 insertions, 11 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 0ca0bb7e4b8a..7127fddcbd6a 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gnuplot -PORTVERSION= 4.6.3 -PORTREVISION= 3 +PORTVERSION= 4.6.5 CATEGORIES= math graphics MASTER_SITES= SF diff --git a/math/gnuplot/distinfo b/math/gnuplot/distinfo index 21e6c9b807e6..a7548aa85363 100644 --- a/math/gnuplot/distinfo +++ b/math/gnuplot/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnuplot-4.6.3.tar.gz) = df5ffafa25fb32b3ecc0206a520f6bca8680e6dcc961efd30df34c0a1b7ea7f5 -SIZE (gnuplot-4.6.3.tar.gz) = 4973116 +SHA256 (gnuplot-4.6.5.tar.gz) = e550f030c7d04570e89c3d4e3f6e82296816508419c86ab46c4dd73156519a2d +SIZE (gnuplot-4.6.5.tar.gz) = 5035657 diff --git a/math/gnuplot/files/patch-docs-Makefile.in b/math/gnuplot/files/patch-docs-Makefile.in index f090fe17e97b..ed72697007b7 100644 --- a/math/gnuplot/files/patch-docs-Makefile.in +++ b/math/gnuplot/files/patch-docs-Makefile.in @@ -1,7 +1,7 @@ $FreeBSD$ ---- docs/Makefile.in.orig 2013-03-22 09:33:00.000000000 -0700 -+++ docs/Makefile.in 2013-04-21 09:35:41.000000000 -0700 +--- docs/Makefile.in.orig 2013-09-23 16:16:41.000000000 -0700 ++++ docs/Makefile.in 2014-04-12 20:11:45.000000000 -0700 @@ -395,15 +395,15 @@ # Thanks to Bruce Ravel for doc2texi.el! gnuplot.texi $(srcdir)/gnuplot-eldoc.el $(srcdir)/gnuplot-eldoc.elc: $(srcdir)/doc2texi.el $(srcdir)/gnuplot.doc @@ -9,25 +9,25 @@ $FreeBSD$ - @if test "$(EMACS)" != no; then \ - test "$(top_srcdir)" = "$(top_builddir)" || echo "COPYING GNUPLOT.DOC" ; \ - test "$(top_srcdir)" = "$(top_builddir)" || cp $(srcdir)/gnuplot.doc . ; \ -- $(EMACS) -batch -l $(srcdir)/doc2texi.el -f d2t-doc-to-texi ; \ +- $(EMACS) -batch -q --no-site-file -l $(srcdir)/doc2texi.el -f d2t-doc-to-texi ; \ - echo "Compiling gnuplot-eldoc.el" ; \ -- $(EMACS) -batch --eval='(byte-compile-file "gnuplot-eldoc.el")' ; \ +- $(EMACS) -batch -q --no-site-file -f batch-byte-compile gnuplot-eldoc.el ; \ - else \ - echo "No emacs found - cannot create texinfo file" ; \ - fi +# @if test "$(EMACS)" != no; then \ +# test "$(top_srcdir)" = "$(top_builddir)" || echo "COPYING GNUPLOT.DOC" ; \ +# test "$(top_srcdir)" = "$(top_builddir)" || cp $(srcdir)/gnuplot.doc . ; \ -+# $(EMACS) -batch -l $(srcdir)/doc2texi.el -f d2t-doc-to-texi ; \ ++# $(EMACS) -batch -q --no-site-file -l $(srcdir)/doc2texi.el -f d2t-doc-to-texi ; \ +# echo "Compiling gnuplot-eldoc.el" ; \ -+# $(EMACS) -batch --eval='(byte-compile-file "gnuplot-eldoc.el")' ; \ ++# $(EMACS) -batch -q --no-site-file -f batch-byte-compile gnuplot-eldoc.el ; \ +# else \ +# echo "No emacs found - cannot create texinfo file" ; \ +# fi # this is how to make OS/2 ipfc documentation -@@ -461,18 +461,18 @@ +@@ -463,18 +463,18 @@ $(INSTALL_DATA) gnuplot.pdf $(DESTDIR)$(GIHDIR)/gnuplot.pdf; \ fi |