Date: Fri, 11 Sep 2009 19:27:02 GMT From: bf <bf1783@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/138742: [PATCH]math/gnuplot: update to 4.2.6 Message-ID: <200909111927.n8BJR2uu045076@www.freebsd.org> Resent-Message-ID: <200909111930.n8BJU2xA076787@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138742 >Category: ports >Synopsis: [PATCH]math/gnuplot: update to 4.2.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Sep 11 19:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: bf >Release: 9-CURRENT amd64 >Organization: - >Environment: >Description: "This is expected to be the final update to the 4.2 series; the next release will be version 4.4... New features, changes and fixes in gnuplot version 4.2.6 =========================================================== * NEW xterm tektronix emulation 'set term xterm' * FIX off-by-one pixel bug in width of boxes with palette or rgb color * FIX center rotation of 'set view equal xyz' mode at screen center * FIX sanity-check time ranges for axes with timeformat * FIX pslatex blacktext and broken format specifier * FIX PostScript code points for Lcaron, lcaron in encoding cp1250 * CHANGE If a 2D plot uses a Z-based palette, then autoscale cbrange * CHANGE aquaterm accepts "size xx,yy" with a comma * CHANGE Remove the EXPERIMENTAL flag from the wxt terminal * CHANGE Remove the EXPERIMENTAL flag from the x11 terminal binary polygon model" >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN gnuplot.orig/Makefile gnuplot/Makefile --- gnuplot.orig/Makefile 2009-09-11 15:01:54.000000000 -0400 +++ gnuplot/Makefile 2009-09-11 15:01:06.000000000 -0400 @@ -6,8 +6,7 @@ # PORTNAME= gnuplot -PORTVERSION= 4.2.5 -PORTREVISION= 1 +PORTVERSION= 4.2.6 CATEGORIES= math graphics MASTER_SITES= SF @@ -118,4 +117,7 @@ cd ${WRKSRC}/docs/psdoc && ${INSTALL_DATA} README ps_* ${DOCSDIR}/psdoc .endif +test: build + @( cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check ; ) + .include <bsd.port.post.mk> diff -ruN gnuplot.orig/distinfo gnuplot/distinfo --- gnuplot.orig/distinfo 2009-09-11 15:01:54.000000000 -0400 +++ gnuplot/distinfo 2009-09-11 14:47:18.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (gnuplot-4.2.5.tar.gz) = 85d042f8efd7aae3d9cbfd85b14d06d2 -SHA256 (gnuplot-4.2.5.tar.gz) = 89477ede06ca5a6cc814e123babadeda75bc52d89b078b92b79fba957caf11f8 -SIZE (gnuplot-4.2.5.tar.gz) = 2873303 +MD5 (gnuplot-4.2.6.tar.gz) = c10468d74030e8bed0fd6865a45cf1fd +SHA256 (gnuplot-4.2.6.tar.gz) = 81fbc2eb6077bd6abfe98c5c82aae14a2c970473ee4c2c37743ff3b1e2aa8e82 +SIZE (gnuplot-4.2.6.tar.gz) = 2936753 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909111927.n8BJR2uu045076>