diff --git a/develop/git/git.conf b/develop/git/git.conf index 1648e371c..85aa1db48 100644 --- a/develop/git/git.conf +++ b/develop/git/git.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../git/git.conf -# Copyright (C) 2007 - 2009 The OpenSDE Project +# Copyright (C) 2007 - 2010 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -17,21 +17,16 @@ if ! pkginstalled tk; then var_append extraconfopt ' ' "--without-tcltk" fi +var_append makeopt ' ' 'gitweb' + +var_append makeinstopt ' ' 'gitwebdir=$root$docdir/gitweb' +var_append makeinstopt ' ' 'install-gitweb' + if pkginstalled asciidoc; then var_append makeopt ' ' 'doc' var_append makeinstopt ' ' 'install-doc' fi -gitweb_install() { - local dir="$root$docdir/gitweb" - - mkdir -p "$dir" - - cp -vf gitweb/*.{cgi,png,css} "$dir/" - cp -vf gitweb/README "$dir/" -} -hook_add postmake 5 'gitweb_install' - git_contrib_install() { tar -cf - contrib | tar -C "$root$docdir" -xvf - } diff --git a/develop/git/git.desc b/develop/git/git.desc index 3f99671d3..ac09576c4 100644 --- a/develop/git/git.desc +++ b/develop/git/git.desc @@ -26,7 +26,7 @@ [L] GPL [S] Stable -[V] 1.7.2.2 +[V] 1.7.2.3 [P] X -----5---9 209.700 -[D] 1424386661 git-1.7.2.2.tar.bz2 http://www.kernel.org/pub/software/scm/git/ +[D] 4072940637 git-1.7.2.3.tar.bz2 http://www.kernel.org/pub/software/scm/git/