aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2013-04-21 18:27:06 +0000
committerGreg Lewis <glewis@FreeBSD.org>2013-04-21 18:27:06 +0000
commit46eb5bfd387c2db9f72f3cb26155691f3d96c3c5 (patch)
tree8d434e3e6a6ab12c82ec600ca8a7bfe87d1ea5d0 /math
parent1d81d2575bbab18d2dfce961c38d33e74e753654 (diff)
downloadports-46eb5bfd387c2db9f72f3cb26155691f3d96c3c5.tar.gz
ports-46eb5bfd387c2db9f72f3cb26155691f3d96c3c5.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/gnuplot/Makefile3
-rw-r--r--math/gnuplot/distinfo4
-rw-r--r--math/gnuplot/files/patch-docs-Makefile.in14
3 files changed, 11 insertions, 10 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 873ca6e17b5a..66d829419e46 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= gnuplot
-PORTVERSION= 4.6.2
-PORTREVISION= 1
+PORTVERSION= 4.6.3
CATEGORIES= math graphics
MASTER_SITES= SF
diff --git a/math/gnuplot/distinfo b/math/gnuplot/distinfo
index 5815e0c5ec14..21e6c9b807e6 100644
--- a/math/gnuplot/distinfo
+++ b/math/gnuplot/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnuplot-4.6.2.tar.gz) = 978b01bbd288c4c5f6d6572cae3aa8bc73b429629ef4400f71856bb5d2251818
-SIZE (gnuplot-4.6.2.tar.gz) = 4969701
+SHA256 (gnuplot-4.6.3.tar.gz) = df5ffafa25fb32b3ecc0206a520f6bca8680e6dcc961efd30df34c0a1b7ea7f5
+SIZE (gnuplot-4.6.3.tar.gz) = 4973116
diff --git a/math/gnuplot/files/patch-docs-Makefile.in b/math/gnuplot/files/patch-docs-Makefile.in
index 242dc97b0328..f090fe17e97b 100644
--- a/math/gnuplot/files/patch-docs-Makefile.in
+++ b/math/gnuplot/files/patch-docs-Makefile.in
@@ -1,12 +1,14 @@
---- docs/Makefile.in.orig 2012-11-02 13:21:14.000000000 -0700
-+++ docs/Makefile.in 2012-11-02 13:21:48.000000000 -0700
+$FreeBSD$
+
+--- docs/Makefile.in.orig 2013-03-22 09:33:00.000000000 -0700
++++ docs/Makefile.in 2013-04-21 09:35:41.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
@echo "Creating texinfo and eldoc strings file"
- @if test "$(EMACS)" != no; then \
-- @test "$(top_srcdir)" = "$(top_builddir)" || echo "COPYING GNUPLOT.DOC" ; \
-- @test "$(top_srcdir)" = "$(top_builddir)" || cp $(srcdir)/gnuplot.doc . ; \
+- 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 ; \
- echo "Compiling gnuplot-eldoc.el" ; \
- $(EMACS) -batch --eval='(byte-compile-file "gnuplot-eldoc.el")' ; \
@@ -14,8 +16,8 @@
- 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 . ; \
++# 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 ; \
+# echo "Compiling gnuplot-eldoc.el" ; \
+# $(EMACS) -batch --eval='(byte-compile-file "gnuplot-eldoc.el")' ; \