[66227] trunk/dports/math/qalculate-kde

snc at macports.org snc at macports.org
Wed Apr 7 08:00:51 PDT 2010


Revision: 66227
          http://trac.macports.org/changeset/66227
Author:   snc at macports.org
Date:     2010-04-07 08:00:50 -0700 (Wed, 07 Apr 2010)
Log Message:
-----------
update version, #23188

Modified Paths:
--------------
    trunk/dports/math/qalculate-kde/Portfile

Removed Paths:
-------------
    trunk/dports/math/qalculate-kde/files/

Modified: trunk/dports/math/qalculate-kde/Portfile
===================================================================
--- trunk/dports/math/qalculate-kde/Portfile	2010-04-07 15:00:25 UTC (rev 66226)
+++ trunk/dports/math/qalculate-kde/Portfile	2010-04-07 15:00:50 UTC (rev 66227)
@@ -1,11 +1,10 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
-# $Id:$
-# new JJS 4/3/09
+# $Id$
 
 PortSystem      1.0
 
 name            qalculate-kde
-version         0.9.6
+version         0.9.7
 categories      math kde kde3
 platforms       darwin
 maintainers     vcn.com:jjstickel
@@ -21,8 +20,11 @@
 
 homepage        http://qalculate.sourceforge.net/
 master_sites    sourceforge:qalculate
-checksums       md5 2d41dc887ad3cf5de29ba4d570de263a
 
+checksums           md5     90104c97894f4775737349ad99428bcf \
+                    sha1    fa0db8a3fb80264328770c4bbcbc0892a4d4ce91 \
+                    rmd160  cd789e07f5b33faf4a834e6693af4d97e17d879b
+
 depends_build   path:bin/pkg-config:pkgconfig
 
 depends_lib     port:libqalculate\
@@ -32,13 +34,14 @@
 
 use_parallel_build  yes
 
-patchfiles      patch-qalculate-kde_0.9.6_macports.diff
-
-patch.pre_args  -p1
-
 configure.cppflags-append "-L${prefix}/lib"
 configure.cflags-append   "-L${prefix}/lib"
 configure.env             QTDIR=${prefix}/lib/qt3
 configure.args            --with-qt-dir=${prefix}/lib/qt3 \
                           --with-extra-includes=${prefix}/include \
                           --without-arts
+
+post-destroot {
+    file delete ${destroot}${prefix}/bin/qalculate
+    file rename ${destroot}${prefix}/share/doc/HTML ${destroot}${prefix}/share/doc/kde 
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100407/acbad307/attachment.html>


More information about the macports-changes mailing list