diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-25 03:02:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-25 03:02:39 +0800 |
commit | 2a019112e3709a950d342e68b414b3a767fcc74f (patch) | |
tree | ce086dc6efdea6fd5cc46db294e5ddf619bcfd2d /math | |
parent | f4484557c3c07ba30c2c5d19ee2e06c1232cfab4 (diff) | |
download | freebsd-ports-gnome-2a019112e3709a950d342e68b414b3a767fcc74f.tar.gz freebsd-ports-gnome-2a019112e3709a950d342e68b414b3a767fcc74f.tar.zst freebsd-ports-gnome-2a019112e3709a950d342e68b414b3a767fcc74f.zip |
- Update to 0.9.6.2
PR: 123931
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/qtiplot/Makefile | 6 | ||||
-rw-r--r-- | math/qtiplot/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index a5068679bc73..8809d4fd0e01 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -6,9 +6,9 @@ # PORTNAME= qtiplot -DISTVERSION= 0.9.6 +DISTVERSION= 0.9.6.2 CATEGORIES= math science -MASTER_SITES= http://soft.proindependent.com/src/ +MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ MAINTAINER= makc@issp.ac.ru COMMENT= An Origin clone for data analysis and scientific plotting @@ -78,6 +78,8 @@ post-patch: @${REINPLACE_CMD} -e \ 's|/usr/lib/qtiplot/plugins|${DATADIR}/fitPlugins|' \ ${WRKSRC}/qtiplot/src/ApplicationWindow.cpp + @${REINPLACE_CMD} -e '/^system(lupdate/d; /^system(lrelease/d' \ + ${WRKSRC}/${PORTNAME}/qtiplot.pro .if defined(WITH_DEBUG) @${REINPLACE_CMD} -e \ "/^CONFIG.*release/s|release|debug|" \ diff --git a/math/qtiplot/distinfo b/math/qtiplot/distinfo index f3bbc38b4c9e..f48ac44c1131 100644 --- a/math/qtiplot/distinfo +++ b/math/qtiplot/distinfo @@ -1,3 +1,3 @@ -MD5 (qtiplot-0.9.6.tar.bz2) = a0e35d674fdf76eeb86c921e26caec1a -SHA256 (qtiplot-0.9.6.tar.bz2) = 9892f48eaf08f7e9f9932156c755a37a3570f5028e1777263706cd1fb688c7c1 -SIZE (qtiplot-0.9.6.tar.bz2) = 6431763 +MD5 (qtiplot-0.9.6.2.tar.bz2) = 6af2b27f678e8215299f3f4a424b11fe +SHA256 (qtiplot-0.9.6.2.tar.bz2) = 16f624eb6cd5e4d153adcbc1b84598a9fc5028cad4c9d34022839c2805a8dcbb +SIZE (qtiplot-0.9.6.2.tar.bz2) = 6482625 |