#27619: Terminal (xfce): Update to 0.4.5 -------------------------------+-------------------------------------------- Reporter: ak.ml@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: xfce | Port: Terminal -------------------------------+-------------------------------------------- It seems that Terminal doesn't have a dependency with startup-notification anymore.[[BR]] I added a dependency with glib2 (GIO).[[BR]] Also its homepage and download page have changed. {{{ diff -u -r xfce/Terminal.orig/Portfile xfce/Terminal/Portfile --- xfce/Terminal.orig/Portfile 2010-12-09 11:32:00.000000000 +0100 +++ xfce/Terminal/Portfile 2010-12-09 12:05:17.000000000 +0100 @@ -3,7 +3,7 @@ PortSystem 1.0 name Terminal -version 0.2.12 +version 0.4.5 categories xfce platforms darwin maintainers afb @@ -11,16 +11,16 @@ platforms darwin description Terminal is a modern terminal emulator for the Unix/Linux desktop. long_description ${description} -homepage http://www.os-cillation.com/index.php?id=42&L=5 -master_sites http://www.ca-us.xfce.org/archive/xfce-4.6.1/src/ +homepage http://goodies.xfce.org/projects/applications/terminal +master_sites http://www.xfce.org/archive/src/apps/terminal/0.4/ use_bzip2 yes -checksums md5 adb419d279c9fc16d02291c052190717 \ - sha1 f6d0fc380fff6ac6fba7842fd4cfc46e2e5c6e40 \ - rmd160 0879cfbb69d33d63a1a816cf5a67b1c836a5bb65 +checksums md5 3c707628e2e97c6d9566cd74d400036a \ + sha1 8c23799922700b1f74dc7b7e029eec192d8ff62c \ + rmd160 f0cbfdfabc5c3037508e3b52e938c3d62bc8c14b -depends_lib port:exo port:vte port:dbus port:gtk2 \ - port:startup-notification port:hicolor-icon-theme +depends_lib port:exo port:vte port:dbus port:gtk2 port:glib2 \ + port:hicolor-icon-theme -configure.args --enable-dbus --enable-startup-notification +configure.args --enable-dbus patchfiles patch-terminal-Makefile.in }}} I have a MacIntel with Leopard 10.5.8.[[BR]] Files and patch attached. -- Ticket URL: <https://trac.macports.org/ticket/27619> MacPorts <http://www.macports.org/> Ports system for Mac OS