diff options
author | pav <pav@FreeBSD.org> | 2010-08-05 07:49:13 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-08-05 07:49:13 +0800 |
commit | 8fecafa6fd3c7a5bc3809df49c74b7ac35f74a9a (patch) | |
tree | 69f8aa266ca8f4fdb4c5ad0562e8839797203753 /math | |
parent | cac95ae5178d284efac31574b1a7d5dc12e26e54 (diff) | |
download | freebsd-ports-graphics-8fecafa6fd3c7a5bc3809df49c74b7ac35f74a9a.tar.gz freebsd-ports-graphics-8fecafa6fd3c7a5bc3809df49c74b7ac35f74a9a.tar.zst freebsd-ports-graphics-8fecafa6fd3c7a5bc3809df49c74b7ac35f74a9a.zip |
- Update to 5.9.6
PR: ports/148969
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Diffstat (limited to 'math')
-rw-r--r-- | math/plplot/Makefile | 3 | ||||
-rw-r--r-- | math/plplot/distinfo | 6 | ||||
-rw-r--r-- | math/plplot/files/patch-cmake_modules_FindTCL.cmake | 12 | ||||
-rw-r--r-- | math/plplot/pkg-plist | 7 |
4 files changed, 10 insertions, 18 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 8e0493a43f4..f6e7b759537 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -6,8 +6,7 @@ # PORTNAME= plplot -PORTVERSION= 5.9.5 -PORTREVISION= 2 +PORTVERSION= 5.9.6 CATEGORIES= math science MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source diff --git a/math/plplot/distinfo b/math/plplot/distinfo index 37fa43d46a5..70e4dab2b64 100644 --- a/math/plplot/distinfo +++ b/math/plplot/distinfo @@ -1,3 +1,3 @@ -MD5 (plplot-5.9.5.tar.gz) = 214c9f984f046bee18f6a3cce2cdec39 -SHA256 (plplot-5.9.5.tar.gz) = 094cdfa1fced0cf86a52fdc3dae062a120f025ac271ddc3676a3fba7134538c3 -SIZE (plplot-5.9.5.tar.gz) = 7071486 +MD5 (plplot-5.9.6.tar.gz) = 772c772bde3a107e5f06d21cefa7f6b6 +SHA256 (plplot-5.9.6.tar.gz) = a1324a5c5677f4d45b95a27d788a5bee8a99143d9aa3ff0c0f2c769e90e61aad +SIZE (plplot-5.9.6.tar.gz) = 7221179 diff --git a/math/plplot/files/patch-cmake_modules_FindTCL.cmake b/math/plplot/files/patch-cmake_modules_FindTCL.cmake deleted file mode 100644 index 77ee1e4edc2..00000000000 --- a/math/plplot/files/patch-cmake_modules_FindTCL.cmake +++ /dev/null @@ -1,12 +0,0 @@ ---- cmake/modules/FindTCL.cmake.orig 2009-09-06 21:04:43.000000000 +0200 -+++ cmake/modules/FindTCL.cmake 2009-12-25 16:15:45.000000000 +0100 -@@ -121,7 +121,9 @@ - /usr/include - /usr/local/include - /usr/include/tcl8.5 -+ /usr/include/tk8.5 - /usr/include/tcl8.4 -+ /usr/include/tk8.4 - /usr/include/tcl8.3 - /usr/include/tcl8.2 - /usr/include/tcl8.0 diff --git a/math/plplot/pkg-plist b/math/plplot/pkg-plist index d6483b75df4..4fc5a057c58 100644 --- a/math/plplot/pkg-plist +++ b/math/plplot/pkg-plist @@ -39,7 +39,7 @@ lib/libplplotcxxd.so.9 lib/libplplotcxxd.so.9.3.0 lib/libplplotd.so lib/libplplotd.so.9 -lib/libplplotd.so.9.7.0 +lib/libplplotd.so.9.8.0 %%FORTRAN%%lib/libplplotf77cd.so %%FORTRAN%%lib/libplplotf77cd.so.9 %%FORTRAN%%lib/libplplotf77cd.so.9.1.1 @@ -99,6 +99,8 @@ libdata/pkgconfig/plplotd.pc %%DATADIR%%/cmap1_default.pal %%DATADIR%%/cmap1_gray.pal %%DATADIR%%/cmap1_radar.pal +%%DATADIR%%/cmap1_highfreq.pal +%%DATADIR%%/cmap1_lowfreq.pal %%DATADIR%%/examples/CMakeLists.txt %%DATADIR%%/examples/Makefile %%DATADIR%%/examples/c++/CMakeLists.txt @@ -190,6 +192,7 @@ libdata/pkgconfig/plplotd.pc %%DATADIR%%/examples/cmake/modules/export_plplot.cmake %%DATADIR%%/examples/cmake/modules/pkg-config.cmake %%DATADIR%%/examples/cmake/modules/plplot_configure.cmake +%%DATADIR%%/examples/cmake/modules/language_support.cmake %%FORTRAN%%%%DATADIR%%/examples/f77/CMakeLists.txt %%FORTRAN%%%%DATADIR%%/examples/f77/Makefile %%FORTRAN%%%%DATADIR%%/examples/f77/plf77demos.inc @@ -427,8 +430,10 @@ libdata/pkgconfig/plplotd.pc %%TCLTK%%%%DATADIR%%/examples/tcl/x31 %%TCLTK%%%%DATADIR%%/examples/tcl/x31.tcl %%DATADIR%%/examples/test_c.sh +%%DATADIR%%/examples/test_c_interactive.sh %%DATADIR%%/examples/test_cxx.sh %%DATADIR%%/examples/test_diff.sh +%%DATADIR%%/examples/test_octave_interactive.sh %%FORTRAN%%%%DATADIR%%/examples/test_f77.sh %%FORTRAN%%%%DATADIR%%/examples/test_f95.sh %%PYTHON%%%%DATADIR%%/examples/test_python.sh |