Ticket #41861: xfce4-terminal.2.diff

File xfce4-terminal.2.diff, 1.8 KB (added by dbevans (David B. Evans), 10 years ago)

Revised patch to update to current version 0.6.3.

  • Portfile

     
    11# -*- 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
    22# $Id$
    33
    4 PortSystem 1.0
     4PortSystem      1.0
    55
    6 name            Terminal
    7 version         0.4.5
    8 revision        1
     6name            xfce4-terminal
     7version         0.6.3
     8set branch      [join [lrange [split ${version} .] 0 1] .]
    99categories      xfce
    1010platforms       darwin
    1111license         GPL-2+
    1212maintainers     afb
    13 categories      xfce
    14 platforms       darwin
     13
    1514description     Terminal is a modern terminal emulator for the Unix/Linux desktop.
    1615long_description ${description}
     16
    1717homepage        http://goodies.xfce.org/projects/applications/terminal
    18 master_sites    http://www.xfce.org/archive/src/apps/terminal/0.4/
     18master_sites    http://archive.xfce.org/src/apps/xfce4-terminal/${branch}/
    1919use_bzip2       yes
    20 checksums       md5 3c707628e2e97c6d9566cd74d400036a \
    21                 sha1 8c23799922700b1f74dc7b7e029eec192d8ff62c \
    22                 rmd160 f0cbfdfabc5c3037508e3b52e938c3d62bc8c14b
    2320
     21checksums       rmd160  2d369f99c4eb45b19c5348e5520d14c43160a9f6 \
     22                sha256  912f4716c2395a14a80620ef982b4af1e2a67a8df9a1ef0b802ecae826057e08
     23
    2424depends_build   port:intltool port:pkgconfig
    25 depends_lib     port:exo port:vte port:dbus port:gtk2 \
     25depends_lib     port:vte port:dbus port:gtk2 \
    2626                path:include/glib-2.0/gio/gio.h:glib2 port:hicolor-icon-theme
    2727
    28 configure.args  --enable-dbus
    29 
    30 patchfiles      patch-terminal-Makefile.in
     28livecheck.type  regex
     29livecheck.url   ${master_sites}
     30livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"