From owner-cvs-all@FreeBSD.ORG Sun Feb 14 17:06:00 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 D9D67106566B; Sun, 14 Feb 2010 17:06:00 +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 C906F8FC23; Sun, 14 Feb 2010 17:06:00 +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 o1EH60kG059604; Sun, 14 Feb 2010 17:06:00 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1EH60cI059603; Sun, 14 Feb 2010 17:06:00 GMT (envelope-from wxs) Message-Id: <201002141706.o1EH60cI059603@repoman.freebsd.org> From: Wesley Shields Date: Sun, 14 Feb 2010 17:06:00 +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 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, 14 Feb 2010 17:06:01 -0000 wxs 2010-02-14 17:06:00 UTC FreeBSD ports repository Modified files: devel/git Makefile distinfo pkg-plist devel/git/files git_daemon.in Log: - Update to 1.6.6.2 - Switch to including bsd.port.options.mk - Don't link with libiconv when the option is not selected [1] - Add --reuseaddr to git_daemon_flags [2] PR: [1]: ports/143683 [2]: ports/143275 Submitted by: [1]: Stef Walter [2]: Philippe Pepiot Revision Changes Path 1.77 +3 -3 ports/devel/git/Makefile 1.51 +9 -9 ports/devel/git/distinfo 1.3 +2 -2 ports/devel/git/files/git_daemon.in 1.48 +1 -0 ports/devel/git/pkg-plist