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

nicos at macports.org nicos at macports.org
Sat Apr 25 02:07:45 PDT 2015


Revision: 135519
          https://trac.macports.org/changeset/135519
Author:   nicos at macports.org
Date:     2015-04-25 02:07:44 -0700 (Sat, 25 Apr 2015)
Log Message:
-----------
ktorrent: make port obsolete and replaced by ktorrent4

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

Modified: trunk/dports/kde/ktorrent/Portfile
===================================================================
--- trunk/dports/kde/ktorrent/Portfile	2015-04-25 08:57:17 UTC (rev 135518)
+++ trunk/dports/kde/ktorrent/Portfile	2015-04-25 09:07:44 UTC (rev 135519)
@@ -2,26 +2,25 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           kde4    1.1
 
+#Port made obsolete on 2015/04/25
 name                ktorrent
-conflicts           ktorrent4
+replaced_by         ktorrent4
 version             3.3.4
+revision            1
 categories          kde kde4
-license             GPL-2+
 maintainers         nomaintainer
 description         KDE4 bittorrent client, version 3.
 long_description    Bittorrent client for KDE4 supporting a variety of \
                     features such as uPNP.
 platforms           darwin
 homepage            http://www.kde.org
-master_sites	    http://ktorrent.org/downloads/${version}/
-use_bzip2           yes
-checksums           md5     7d7dba06a78d09494199bd4ef82e5527 \
-                    sha1    732527854f734d5fcd038348273378d0b1f8158f \
-                    rmd160  93ae20f720e159ec53c4d1325c74fef0ec953db4
 
-depends_lib-append  port:kde4-runtime port:kdepimlibs4 \
-                    port:qca port:gmp
+distfiles
 
-depends_build-append bin:perl:perl5
+pre-configure {
+    ui_error "${name} has been replaced by ${replaced_by}; please install ${replaced_by} instead."
+    return -code error "obsolete port"
+}
+
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150425/b07b462f/attachment.html>


More information about the macports-changes mailing list