You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
libuuid: update to 2.42.1
This commit is contained in:
+18
-9
@@ -1,24 +1,33 @@
|
||||
# -*- 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
|
||||
|
||||
PortSystem 1.0
|
||||
PortGroup github 1.0
|
||||
PortGroup meson 1.0
|
||||
|
||||
conflicts ossp-uuid
|
||||
|
||||
name libuuid
|
||||
version 1.0.3
|
||||
version 2.42.1
|
||||
categories devel
|
||||
platforms darwin
|
||||
maintainers nomaintainer
|
||||
license BSD
|
||||
|
||||
description Portable uuid C library
|
||||
long_description {*}${description}
|
||||
|
||||
homepage https://sourceforge.net/projects/libuuid/
|
||||
set branch [join [lrange [split ${version} .] 0 1] .]
|
||||
master_sites https://www.kernel.org/pub/linux/utils/util-linux/v${branch}/
|
||||
distname util-linux-${version}
|
||||
|
||||
master_sites sourceforge:${name}
|
||||
use_xz yes
|
||||
|
||||
checksums md5 d44d866d06286c08ba0846aba1086d68 \
|
||||
sha1 46eaedb875ae6e63677b51ec583656199241d597 \
|
||||
rmd160 7e3b0fea6d93b83451c20a31153bd45b9cb4bdc5 \
|
||||
sha256 46af3275291091009ad7f1b899de3d0cea0252737550e7919d17237997db5644
|
||||
checksums rmd160 ac28aa535cde2b0789aea5bee394c7ca2d1c6972 \
|
||||
sha256 82e9158eb12a9b0b569d84e1687fed9dd18fe89ccd8ef5ac3427218a7c0d7f7f \
|
||||
size 10639396
|
||||
|
||||
conflicts ossp-uuid
|
||||
configure.args -Dauto_features=disabled \
|
||||
-Dbuild-libuuid=enabled \
|
||||
-Dprogram-tests=false
|
||||
|
||||
livecheck.url https://github.com/util-linux/util-linux/tags
|
||||
livecheck.regex {v([0-9.]+)}
|
||||
|
||||
Reference in New Issue
Block a user