[74428] trunk/dports/kde/ktorrent/Portfile

michaelld at macports.org michaelld at macports.org
Thu Dec 16 18:12:31 PST 2010


Revision: 74428
          http://trac.macports.org/changeset/74428
Author:   michaelld at macports.org
Date:     2010-12-16 18:12:25 -0800 (Thu, 16 Dec 2010)
Log Message:
-----------
ktorrent: Upgrade to use KDE 1.1 PortGroup; will conflict with ktorrent4 port.

Modified Paths:
--------------
    trunk/dports/kde/ktorrent/Portfile

Modified: trunk/dports/kde/ktorrent/Portfile
===================================================================
--- trunk/dports/kde/ktorrent/Portfile	2010-12-17 01:38:17 UTC (rev 74427)
+++ trunk/dports/kde/ktorrent/Portfile	2010-12-17 02:12:25 UTC (rev 74428)
@@ -2,13 +2,14 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           kde4    1.0
+PortGroup           kde4    1.1
 
 name                ktorrent
+conflicts           ktorrent4
 version             3.3.4
 categories          kde kde4
 maintainers         nomaintainer
-description         KDE4 bittorrent client.
+description         KDE4 bittorrent client, version 3.
 long_description    Bittorrent client for KDE4 supporting a variety of \
                     features such as uPNP.
 platforms           darwin
@@ -23,14 +24,3 @@
                     port:qca port:gmp
 
 depends_build-append bin:perl:perl5
-
-configure.args-append	../${distname}
-configure.pkg_config_path-append ${qt_dir}/lib/pkgconfig
-
-post-extract {
-    # change #include <Phonon...> to <phonon...> in all files that
-    # contain that header.
-    foreach item [exec grep -lr "Phonon" ${workpath}/${distname}] {
-        reinplace "/#include/s at Phonon@phonon@" ${item}
-    }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101216/da9ae232/attachment-0001.html>


More information about the macports-changes mailing list