diff options
author | glewis <glewis@FreeBSD.org> | 2011-12-19 08:51:44 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2011-12-19 08:51:44 +0800 |
commit | 98f5f6f3efae498ca858df9bc58b72b9e9870072 (patch) | |
tree | b752534fa061b7e6d358c11c0ac44794e11b5dbe /math/gnuplot | |
parent | 44db2a8507b00d2c2a046776bb1775c01d65c0a3 (diff) | |
download | freebsd-ports-gnome-98f5f6f3efae498ca858df9bc58b72b9e9870072.tar.gz freebsd-ports-gnome-98f5f6f3efae498ca858df9bc58b72b9e9870072.tar.zst freebsd-ports-gnome-98f5f6f3efae498ca858df9bc58b72b9e9870072.zip |
. 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.
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 7 | ||||
-rw-r--r-- | 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 |