diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-24 19:02:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-24 19:02:39 +0000 |
commit | ea263c16a995c8b3c1d16e5326ebcc1567b00e7f (patch) | |
tree | 42ec0ee7b80bdd786fde0809868a10bb5a439147 /math/qtiplot | |
parent | ecf208d697ab9aedb80cd75d523ffef7d41abfad (diff) |
Notes
Diffstat (limited to 'math/qtiplot')
-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 |