From owner-svn-ports-branches@freebsd.org Mon Mar 6 18:45:33 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E72DCFC522; Mon, 6 Mar 2017 18:45:33 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF3C81370; Mon, 6 Mar 2017 18:45:32 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v26IjWUO002800; Mon, 6 Mar 2017 18:45:32 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v26IjWYl002799; Mon, 6 Mar 2017 18:45:32 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201703061845.v26IjWYl002799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Mon, 6 Mar 2017 18:45:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r435564 - in branches/2017Q1/devel/qgit: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2017 18:45:33 -0000 Author: tcberner Date: Mon Mar 6 18:45:31 2017 New Revision: 435564 URL: https://svnweb.freebsd.org/changeset/ports/435564 Log: MFH: r435291 Fix devel/qgit with newer git versions repo-config is no longer supported by any upstream-supported git version. Instead, use git config (which is implicitly git config --file, corresponding to the earlier config-in-repo). PR: 196745 Submitted by: Adriaan de Groot , swills Reported by: swills, groot@kde.org Reviewed by: tcberner, rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9861 Approved by: ports-secteam (junovitch), rakuco (mentor) Added: branches/2017Q1/devel/qgit/files/ - copied from r435291, head/devel/qgit/files/ Modified: branches/2017Q1/devel/qgit/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/devel/qgit/Makefile ============================================================================== --- branches/2017Q1/devel/qgit/Makefile Mon Mar 6 18:30:10 2017 (r435563) +++ branches/2017Q1/devel/qgit/Makefile Mon Mar 6 18:45:31 2017 (r435564) @@ -3,7 +3,7 @@ PORTNAME= qgit PORTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}4/${PORTVERSION} PKGNAMESUFFIX= -qt4