Date: Sat, 7 Oct 2017 12:15:37 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451457 - in head/x11-toolkits/qwt6-designerplugin: . files Message-ID: <201710071215.v97CFbIH059509@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710071215.v97CFbIH059509>