[74428] trunk/dports/kde/ktorrent/Portfile
Revision: 74428 http://trac.macports.org/changeset/74428 Author: michaelld@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@Phonon@phonon@" ${item} - } -}
participants (1)
-
michaelld@macports.org