Permalink
Browse files
util-linux: update to 2.33.2
- Loading branch information
Showing
with
5 additions
and
4 deletions.
-
+5
−4
devel/util-linux/Portfile
|
|
@@ -4,7 +4,8 @@ PortSystem 1.0 |
|
|
PortGroup github 1.0 |
|
|
PortGroup legacysupport 1.0 |
|
|
|
|
|
github.setup karelzak util-linux 2.33.1 v |
|
|
github.setup karelzak util-linux 2.33.2 v |
|
|
revision 0 |
|
|
set branch [join [lrange [split ${version} .] 0 1] .] |
|
|
categories devel |
|
|
platforms darwin |
|
|
@@ -21,9 +22,9 @@ long_description ${name} contains miscellaneous utility programs \ |
|
|
master_sites https://www.kernel.org/pub/linux/utils/util-linux/v${branch}/ |
|
|
use_xz yes |
|
|
|
|
|
checksums rmd160 7a70b34cebe06bab634610c3ccff56d18c86573d \ |
|
|
sha256 c14bd9f3b6e1792b90db87696e87ec643f9d63efa0a424f092a5a6b2f2dbef21 \ |
|
|
size 4650936 |
|
|
checksums rmd160 708de69174d80c5150b5b9b99159781c7e31906e \ |
|
|
sha256 631be8eac6cf6230ba478de211941d526808dba3cd436380793334496013ce97 \ |
|
|
size 4707024 |
|
|
|
|
|
if { ${os.platform} eq "darwin" && ${os.major} < 9 } { |
|
|
configure.cppflags-append -D__DARWIN_UNIX03 |
|
|
|