From owner-cvs-all@FreeBSD.ORG Sun Dec 18 16:17:33 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AB611065702; Sun, 18 Dec 2011 16:17:33 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0B7A78FC08; Sun, 18 Dec 2011 16:17:33 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pBIGHW5s006458; Sun, 18 Dec 2011 16:17:32 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pBIGHWZM006457; Sun, 18 Dec 2011 16:17:32 GMT (envelope-from wxs) Message-Id: <201112181617.pBIGHWZM006457@repoman.freebsd.org> From: Wesley Shields Date: Sun, 18 Dec 2011 16:17:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/git Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2011 16:17:33 -0000 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 Revision Changes Path 1.122 +1 -1 ports/devel/git/Makefile 1.87 +2 -2 ports/devel/git/pkg-plist