# HG changeset patch # User Aleksej Bobylev # Date 1553523541 -7200 # Node ID 5f402c5b01bdc6a9e7b902d23aeaebf376cce396 # Parent 95f9029e5fac2ded42c4e5dc9f0d8077c83bca78 git: typos diff -r 95f9029e5fac -r 5f402c5b01bd git/receipt --- a/git/receipt Mon Mar 25 12:22:25 2019 +0200 +++ b/git/receipt Mon Mar 25 16:19:01 2019 +0200 @@ -13,12 +13,9 @@ WGET_URL="https://www.kernel.org/pub/software/scm/git/$TARBALL" TARBALL_SHA512="83f57c3950a07f6773a3aea66611d22daba0e5599e5d8f0751a16f6fdbeab0f3844d942a39a5642051212df99d1d4513253c36829b1454b4f0977cc6026fd973" -aBUILD_DEPENDS="zlib-dev openssl-dev curl-dev expat-dev perl python-dev tar \ -bzip2 gettext" BUILD_DEPENDS="openssl-dev zlib-dev pcre2-dev curl-dev expat-dev gettext perl \ asciidoctor xmlto" - compile_rules() { cat >> config.mak <<-EOF NO_GETTEXT=YesPlease @@ -68,7 +65,7 @@ COPY_cvs="git-cvsserver git-cvsexportcommit git-cvsimport" DEPENDS_cvs="cvs perl perl-dbd-sqlite" -CAT="development|importing CVS repositories" +CAT_cvs="development|importing CVS repositories" COPY_svn="git-svn git-remote-testsvn" DEPENDS_svn="libpcre2-8 zlib perl $PACKAGE" @@ -81,7 +78,7 @@ COPY_daemon="git-daemon git-http-backend git-shell git-daemon.conf" DEPENDS_daemon="libpcre2-8 zlib $PACKAGE" CAT_daemon="development|git protocol daemon" -CONFIG_FILES_std="/etc/daemons.conf.d/git-daemon.conf" +CONFIG_FILES_daemon="/etc/daemons.conf.d/git-daemon.conf" COPY_gitweb="gitweb/ git-instaweb" DEPENDS_gitweb="$PACKAGE perl"