Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2011 16:17:32 +0000 (UTC)
From:      Wesley Shields <wxs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel/git Makefile pkg-plist
Message-ID:  <201112181617.pBIGHWZM006457@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wxs         2011-12-18 16:17:32 UTC

  FreeBSD ports repository

  Modified files:
    devel/git            Makefile pkg-plist 
  Log:
  Switch to installing contrib files using COPYTREE_BIN instead of
  COPYTREE_SHARE. The documentation in the hooks says you should set
  executable permissions on the hook before setting it up in a repository,
  but if you update git the permissions get reset. Just install the entire
  contrib directory with executable bit set.
  
  What we really need is a "COPYTREE_ASIS" that just leaves the permissions as
  they are.
  
  Note I am intentionally not bumping PORTREVISION as this is a minor change
  and this port gets updated fairly regularly.
  
  PR:             ports/163167
  Submitted by:   Matthias Fechner <idefix@fechner.net>
  
  Revision  Changes    Path
  1.122     +1 -1      ports/devel/git/Makefile
  1.87      +2 -2      ports/devel/git/pkg-plist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112181617.pBIGHWZM006457>