Ticket #47064: rkward_port.diff

File rkward_port.diff, 2.3 KB (added by thomas.friedrichsmeier@…, 9 years ago)
  • Portfile

     
    55# See dports/_resources/port1.0/group/kde4-1.1.tcl for more info.
    66PortGroup           kde4    1.1
    77name                rkward
    8 version             0.6.2
    9 revision            2
     8version             0.6.3
     9patchfiles          dbus_session_startup.diff
     10revision            1
    1011worksrcdir          ${name}-${version}
    1112
    1213conflicts           rkward-devel
    1314categories          kde kde4 math science
    14 maintainers         hhu.de:meik.michalke lists.sf.net:rkward-devel mk
     15maintainers         hhu.de:meik.michalke kde.org:rkward-devel mk
    1516license             GPL-2+
    1617platforms           darwin
    1718
     
    2122                    for statistical computation and graphics. Besides a convenient GUI for the most important \
    2223                    statistical functions, future versions will also provide seamless integration with an office-suite.
    2324
    24 homepage            http://rkward.sourceforge.net
     25homepage            http://rkward.kde.org
    2526
    26 master_sites        sourceforge:rkward
     27master_sites        http://download.kde.org/stable/${name}/${version}/src/${name}-${version}.tar.gz
    2728
    2829depends_lib         port:kdelibs4 \
    2930                    port:kate \
     
    6162}
    6263
    6364livecheck.type      regex
    64 livecheck.url       http://sourceforge.net/projects/${name}/files/Current_Stable_Releases/
    65 livecheck.regex     "${name}-(\\d+\\.\\d+\\.\\d+)\\.tar"
     65livecheck.url       http://download.kde.org/stable/${name}/
     66livecheck.regex     "(\\d+\\.\\d+\\.\\d+)"
    6667
  • dbus_session_startup.diff

     
     1--- a/rkward/rkward_startup_wrapper.cpp
     2+++ b/rkward/rkward_startup_wrapper.cpp
     3@@ -170,7 +170,7 @@
     4        }
     5        // ensure that RKWard finds its own packages
     6        qputenv ("R_LIBS", R_LIBS);
     7-       QProcess::execute ("lanuchctl", QStringList () << "load" << "-w" << INSTALL_PATH "/Library/LaunchAgents/org.freedesktop.dbus-session.plist");
     8+       QProcess::execute ("launchctl", QStringList () << "load" << "-w" << INSTALL_PATH "/Library/LaunchAgents/org.freedesktop.dbus-session.plist");
     9 #endif
     10 
     11        // Locate KDE and RKWard installations