From owner-cvs-all@FreeBSD.ORG Wed Apr 21 01:24:05 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 C3EB91065672; Wed, 21 Apr 2010 01:24:05 +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 B3BBF8FC1A; Wed, 21 Apr 2010 01:24:05 +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 o3L1O54E021016; Wed, 21 Apr 2010 01:24:05 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3L1O5bN021015; Wed, 21 Apr 2010 01:24:05 GMT (envelope-from wxs) Message-Id: <201004210124.o3L1O5bN021015@repoman.freebsd.org> From: Wesley Shields Date: Wed, 21 Apr 2010 01:24:05 +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-wrapper.c 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: Wed, 21 Apr 2010 01:24:05 -0000 wxs 2010-04-21 01:24:05 UTC FreeBSD ports repository Modified files: devel/git Makefile distinfo pkg-plist devel/git/files git_daemon.in Added files: devel/git/files patch-wrapper.c Log: Update to 1.7.0.5 Rework manpages so it's harder to miss when new ones are added General cleanup of Makefile [1]: Fix a bug when trying to read/write a 2GB+ file [2]: Properly daemonize git-daemon Submitted by: [1]: Artem Belevich (private mail) [2]: ed@ (private mail) Revision Changes Path 1.84 +34 -28 ports/devel/git/Makefile 1.58 +18 -18 ports/devel/git/distinfo 1.5 +3 -3 ports/devel/git/files/git_daemon.in 1.1 +20 -0 ports/devel/git/files/patch-wrapper.c (new) 1.54 +1 -0 ports/devel/git/pkg-plist