Commits

Marius Schamschula authored b7bb1654b51
multitail: update to 6.5.0
No tags

sysutils/multitail/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4
5 5 name multitail
6 -version 6.4.2
6 +version 6.5.0
7 +revision 0
7 8 categories sysutils
8 9 license GPL-2
9 10 maintainers nomaintainer
10 11 platforms darwin
11 12
12 13 description Tail multiple files in one terminal at once
13 14 long_description MultiTail lets you view one or multiple files like the \
14 15 original tail program. The difference is that it creates multiple \
15 16 windows on your console (with ncurses). Merging of 2 or even more \
16 17 logfiles is possible. It can also use colors while displaying the \
19 20 regular expressions). It has interactive menus for editing given \
20 21 regular expressions and deleting and adding windows. One can also have \
21 22 windows with the output of shell scripts and other software. When \
22 23 viewing the output of external software, MultiTail can mimic the \
23 24 functionality of tools like 'watch' and such.
24 25
25 26 homepage https://www.vanheusden.com/multitail/
26 27 master_sites ${homepage}
27 28 extract.suffix .tgz
28 29
29 -checksums rmd160 dcaf3855bd862c4b2924c9313f16d8a369e22400 \
30 - sha256 af1d5458a78ad3b747c5eeb135b19bdca281ce414cefdc6ea0cff6d913caa1fd
30 +checksums rmd160 7a6261e47bfe1563c237541e1b8968785d46de38 \
31 + sha256 b29d5e77dfc663c7500f78da67de5d82d35d9417a4741a89a18ce9ee7bdba9ed \
32 + size 157578
33 +
34 +depends_build port:pkgconfig
31 35
32 36 depends_lib port:ncurses
33 37
34 38 post-patch {
35 39 reinplace "s|\$(DESTDIR)/usr|\$(DESTDIR)${prefix}|g" \
36 40 ${worksrcpath}/makefile.macosx
37 - reinplace "s|\$(DESTDIR)/etc|\$(DESTDIR)${prefix}/etc|g" \
38 - ${worksrcpath}/makefile.macosx
41 + reinplace "s|\$(DESTDIR)/etc|\$(DESTDIR)${prefix}/etc|g" \
42 + ${worksrcpath}/makefile.macosx
43 + reinplace "s|local/local|local|g" \
44 + ${worksrcpath}/makefile.macosx
39 45 }
40 46
41 47 use_configure no
42 48
43 49 variant universal {}
44 50
45 51 build.args -f makefile.macosx \
46 52 CC="${configure.cc} [get_canonical_archflags cc]"
47 53
48 54 destroot.args {*}${build.args}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut