Print this page
Update git to 2.0

Split Close
Expand all
Collapse all
          --- old/build/git/build.sh
          +++ new/build/git/build.sh
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22  #
  23   23  #
  24   24  # Copyright 2011-2012 OmniTI Computer Consulting, Inc.  All rights reserved.
  25   25  # Use is subject to license terms.
  26   26  # Copyright (c) 2014 by Delphix. All rights reserved.
  27   27  #
  28   28  # Load support functions
  29   29  . ../../lib/functions.sh
  30   30  
  31   31  PROG=git
  32      -VER=1.8.4
       32 +VER=2.0.0
  33   33  PKG=developer/versioning/git
  34   34  SUMMARY="$PROG - a free and open source, distributed version control system"
  35   35  DESC="$SUMMARY"
  36   36  
  37   37  BUILD_DEPENDS_IPS="compatibility/ucb developer/build/autoconf"
  38   38  
  39   39  DEPENDS_IPS="runtime/python-26 \
  40   40               web/curl \
  41   41               library/security/openssl@1.0.1 \
  42   42               library/zlib"
↓ open down ↓ 47 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX