Revision: 74661 http://trac.macports.org/changeset/74661 Author: afb@macports.org Date: 2010-12-27 01:29:27 -0800 (Mon, 27 Dec 2010) Log Message: ----------- xfce/Terminal: update to 0.4.5 (#27619) Modified Paths: -------------- trunk/dports/xfce/Terminal/Portfile trunk/dports/xfce/Terminal/files/patch-terminal-Makefile.in Modified: trunk/dports/xfce/Terminal/Portfile =================================================================== --- trunk/dports/xfce/Terminal/Portfile 2010-12-27 08:33:06 UTC (rev 74660) +++ trunk/dports/xfce/Terminal/Portfile 2010-12-27 09:29:27 UTC (rev 74661) @@ -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 + path:include/glib-2.0/gio/gio.h:glib2 port:hicolor-icon-theme -configure.args --enable-dbus --enable-startup-notification +configure.args --enable-dbus patchfiles patch-terminal-Makefile.in Modified: trunk/dports/xfce/Terminal/files/patch-terminal-Makefile.in =================================================================== --- trunk/dports/xfce/Terminal/files/patch-terminal-Makefile.in 2010-12-27 08:33:06 UTC (rev 74660) +++ trunk/dports/xfce/Terminal/files/patch-terminal-Makefile.in 2010-12-27 09:29:27 UTC (rev 74661) @@ -1,10 +1,10 @@ ---- terminal/Makefile.in.orig 2007-12-02 15:16:22.000000000 +0100 -+++ terminal/Makefile.in 2006-05-04 21:15:48.000000000 +0200 -@@ -995,7 +995,6 @@ +--- terminal/Makefile.in.orig 2010-12-07 17:17:40.000000000 +0100 ++++ terminal/Makefile.in 2010-12-07 17:19:03.000000000 +0100 +@@ -1074,7 +1074,6 @@ # install symlink to 'terminal' - install-data-local: + install-exec-hook: $(mkinstalldirs) $(DESTDIR)$(bindir) -- -( cd $(DESTDIR)$(bindir) ; ln -sf Terminal terminal ) +- -( cd $(DESTDIR)$(bindir) ; test -x terminal || test -x Terminal && ln -sf Terminal terminal ) @MAINTAINER_MODE_TRUE@terminal-window-ui.h: Makefile $(srcdir)/terminal-window-ui.xml - @MAINTAINER_MODE_TRUE@ exo-csource --strip-comments --strip-content --static --name=terminal_window_ui $(srcdir)/terminal-window-ui.xml > terminal-window-ui.h + @MAINTAINER_MODE_TRUE@ $(AM_V_GEN) exo-csource --strip-comments --strip-content --static --name=terminal_window_ui $(srcdir)/terminal-window-ui.xml > terminal-window-ui.h