science/scidavis: Update to 2.0.1
This commit is contained in:
parent
aa4e16b7ca
commit
4f2027abfa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498155
3 changed files with 4 additions and 21 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= scidavis
|
||||
PORTVERSION= 1.23.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.0.1
|
||||
CATEGORIES= science
|
||||
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1543176079
|
||||
SHA256 (highperformancecoder-scidavis-1.23.4_GH0.tar.gz) = 4d9e6adcb79f6c455a2d8b4e3bfdb61f974ce7a0b00527d89e608ac142d43044
|
||||
SIZE (highperformancecoder-scidavis-1.23.4_GH0.tar.gz) = 9146227
|
||||
TIMESTAMP = 1554553663
|
||||
SHA256 (highperformancecoder-scidavis-2.0.1_GH0.tar.gz) = dd3afe13a5a73fa7da55bee579db8d996f0054800edf5145290656aa41666f7d
|
||||
SIZE (highperformancecoder-scidavis-2.0.1_GH0.tar.gz) = 9715181
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
--- libscidavis/src/future/table/TableModel.cpp.orig 2018-10-17 03:28:35 UTC
|
||||
+++ libscidavis/src/future/table/TableModel.cpp
|
||||
@@ -101,11 +101,11 @@ QVariant TableModel::data(const QModelIn
|
||||
postfix = " " + tr("(masked)");
|
||||
if(col_ptr->isInvalid(row))
|
||||
return QVariant(tr("invalid cell (ignored in all operations)","tooltip string for invalid rows") + postfix);
|
||||
- [[fallthrough]]
|
||||
+ [[fallthrough]];
|
||||
case Qt::EditRole:
|
||||
if(!d_formula_mode && col_ptr->isInvalid(row))
|
||||
return QVariant();
|
||||
- [[fallthrough]]
|
||||
+ [[fallthrough]];
|
||||
case Qt::DisplayRole:
|
||||
{
|
||||
if(d_formula_mode)
|
Loading…
Reference in a new issue