diff options
author | makc <makc@FreeBSD.org> | 2009-04-06 02:47:44 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-04-06 02:47:44 +0800 |
commit | 77ea8eaeb75d1c88c75cf1da8534f99164368cc2 (patch) | |
tree | 8032ad97654cb1eac9fcc930eed7236d8ef893df /math/qtiplot | |
parent | ffaada364bd293811d376b31434d179f2f6b4a4a (diff) | |
download | freebsd-ports-gnome-77ea8eaeb75d1c88c75cf1da8534f99164368cc2.tar.gz freebsd-ports-gnome-77ea8eaeb75d1c88c75cf1da8534f99164368cc2.tar.zst freebsd-ports-gnome-77ea8eaeb75d1c88c75cf1da8534f99164368cc2.zip |
Update to 0.9.7.6
Diffstat (limited to 'math/qtiplot')
-rw-r--r-- | math/qtiplot/Makefile | 3 | ||||
-rw-r--r-- | math/qtiplot/distinfo | 6 | ||||
-rw-r--r-- | math/qtiplot/files/patch-qtiplot.pro | 7 | ||||
-rw-r--r-- | math/qtiplot/pkg-plist | 1 |
4 files changed, 9 insertions, 8 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index be7c31685987..a73651eb250d 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qtiplot -DISTVERSION= 0.9.7.5 +DISTVERSION= 0.9.7.6 CATEGORIES= math science MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ @@ -106,6 +106,7 @@ post-configure: post-install: ${STRIP_CMD} ${STRIP_FILES:S,^,${PREFIX}/,} + ${INSTALL_DATA} ${WRKSRC}/qtiplot_logo.png ${DATADIR}/qtiplot.png .if defined(WITH_PYTHON) .for s in qtiplotrc.py qtiUtil.py @(cd ${WRKSRC}/qtiplot && ${PYTHON_CMD} -c "import py_compile; py_compile.compile('${s}')") diff --git a/math/qtiplot/distinfo b/math/qtiplot/distinfo index fde5856c4c6f..d3ea51bb85b6 100644 --- a/math/qtiplot/distinfo +++ b/math/qtiplot/distinfo @@ -1,3 +1,3 @@ -MD5 (qtiplot-0.9.7.5.tar.bz2) = 8ca64ee66d1a843828b7cfda3d1a7b00 -SHA256 (qtiplot-0.9.7.5.tar.bz2) = 5f71ac4c5b2a343a0d4ad264cbc333480074de1c89821b170a022eb9d382c3dd -SIZE (qtiplot-0.9.7.5.tar.bz2) = 7536802 +MD5 (qtiplot-0.9.7.6.tar.bz2) = a9b9b2fbd3044022a7afa3a89ec5c47d +SHA256 (qtiplot-0.9.7.6.tar.bz2) = 1248b545103fa45e86c13c5e91d1c565c3d76b71e35582731fb39b538f0c6903 +SIZE (qtiplot-0.9.7.6.tar.bz2) = 6905629 diff --git a/math/qtiplot/files/patch-qtiplot.pro b/math/qtiplot/files/patch-qtiplot.pro index 7350271662ef..4f4f43aebe94 100644 --- a/math/qtiplot/files/patch-qtiplot.pro +++ b/math/qtiplot/files/patch-qtiplot.pro @@ -1,9 +1,8 @@ ---- ./qtiplot.pro.orig 2009-03-05 15:57:29.000000000 +0300 -+++ ./qtiplot.pro 2009-03-26 22:57:57.000000000 +0300 -@@ -1,6 +1,4 @@ +--- ./qtiplot.pro.orig 2009-04-01 18:16:49.000000000 +0400 ++++ ./qtiplot.pro 2009-04-04 12:17:20.000000000 +0400 +@@ -1,5 +1,4 @@ TEMPLATE = subdirs SUBDIRS = fitPlugins \ - manual \ -- 3rdparty/qwt \ qtiplot diff --git a/math/qtiplot/pkg-plist b/math/qtiplot/pkg-plist index 080888399457..ed105d1875d4 100644 --- a/math/qtiplot/pkg-plist +++ b/math/qtiplot/pkg-plist @@ -15,6 +15,7 @@ bin/qtiplot %%DATADIR%%/fitPlugins/libfitRational1.so.1 %%DATADIR%%/fitPlugins/libfitRational1.so.1.0 %%DATADIR%%/fitPlugins/libfitRational1.so.1.0.0 +%%DATADIR%%/qtiplot.png %%PYTHON%%%%DATADIR%%/qtiUtil.py %%PYTHON%%%%DATADIR%%/qtiUtil.pyc %%PYTHON%%%%DATADIR%%/qti_wordlist.txt |