diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2017-10-07 20:15:36 +0800 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2017-10-07 20:15:36 +0800 |
commit | 46a5dfe726638cae18e04b38af8caceeec1349ec (patch) | |
tree | f7d4dcbe956040c694ceb4e41b2e4451fb4a5046 | |
parent | c7dad2f5409bbf62f11eec2bfb346063d8fa8c53 (diff) | |
download | freebsd-ports-gnome-46a5dfe726638cae18e04b38af8caceeec1349ec.tar.gz freebsd-ports-gnome-46a5dfe726638cae18e04b38af8caceeec1349ec.tar.zst freebsd-ports-gnome-46a5dfe726638cae18e04b38af8caceeec1349ec.zip |
Update to 6.1.3.
-rw-r--r-- | x11-toolkits/qwt6-designerplugin/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/qwt6-designerplugin/distinfo | 5 | ||||
-rw-r--r-- | x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro | 18 |
3 files changed, 13 insertions, 13 deletions
diff --git a/x11-toolkits/qwt6-designerplugin/Makefile b/x11-toolkits/qwt6-designerplugin/Makefile index da71421d3b3c..a3926e77fd6e 100644 --- a/x11-toolkits/qwt6-designerplugin/Makefile +++ b/x11-toolkits/qwt6-designerplugin/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= qwt -PORTVERSION= 6.1.0 -PORTREVISION= 1 +PORTVERSION= 6.1.3 CATEGORIES= x11-toolkits devel MASTER_SITES= SF PKGNAMESUFFIX= 6-designerplugin diff --git a/x11-toolkits/qwt6-designerplugin/distinfo b/x11-toolkits/qwt6-designerplugin/distinfo index 000fcee462e4..0f36838ec9f0 100644 --- a/x11-toolkits/qwt6-designerplugin/distinfo +++ b/x11-toolkits/qwt6-designerplugin/distinfo @@ -1,2 +1,3 @@ -SHA256 (qwt-6.1.0.tar.bz2) = a7e3d9f1db917d186a973c5f04a316bc9607c7c35794d7a16de323aba5e17402 -SIZE (qwt-6.1.0.tar.bz2) = 3468850 +TIMESTAMP = 1507301892 +SHA256 (qwt-6.1.3.tar.bz2) = f3ecd34e72a9a2b08422fb6c8e909ca76f4ce5fa77acad7a2883b701f4309733 +SIZE (qwt-6.1.3.tar.bz2) = 4245614 diff --git a/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro b/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro index d55979638d17..ac9359c9d67c 100644 --- a/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro +++ b/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro @@ -1,6 +1,6 @@ ---- ./designer/designer.pro.orig 2013-05-30 15:18:27.753341000 +0000 -+++ ./designer/designer.pro 2013-07-13 21:19:00.492115401 +0000 -@@ -42,7 +42,7 @@ +--- designer/designer.pro.orig 2016-06-13 07:14:23 UTC ++++ designer/designer.pro +@@ -42,7 +42,7 @@ contains(QWT_CONFIG, QwtDesigner) { TEMPLATE = lib @@ -9,16 +9,16 @@ DESTDIR = plugins/designer -@@ -95,7 +95,7 @@ - LIBS += -L$${QWT_ROOT}/lib - } +@@ -84,7 +84,7 @@ contains(QWT_CONFIG, QwtDesigner) { + # into the plugin. Not supported on Windows ! -- qwtAddLibrary(qwt) -+ qwtAddLibrary(qwt6) + QMAKE_RPATHDIR *= $${QWT_INSTALL_LIBS} +- qwtAddLibrary($${QWT_OUT_ROOT}/lib, qwt) ++ qwtAddLibrary($${QWT_OUT_ROOT}/lib, qwt6) contains(QWT_CONFIG, QwtDll) { -@@ -124,7 +124,7 @@ +@@ -113,7 +113,7 @@ contains(QWT_CONFIG, QwtDesigner) { RESOURCES += qwt_designer_plugin.qrc |