Ticket #41861: xfce4-terminal.2.diff
File xfce4-terminal.2.diff, 1.8 KB (added by dbevans (David B. Evans), 10 years ago) |
---|
-
Portfile
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 2 # $Id$ 3 3 4 PortSystem 1.04 PortSystem 1.0 5 5 6 name Terminal7 version 0. 4.58 revision 1 6 name xfce4-terminal 7 version 0.6.3 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 9 categories xfce 10 10 platforms darwin 11 11 license GPL-2+ 12 12 maintainers afb 13 categories xfce 14 platforms darwin 13 15 14 description Terminal is a modern terminal emulator for the Unix/Linux desktop. 16 15 long_description ${description} 16 17 17 homepage http://goodies.xfce.org/projects/applications/terminal 18 master_sites http:// www.xfce.org/archive/src/apps/terminal/0.4/18 master_sites http://archive.xfce.org/src/apps/xfce4-terminal/${branch}/ 19 19 use_bzip2 yes 20 checksums md5 3c707628e2e97c6d9566cd74d400036a \21 sha1 8c23799922700b1f74dc7b7e029eec192d8ff62c \22 rmd160 f0cbfdfabc5c3037508e3b52e938c3d62bc8c14b23 20 21 checksums rmd160 2d369f99c4eb45b19c5348e5520d14c43160a9f6 \ 22 sha256 912f4716c2395a14a80620ef982b4af1e2a67a8df9a1ef0b802ecae826057e08 23 24 24 depends_build port:intltool port:pkgconfig 25 depends_lib port: exo port:vte port:dbus port:gtk2 \25 depends_lib port:vte port:dbus port:gtk2 \ 26 26 path:include/glib-2.0/gio/gio.h:glib2 port:hicolor-icon-theme 27 27 28 configure.args --enable-dbus 29 30 patchfiles patch-terminal-Makefile.in 28 livecheck.type regex 29 livecheck.url ${master_sites} 30 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"