From 98f5f6f3efae498ca858df9bc58b72b9e9870072 Mon Sep 17 00:00:00 2001 From: glewis Date: Mon, 19 Dec 2011 00:51:44 +0000 Subject: . Update to 4.4.4. . Tweak TEX settings to preserve packing list correctness. . Limit WX version to 2.8 until problems with 2.9 are resolved. --- math/gnuplot/Makefile | 7 ++++--- math/gnuplot/distinfo | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 06a1f5565460..f548fbbef716 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnuplot -PORTVERSION= 4.4.3 +PORTVERSION= 4.4.4 CATEGORIES= math graphics MASTER_SITES= SF @@ -75,7 +75,8 @@ PLIST_SUB+= TETEX="@comment " .else BUILD_DEPENDS+= kpsexpand:${PORTSDIR}/print/teTeX-base RUN_DEPENDS+= kpsexpand:${PORTSDIR}/print/teTeX-base -CONFIGURE_ARGS+= --with-kpsexpand +CONFIGURE_ARGS+= --with-kpsexpand \ + --with-texdir=${PREFIX}/share/texmf-local/tex/latex/gnuplot PLIST_SUB+= TETEX="" .endif @@ -88,7 +89,7 @@ CONFIGURE_ARGS+= --enable-thin-splines .if defined(WITHOUT_WX) CONFIGURE_ARGS+= --disable-wxwidgets .else -USE_WX= 2.4+ +USE_WX= 2.5-2.8 WX_CONF_ARGS= absolute .endif diff --git a/math/gnuplot/distinfo b/math/gnuplot/distinfo index 1e3ca20046e5..e9a549296bd4 100644 --- a/math/gnuplot/distinfo +++ b/math/gnuplot/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnuplot-4.4.3.tar.gz) = 6faa236ed5c744f34a9ac58ef89dab6177a15c5835dc3644a0a12779439426e6 -SIZE (gnuplot-4.4.3.tar.gz) = 3305912 +SHA256 (gnuplot-4.4.4.tar.gz) = d228599d08d5f87bcb79af8af8bb432c77d942802b1643f920c7baaeaf1ddbfd +SIZE (gnuplot-4.4.4.tar.gz) = 3328278 -- cgit