Index: head/x11-toolkits/qwt6-designerplugin/Makefile =================================================================== --- head/x11-toolkits/qwt6-designerplugin/Makefile (revision 451456) +++ head/x11-toolkits/qwt6-designerplugin/Makefile (revision 451457) @@ -1,31 +1,30 @@ # $FreeBSD$ PORTNAME= qwt -PORTVERSION= 6.1.0 -PORTREVISION= 1 +PORTVERSION= 6.1.3 CATEGORIES= x11-toolkits devel MASTER_SITES= SF PKGNAMESUFFIX= 6-designerplugin MAINTAINER= ports@FreeBSD.org COMMENT= Qt Designer plugin for Qwt LIB_DEPENDS= libqwt6.so:x11-toolkits/qwt6 USES= gmake qmake tar:bzip2 USE_QT4= designer moc_build rcc_build QMAKE_ARGS+= CONFIG+=QwtDesigner \ PLUGINDIR=${PREFIX}/${QT_PLUGINDIR_REL} PLIST_FILES= ${QT_PLUGINDIR_REL}/designer/libqwt6_designer_plugin.so STRIP_FILES= ${QT_PLUGINDIR_REL}/designer/libqwt6_designer_plugin.so CONFIGURE_WRKSRC= ${WRKSRC}/designer BUILD_WRKSRC= ${CONFIGURE_WRKSRC} INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} post-install: ${STRIP_CMD} ${STRIP_FILES:S,^,${STAGEDIR}${PREFIX}/,} .include Index: head/x11-toolkits/qwt6-designerplugin/distinfo =================================================================== --- head/x11-toolkits/qwt6-designerplugin/distinfo (revision 451456) +++ head/x11-toolkits/qwt6-designerplugin/distinfo (revision 451457) @@ -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 Index: head/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro =================================================================== --- head/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro (revision 451456) +++ head/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro (revision 451457) @@ -1,29 +1,29 @@ ---- ./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 - TARGET = qwt_designer_plugin + TARGET = qwt6_designer_plugin 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 - target.path = $${QWT_INSTALL_PLUGINS} + target.path = $$PLUGINDIR/designer INSTALLS += target } else {