Date: Mon, 6 Mar 2017 18:45:32 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> 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 Message-ID: <201703061845.v26IjWYl002799@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <groot@kde.org>, 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703061845.v26IjWYl002799>