wok-next diff git/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 06f83e7bab65
children
line diff
     1.1 --- a/git/receipt	Mon Mar 25 11:19:27 2019 +0200
     1.2 +++ b/git/receipt	Sat Nov 21 14:32:44 2020 +0100
     1.3 @@ -13,12 +13,9 @@
     1.4  WGET_URL="https://www.kernel.org/pub/software/scm/git/$TARBALL"
     1.5  TARBALL_SHA512="83f57c3950a07f6773a3aea66611d22daba0e5599e5d8f0751a16f6fdbeab0f3844d942a39a5642051212df99d1d4513253c36829b1454b4f0977cc6026fd973"
     1.6  
     1.7 -aBUILD_DEPENDS="zlib-dev openssl-dev curl-dev expat-dev perl python-dev tar \
     1.8 -bzip2 gettext"
     1.9  BUILD_DEPENDS="openssl-dev zlib-dev pcre2-dev curl-dev expat-dev gettext perl \
    1.10  asciidoctor xmlto"
    1.11  
    1.12 -
    1.13  compile_rules() {
    1.14  	cat >> config.mak <<-EOF
    1.15  		NO_GETTEXT=YesPlease
    1.16 @@ -68,7 +65,7 @@
    1.17  
    1.18  COPY_cvs="git-cvsserver git-cvsexportcommit git-cvsimport"
    1.19  DEPENDS_cvs="cvs perl perl-dbd-sqlite"
    1.20 -CAT="development|importing CVS repositories"
    1.21 +CAT_cvs="development|importing CVS repositories"
    1.22  
    1.23  COPY_svn="git-svn git-remote-testsvn"
    1.24  DEPENDS_svn="libpcre2-8 zlib   perl $PACKAGE"
    1.25 @@ -81,7 +78,7 @@
    1.26  COPY_daemon="git-daemon git-http-backend git-shell git-daemon.conf"
    1.27  DEPENDS_daemon="libpcre2-8 zlib   $PACKAGE"
    1.28  CAT_daemon="development|git protocol daemon"
    1.29 -CONFIG_FILES_std="/etc/daemons.conf.d/git-daemon.conf"
    1.30 +CONFIG_FILES_daemon="/etc/daemons.conf.d/git-daemon.conf"
    1.31  
    1.32  COPY_gitweb="gitweb/ git-instaweb"
    1.33  DEPENDS_gitweb="$PACKAGE perl"