svn commit: r451457 - in head/x11-toolkits/qwt6-designerplugin: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Sat Oct 7 12:15:39 UTC 2017
Author: vanilla
Date: Sat Oct 7 12:15:36 2017
New Revision: 451457
URL: https://svnweb.freebsd.org/changeset/ports/451457
Log:
Update to 6.1.3.
Modified:
head/x11-toolkits/qwt6-designerplugin/Makefile
head/x11-toolkits/qwt6-designerplugin/distinfo
head/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro
Modified: head/x11-toolkits/qwt6-designerplugin/Makefile
==============================================================================
--- head/x11-toolkits/qwt6-designerplugin/Makefile Sat Oct 7 12:14:30 2017 (r451456)
+++ head/x11-toolkits/qwt6-designerplugin/Makefile Sat Oct 7 12:15:36 2017 (r451457)
@@ -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
Modified: head/x11-toolkits/qwt6-designerplugin/distinfo
==============================================================================
--- head/x11-toolkits/qwt6-designerplugin/distinfo Sat Oct 7 12:14:30 2017 (r451456)
+++ head/x11-toolkits/qwt6-designerplugin/distinfo Sat Oct 7 12:15:36 2017 (r451457)
@@ -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
Modified: head/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro
==============================================================================
--- head/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro Sat Oct 7 12:14:30 2017 (r451456)
+++ head/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro Sat Oct 7 12:15:36 2017 (r451457)
@@ -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
More information about the svn-ports-head
mailing list