[37368] trunk/dports/graphics/qwt

erickt at macports.org erickt at macports.org
Wed Jun 4 16:30:26 PDT 2008


Revision: 37368
          http://trac.macosforge.org/projects/macports/changeset/37368
Author:   erickt at macports.org
Date:     2008-06-04 16:30:25 -0700 (Wed, 04 Jun 2008)

Log Message:
-----------
qwt version bump to 5.1.0.

Modified Paths:
--------------
    trunk/dports/graphics/qwt/Portfile
    trunk/dports/graphics/qwt/files/patch-qwtconfig.pri.diff

Removed Paths:
-------------
    trunk/dports/graphics/qwt/files/patch-designer-designer.pro.diff

Modified: trunk/dports/graphics/qwt/Portfile
===================================================================
--- trunk/dports/graphics/qwt/Portfile	2008-06-04 23:04:04 UTC (rev 37367)
+++ trunk/dports/graphics/qwt/Portfile	2008-06-04 23:30:25 UTC (rev 37368)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                qwt
-version             5.0.2
+version             5.1.0
 revision            1
 categories          graphics science
 maintainers         openmaintainer jochen
@@ -18,25 +18,21 @@
 master_sites        sourceforge:qwt
 distname            qwt-${version}
 use_bzip2           yes
-checksums           md5 53adbb313c478dd4aae4f1c864a2037e
+checksums           md5 c585dc3b1ea5ad00747721f68687d868 \
+                    sha1 cc445f47039425626bca56d61a59528b4d6c7166 \
+                    rmd160 ba7dc8a07affa7eea5b145f8bd0416ab698e55e8
 platforms           darwin
 
-patchfiles          patch-qwtconfig.pri.diff \
-                    patch-designer-designer.pro.diff
+patchfiles          patch-qwtconfig.pri.diff
 
 configure.cmd       qmake
-configure.env       INSTALLBASE="${prefix}" QTDIR="${prefix}"
-configure.pre_args
-configure.args      -macx 
+configure.pre_args  INSTALLBASE="${prefix}"
+destroot.destdir    INSTALL_ROOT="${destroot}"
 
-build.env           QTDIR="${prefix}"
-
-destroot.destdir    INSTALL_ROOT="${destroot}${prefix}"
-destroot.env        QTDIR="${prefix}"
-
 post-destroot {
     # fix install-name of dynamic library
-    system "install_name_tool -id ${prefix}/lib/libqwt.5.0.2.dylib ${destroot}${prefix}/lib/libqwt.5.0.2.dylib"
+    system "install_name_tool -id ${prefix}/lib/libqwt.${version}.dylib ${destroot}${prefix}/lib/libqwt.${version}.dylib"
+    system "install_name_tool -change libqwt.5.dylib ${prefix}/lib/libqwt.5.dylib ${destroot}${prefix}/lib/qt4-mac-plugins/designer/libqwt_designer_plugin.bundle"
 }
 
 

Deleted: trunk/dports/graphics/qwt/files/patch-designer-designer.pro.diff
===================================================================
--- trunk/dports/graphics/qwt/files/patch-designer-designer.pro.diff	2008-06-04 23:04:04 UTC (rev 37367)
+++ trunk/dports/graphics/qwt/files/patch-designer-designer.pro.diff	2008-06-04 23:30:25 UTC (rev 37368)
@@ -1,20 +0,0 @@
---- designer/designer.pro~	2007-06-11 01:41:29.000000000 -0400
-+++ designer/designer.pro	2007-12-25 16:05:01.000000000 -0500
-@@ -49,7 +49,7 @@
-         HEADERS  += qwtplugin.h
-         SOURCES  += qwtplugin.cpp
- 
--        target.path = $(QTDIR)/plugins/designer
-+        target.path = /share/qwt/plugins/designer
-         INSTALLS += target
- 
-         IMAGES  += \
-@@ -92,7 +92,7 @@
-         RESOURCES += \
-             qwt_designer_plugin.qrc
- 
--        target.path = $$[QT_INSTALL_PLUGINS]/designer
-+        target.path = /share/qwt/plugins/designer
-         INSTALLS += target
-     }
- 

Modified: trunk/dports/graphics/qwt/files/patch-qwtconfig.pri.diff
===================================================================
--- trunk/dports/graphics/qwt/files/patch-qwtconfig.pri.diff	2008-06-04 23:04:04 UTC (rev 37367)
+++ trunk/dports/graphics/qwt/files/patch-qwtconfig.pri.diff	2008-06-04 23:30:25 UTC (rev 37368)
@@ -1,15 +1,15 @@
---- qwtconfig.pri~	2007-06-11 01:41:29.000000000 -0400
-+++ qwtconfig.pri	2007-12-24 13:56:46.000000000 -0500
-@@ -2,17 +2,13 @@
- # Install paths
- ######################################################################
+--- work/qwt-5.1.0/qwtconfig.pri	2008-05-02 11:08:06.000000000 -0700
++++ qwtconfig.pri	2008-05-02 11:10:49.000000000 -0700
+@@ -7,17 +7,13 @@
+ VER_PAT      = 0
+ VERSION      = $$VER_MAJ.$$VER_MIN.$$VER_PAT
  
 -unix {
--    INSTALLBASE    = /usr/local/qwt-5.0.2
+-    INSTALLBASE    = /usr/local/qwt-5.1.0
 -}
 -
  win32 {
-     INSTALLBASE    = C:/Qwt-5.0.2
+     INSTALLBASE    = C:/Qwt-5.1.0
  }
  
  target.path    = $$INSTALLBASE/lib

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080604/49d7ac27/attachment-0001.htm 


More information about the macports-changes mailing list