[70444] trunk/dports/kde/ktorrent/Portfile
michaelld at macports.org
michaelld at macports.org
Mon Aug 9 11:18:37 PDT 2010
Revision: 70444
http://trac.macports.org/changeset/70444
Author: michaelld at macports.org
Date: 2010-08-09 11:18:36 -0700 (Mon, 09 Aug 2010)
Log Message:
-----------
Bump to 3.3.4 (last v3 series).
Fix depends_lib and depends_build.
Fix location of QCA.
Modified Paths:
--------------
trunk/dports/kde/ktorrent/Portfile
Modified: trunk/dports/kde/ktorrent/Portfile
===================================================================
--- trunk/dports/kde/ktorrent/Portfile 2010-08-09 18:16:47 UTC (rev 70443)
+++ trunk/dports/kde/ktorrent/Portfile 2010-08-09 18:18:36 UTC (rev 70444)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -4,7 +5,7 @@
PortGroup kde4 1.0
name ktorrent
-version 3.2
+version 3.3.4
categories kde kde4
maintainers nomaintainer
description KDE4 bittorrent client.
@@ -14,14 +15,17 @@
homepage http://www.kde.org
master_sites http://ktorrent.org/downloads/${version}/
use_bzip2 yes
-checksums md5 e215de7a711b3f9c33044bf97a6d8bfb \
- sha1 7cc7c50f8860ef31aca3c93f65eee131cc84c968 \
- rmd160 e04cf261b22f191f6bda4bccb8b56fdcd734b944
+checksums md5 7d7dba06a78d09494199bd4ef82e5527 \
+ sha1 732527854f734d5fcd038348273378d0b1f8158f \
+ rmd160 93ae20f720e159ec53c4d1325c74fef0ec953db4
-depends_lib-append port:kdebase4-runtime \
+depends_lib-append port:kdebase4-runtime port:kdepimlibs4 \
port:qca port:gmp
+depends_build-append bin:perl:perl5
+
+set qca_dir ${prefix}/libexec/qt4-mac
+
configure.args-append ../${distname} \
- -DQCA2_LIBRARIES=${prefix}/lib/libqca.2.dylib \
- -DQCA2_INCLUDE_DIR=${prefix}/include/QtCrypto
-
+ -DQCA2_LIBRARIES=${qca_dir}/lib/libqca.2.dylib \
+ -DQCA2_INCLUDE_DIR=${qca_dir}/include/QtCrypto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100809/e1311ba3/attachment.html>
More information about the macports-changes
mailing list