Commits

Kurt Hindenburg authored a0af346e89a
util-linux: update to 2.33.1
No tags

devel/util-linux/Portfile

Modified
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
3 3 PortSystem 1.0
4 4 PortGroup github 1.0
5 5 PortGroup legacysupport 1.0
6 6
7 -github.setup karelzak util-linux 2.33 v
7 +github.setup karelzak util-linux 2.33.1 v
8 8 set branch [join [lrange [split ${version} .] 0 1] .]
9 9 categories devel
10 10 platforms darwin
11 11 maintainers {khindenburg @kurthindenburg} openmaintainer
12 12 license BSD GPL-2+ public-domain
13 13
14 14 description Linux utility programs
15 15
16 16 long_description ${name} contains miscellaneous utility programs \
17 17 to handle file systems, consoles, partitions, \
18 18 and messages. This port contains ONLY those parts \
19 19 of ${name} that run on Darwin.
20 20
21 21 master_sites https://www.kernel.org/pub/linux/utils/util-linux/v${branch}/
22 22 use_xz yes
23 23
24 -checksums rmd160 e07164962fb506f0ceb1e2c5057c918e2972bb91 \
25 - sha256 f261b9d73c35bfeeea04d26941ac47ee1df937bd3b0583e748217c1ea423658a \
26 - size 4663072
24 +checksums rmd160 7a70b34cebe06bab634610c3ccff56d18c86573d \
25 + sha256 c14bd9f3b6e1792b90db87696e87ec643f9d63efa0a424f092a5a6b2f2dbef21 \
26 + size 4650936
27 27
28 28 if { ${os.platform} eq "darwin" && ${os.major} < 9 } {
29 29 configure.cppflags-append -D__DARWIN_UNIX03
30 30 }
31 31
32 32 depends_lib-append port:gettext \
33 33 port:ncurses
34 34
35 35 configure.args --disable-agetty \
36 36 --disable-cramfs \

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

Add shortcut