[119770] trunk/dports/kde/amarok-devel/Portfile

nicos at macports.org nicos at macports.org
Tue May 6 02:15:42 PDT 2014


Revision: 119770
          https://trac.macports.org/changeset/119770
Author:   nicos at macports.org
Date:     2014-05-06 02:15:41 -0700 (Tue, 06 May 2014)
Log Message:
-----------
amarok-devel: making port obsolete as not maintained for a long time, replaced by amarok

Modified Paths:
--------------
    trunk/dports/kde/amarok-devel/Portfile

Modified: trunk/dports/kde/amarok-devel/Portfile
===================================================================
--- trunk/dports/kde/amarok-devel/Portfile	2014-05-06 09:11:38 UTC (rev 119769)
+++ trunk/dports/kde/amarok-devel/Portfile	2014-05-06 09:15:41 UTC (rev 119770)
@@ -1,13 +1,12 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           kde4    1.0
 
 name                amarok-devel
+replaced_by         amarok
 version             git-20090927
-revision            4
+revision            5
 categories          kde kde4
-conflicts           amarok
 maintainers         nomaintainer
 description         Amarok, the world-renowned media player.
 long_description    Amarok is a music player and manager with an intuitive \
@@ -15,40 +14,12 @@
                     to discover and manage your music.
 platforms           darwin
 homepage            http://amarok.kde.org
-master_sites        http://gitorious.org/amarok
-# The following are placeholders for official beta releases
-#master_sites	    http://ftp.kde.org/unstable/${name}/${version}/src/
-#use_bzip2           yes
-#checksums           md5 410863050e5de95df82106cc9dfe486a
-distname            amarok
-fetch.type          git
-git.url             git://gitorious.org/amarok/amarok.git
-git.branch          33f852d6e293aa4632a4381d3468c7cf89224380
-worksrcdir          amarok
 
-depends_build-append port:git-core
+distfiles
 
-depends_lib-append  port:kde4-runtime port:kdelibs4 \
-                    port:qtscriptgenerator port:liblastfm \
-                    port:taglib port:taglib-extras \
-                    port:loudmouth \
-                    path:bin/mysql_config5:mysql5
-
 pre-configure {
-    if {![file exists ${prefix}/lib/mysql5/mysql/libmysqld.a]} {
-        ui_error "${name} cannot be installed because MySQL was not installed with the libmysqld embedded server."
-        return -code error "incompatible MySQL installation"
-    }
+    ui_error "${name} has been replaced by ${replaced_by}; please install ${replaced_by} instead."
+    return -code error "obsolete port"
 }
 
-configure.env           QTDIR=${prefix}/libexec/qt4-mac
-configure.args-append	../${distname}
-
-default_variants-append    +debug
-
-post-destroot {
-    # Place bundle icons in correct location
-	system "mv ${destroot}${prefix}/bin/amarok.app/Contents/Resources/* ${destroot}${applications_dir}/KDE4/Amarok.app/Contents/Resources/"
-	system "rm -rf ${destroot}${prefix}/bin"
-}
-
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140506/3839393d/attachment-0001.html>


More information about the macports-changes mailing list