diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2021-01-15 22:03:14 +0800 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2021-01-15 22:03:14 +0800 |
commit | 606e6213d56cf95777446a88e969375640b825cd (patch) | |
tree | bb859b3d3b729958b9639b27ff166a9b5b540e07 /x11-toolkits | |
parent | d4dc6ca48baecae64062c187adb04c75ec456845 (diff) | |
download | freebsd-ports-gnome-606e6213d56cf95777446a88e969375640b825cd.tar.gz freebsd-ports-gnome-606e6213d56cf95777446a88e969375640b825cd.tar.zst freebsd-ports-gnome-606e6213d56cf95777446a88e969375640b825cd.zip |
x11-toolkits/qwt6: Update to 6.1.6
- QwtPlotLayout::activate: avoid compiler issues with Qt 5.15
- QwtPointPolar: missing copy constructor added
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qwt6/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qwt6/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/qwt6/Makefile b/x11-toolkits/qwt6/Makefile index 6e688ac1b333..f864bd48ed9b 100644 --- a/x11-toolkits/qwt6/Makefile +++ b/x11-toolkits/qwt6/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qwt -PORTVERSION= 6.1.5 +PORTVERSION= 6.1.6 CATEGORIES= x11-toolkits MASTER_SITES= SF PKGNAMESUFFIX= 6-qt5 diff --git a/x11-toolkits/qwt6/distinfo b/x11-toolkits/qwt6/distinfo index 92b590576cc8..475c47d4a415 100644 --- a/x11-toolkits/qwt6/distinfo +++ b/x11-toolkits/qwt6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1595938187 -SHA256 (qwt-6.1.5.tar.bz2) = 4076de63ec2b5e84379ddfebf27c7b29b8dc9074f3db7e2ca61d11a1d8adc041 -SIZE (qwt-6.1.5.tar.bz2) = 4408268 +TIMESTAMP = 1610702716 +SHA256 (qwt-6.1.6.tar.bz2) = 99460d31c115ee4117b0175d885f47c2c590d784206f09815dc058fbe5ede1f6 +SIZE (qwt-6.1.6.tar.bz2) = 4306402 |