Skip to content

Commit

Permalink
util-linux: update to 2.34
Browse files Browse the repository at this point in the history
  • Loading branch information
kurthindenburg committed Jun 28, 2019
1 parent 5b97320 commit 61338be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions devel/util-linux/Portfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup github 1.0 PortGroup github 1.0
PortGroup legacysupport 1.0 PortGroup legacysupport 1.0


github.setup karelzak util-linux 2.33.2 v github.setup karelzak util-linux 2.34 v
revision 0 revision 0
set branch [join [lrange [split ${version} .] 0 1] .] set branch [join [lrange [split ${version} .] 0 1] .]
categories devel categories devel
Expand All @@ -22,9 +22,9 @@ long_description ${name} contains miscellaneous utility programs \
master_sites https://www.kernel.org/pub/linux/utils/util-linux/v${branch}/ master_sites https://www.kernel.org/pub/linux/utils/util-linux/v${branch}/
use_xz yes use_xz yes


checksums rmd160 708de69174d80c5150b5b9b99159781c7e31906e \ checksums rmd160 971a1f6a941436867965feb3bd40f348e9a9b7cb \
sha256 631be8eac6cf6230ba478de211941d526808dba3cd436380793334496013ce97 \ sha256 743f9d0c7252b6db246b659c1e1ce0bd45d8d4508b4dfa427bbb4a3e9b9f62b5 \
size 4707024 size 4974812


if { ${os.platform} eq "darwin" && ${os.major} < 9 } { if { ${os.platform} eq "darwin" && ${os.major} < 9 } {
configure.cppflags-append -D__DARWIN_UNIX03 configure.cppflags-append -D__DARWIN_UNIX03
Expand Down

0 comments on commit 61338be

Please sign in to comment.