# -*- 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
description A fast version control system
long_description Git is a fast, scalable, distributed open source version \
control system focusing on speed and efficiency.
maintainers {ciserlohn @ci42} openmaintainer
homepage https://git-scm.com/
master_sites https://www.kernel.org/pub/software/scm/git/ \
https://cdn.kernel.org/pub/software/scm/git/
distfiles git-${version}${extract.suffix} \
git-manpages-${version}${extract.suffix}
checksums git-2.23.0.tar.xz \
rmd160 fc260e2f2e762f0156ba0639853d8708cffe5b38 \
sha256 234fa05b6839e92dc300b2dd78c92ec9c0c8d439f65e1d430a7034f60af16067 \
git-manpages-2.23.0.tar.xz \
rmd160 c6d9d7044d5ba13e52664ba130364ce8baa834f5 \
sha256 9558433f68ff4229bd55e84c4d26b74e5d3518ab0ec30186253b090ea887946a \
perl5.require_variant yes
perl5.conflict_variants yes
perl5.create_variants ${perl5.branches}
depends_lib-append port:curl \
path:lib/libssl.dylib:openssl \
depends_run-append port:p${perl5.major}-authen-sasl \
port:p${perl5.major}-error \
port:p${perl5.major}-net-smtp-ssl \
port:p${perl5.major}-term-readkey \
port:p${perl5.major}-cgi \
patchfiles patch-Makefile.diff git-subtree.1.diff patch-sha1dc-older-apple-gcc-versions.diff
extract.only git-${version}${extract.suffix} \
git-manpages-${version}${extract.suffix}
set CFLAGS "-I. -Wall -O2 -I${prefix}/include [get_canonical_archflags cc]"