From owner-svn-ports-head@FreeBSD.ORG Sun Apr 13 04:58:36 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 61889150; Sun, 13 Apr 2014 04:58:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 477B715CC; Sun, 13 Apr 2014 04:58:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3D4waL3040935; Sun, 13 Apr 2014 04:58:36 GMT (envelope-from glewis@svn.freebsd.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3D4wZHI040932; Sun, 13 Apr 2014 04:58:35 GMT (envelope-from glewis@svn.freebsd.org) Message-Id: <201404130458.s3D4wZHI040932@svn.freebsd.org> From: Greg Lewis Date: Sun, 13 Apr 2014 04:58:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351183 - in head/math/gnuplot: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2014 04:58:36 -0000 Author: glewis Date: Sun Apr 13 04:58:35 2014 New Revision: 351183 URL: http://svnweb.freebsd.org/changeset/ports/351183 QAT: https://qat.redports.org/buildarchive/r351183/ Log: . Update to 4.6.5. Modified: head/math/gnuplot/Makefile head/math/gnuplot/distinfo head/math/gnuplot/files/patch-docs-Makefile.in (contents, props changed) Modified: head/math/gnuplot/Makefile ============================================================================== --- head/math/gnuplot/Makefile Sun Apr 13 03:16:42 2014 (r351182) +++ head/math/gnuplot/Makefile Sun Apr 13 04:58:35 2014 (r351183) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= gnuplot -PORTVERSION= 4.6.3 -PORTREVISION= 3 +PORTVERSION= 4.6.5 CATEGORIES= math graphics MASTER_SITES= SF Modified: head/math/gnuplot/distinfo ============================================================================== --- head/math/gnuplot/distinfo Sun Apr 13 03:16:42 2014 (r351182) +++ head/math/gnuplot/distinfo Sun Apr 13 04:58:35 2014 (r351183) @@ -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 Modified: head/math/gnuplot/files/patch-docs-Makefile.in ============================================================================== --- head/math/gnuplot/files/patch-docs-Makefile.in Sun Apr 13 03:16:42 2014 (r351182) +++ head/math/gnuplot/files/patch-docs-Makefile.in Sun Apr 13 04:58:35 2014 (r351183) @@ -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