From owner-cvs-all@FreeBSD.ORG Thu Oct 20 16:00:05 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 66A831065673; Thu, 20 Oct 2011 16:00: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 2EEFB8FC16; Thu, 20 Oct 2011 16:00:05 +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 p9KG05RZ064978; Thu, 20 Oct 2011 16:00:05 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9KG05IM064977; Thu, 20 Oct 2011 16:00:05 GMT (envelope-from wxs) Message-Id: <201110201600.p9KG05IM064977@repoman.freebsd.org> From: Wesley Shields Date: Thu, 20 Oct 2011 16:00:04 +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 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: Thu, 20 Oct 2011 16:00:05 -0000 wxs 2011-10-20 16:00:04 UTC FreeBSD ports repository Modified files: devel/git Makefile Log: Remove dependency upon devel/subversion. We already depend upon devel/p5-subversion which will bring in devel/subversion for us. Furthermore, devel/p5-subversion already honors the WITH_SUBVERSION_VER knob so there is no need to duplicate that functionality here just to pick the correct version of subversion. Discussed with: avg@ Revision Changes Path 1.116 +6 -2 ports/devel/git/Makefile