diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-07-14 15:27:05 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-07-14 15:27:05 +0000 |
commit | 69553f69c80ab02113af4ac13028729852c3501e (patch) | |
tree | 4794a6f13a6c6d6e430ad1185050fe936106db98 /x11-toolkits/qwt6-designerplugin | |
parent | 3bc21e65a9782b64278694a7e1e4554149e9f9f4 (diff) | |
download | ports-69553f69c80ab02113af4ac13028729852c3501e.tar.gz ports-69553f69c80ab02113af4ac13028729852c3501e.zip |
Notes
Diffstat (limited to 'x11-toolkits/qwt6-designerplugin')
-rw-r--r-- | x11-toolkits/qwt6-designerplugin/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qwt6-designerplugin/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro | 22 |
3 files changed, 14 insertions, 14 deletions
diff --git a/x11-toolkits/qwt6-designerplugin/Makefile b/x11-toolkits/qwt6-designerplugin/Makefile index fffea1831b06..47fc4f31ed69 100644 --- a/x11-toolkits/qwt6-designerplugin/Makefile +++ b/x11-toolkits/qwt6-designerplugin/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qwt -PORTVERSION= 6.0.2 +PORTVERSION= 6.1.0 CATEGORIES= x11-toolkits devel MASTER_SITES= SF PKGNAMESUFFIX= -designerplugin diff --git a/x11-toolkits/qwt6-designerplugin/distinfo b/x11-toolkits/qwt6-designerplugin/distinfo index 7793bafa3612..000fcee462e4 100644 --- a/x11-toolkits/qwt6-designerplugin/distinfo +++ b/x11-toolkits/qwt6-designerplugin/distinfo @@ -1,2 +1,2 @@ -SHA256 (qwt-6.0.2.tar.bz2) = 2e699ac426d96aa14c86e4b7199d6b849c7f65010927ac9cf58f16761ee3281f -SIZE (qwt-6.0.2.tar.bz2) = 2688469 +SHA256 (qwt-6.1.0.tar.bz2) = a7e3d9f1db917d186a973c5f04a316bc9607c7c35794d7a16de323aba5e17402 +SIZE (qwt-6.1.0.tar.bz2) = 3468850 diff --git a/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro b/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro index 4d9a75caad2c..d55979638d17 100644 --- a/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro +++ b/x11-toolkits/qwt6-designerplugin/files/patch-designer__designer.pro @@ -1,7 +1,7 @@ ---- ./designer/designer.pro.orig 2012-11-30 13:22:47.000000000 +0000 -+++ ./designer/designer.pro 2012-12-13 12:55:56.229759237 +0000 -@@ -19,7 +19,7 @@ - CONFIG += warn_on +--- ./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 @@ + TEMPLATE = lib - TARGET = qwt_designer_plugin @@ -9,16 +9,16 @@ DESTDIR = plugins/designer -@@ -35,7 +35,7 @@ - LIBS += -L$${QWT_ROOT}/lib - } +@@ -95,7 +95,7 @@ + LIBS += -L$${QWT_ROOT}/lib + } -- qwtAddLibrary(qwt) -+ qwtAddLibrary(qwt6) +- qwtAddLibrary(qwt) ++ qwtAddLibrary(qwt6) - contains(QWT_CONFIG, QwtDll) { + contains(QWT_CONFIG, QwtDll) { -@@ -63,7 +63,7 @@ +@@ -124,7 +124,7 @@ RESOURCES += qwt_designer_plugin.qrc |