From owner-cvs-all@FreeBSD.ORG Sun Jul 4 18:49:44 2010 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 474A41065701; Sun, 4 Jul 2010 18:49:44 +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 3548C8FC19; Sun, 4 Jul 2010 18:49:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o64Inir5055645; Sun, 4 Jul 2010 18:49:44 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o64IniU6055644; Sun, 4 Jul 2010 18:49:44 GMT (envelope-from wxs) Message-Id: <201007041849.o64IniU6055644@repoman.freebsd.org> From: Wesley Shields Date: Sun, 4 Jul 2010 18:49:44 +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 distinfo pkg-plist ports/devel/git/files git_daemon.in patch-gitk-git__gitk 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, 04 Jul 2010 18:49:44 -0000 wxs 2010-07-04 18:49:44 UTC FreeBSD ports repository Modified files: devel/git Makefile distinfo pkg-plist devel/git/files git_daemon.in Removed files: devel/git/files patch-gitk-git__gitk Log: Update to 1.7.1.1 Conditionally depend on python now. Earlier releases required python, this release does not. [1] Strip binaries before install. [2] Add ${PREFIX}/libexec/git-core to rc script PATH. Not having this causes git-daemon to be unable to exec upload-pack. Users always had to restart the RC script once the box was booted in order to fix this. [3] Properly fix bug when using gitk that "wish" is not found. [4] Changelog for 1.7.1.1: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.1.1.txt PR: [1]: ports/146605 [2]: ports/146961 [3]: ports/148337 Submitted by: [1]: Alex Kozlov [2]: Anonymous [3]: Marin Atanasov Nikolov [4]: N.J. Thomas (private mail) Feature safe: yes Revision Changes Path 1.87 +16 -6 ports/devel/git/Makefile 1.61 +18 -18 ports/devel/git/distinfo 1.6 +3 -1 ports/devel/git/files/git_daemon.in 1.2 +0 -10 ports/devel/git/files/patch-gitk-git__gitk (dead) 1.57 +12 -11 ports/devel/git/pkg-plist