From owner-svn-ports-head@freebsd.org Mon Sep 28 18:33:49 2015 Return-Path: Delivered-To: svn-ports-head@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 06ACFA0BE62; Mon, 28 Sep 2015 18:33:49 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 EB83B1FF9; Mon, 28 Sep 2015 18:33:48 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8SIXm9o021393; Mon, 28 Sep 2015 18:33:48 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8SIXlRg021387; Mon, 28 Sep 2015 18:33:47 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201509281833.t8SIXlRg021387@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Mon, 28 Sep 2015 18:33:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398132 - in head/devel: . git git-gui git-lite git-subversion X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Sep 2015 18:33:49 -0000 Author: garga Date: Mon Sep 28 18:33:46 2015 New Revision: 398132 URL: https://svnweb.freebsd.org/changeset/ports/398132 Log: - Add devel/git-gui, a devel/git slave port with GUI option enabled - Register conflicts with master and other slave ports - Bump PORTREVISION PR: 202948 Added: head/devel/git-gui/ head/devel/git-gui/Makefile (contents, props changed) head/devel/git-gui/pkg-descr (contents, props changed) Modified: head/devel/Makefile head/devel/git-lite/Makefile head/devel/git-subversion/Makefile head/devel/git/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Sep 28 18:31:57 2015 (r398131) +++ head/devel/Makefile Mon Sep 28 18:33:46 2015 (r398132) @@ -636,6 +636,7 @@ SUBDIR += git-codereview SUBDIR += git-cola SUBDIR += git-extras + SUBDIR += git-gui SUBDIR += git-lite SUBDIR += git-merge-changelog SUBDIR += git-modes Added: head/devel/git-gui/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/git-gui/Makefile Mon Sep 28 18:33:46 2015 (r398132) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= -gui + +COMMENT= Distributed source code management tool (GUI enabled) + +MASTERDIR= ${.CURDIR}/../git + +DESCR= ${.CURDIR}/pkg-descr + +OPTIONS_SLAVE= GUI + +CONFLICTS_INSTALL= git-[0-9]* git-lite-[0-9]* git-subversion-[0-9]* + +DISTINFO_FILE= ${MASTERDIR}/distinfo + +.include "${MASTERDIR}/Makefile" Added: head/devel/git-gui/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/git-gui/pkg-descr Mon Sep 28 18:33:46 2015 (r398132) @@ -0,0 +1,6 @@ +Git is a free and open source distributed version control system designed to +handle everything from small to very large projects with speed and efficiency. + +This version provides a package with GUI option enabled. + +WWW: http://git-scm.com/ Modified: head/devel/git-lite/Makefile ============================================================================== --- head/devel/git-lite/Makefile Mon Sep 28 18:31:57 2015 (r398131) +++ head/devel/git-lite/Makefile Mon Sep 28 18:33:46 2015 (r398132) @@ -10,7 +10,7 @@ DESCR= ${.CURDIR}/pkg-descr OPTIONS_EXCLUDE=GUI SVN GITWEB CONTRIB P4 CVS PERL -CONFLICTS_INSTALL= git-[0-9]* git-subversion-[0-9]* +CONFLICTS_INSTALL= git-[0-9]* git-gui-[0-9]* git-subversion-[0-9]* DISTINFO_FILE= ${MASTERDIR}/distinfo Modified: head/devel/git-subversion/Makefile ============================================================================== --- head/devel/git-subversion/Makefile Mon Sep 28 18:31:57 2015 (r398131) +++ head/devel/git-subversion/Makefile Mon Sep 28 18:33:46 2015 (r398132) @@ -10,7 +10,7 @@ DESCR= ${.CURDIR}/pkg-descr OPTIONS_SLAVE= SVN -CONFLICTS_INSTALL= git-[0-9]* git-lite-[0-9]* +CONFLICTS_INSTALL= git-[0-9]* git-gui-[0-9]* git-lite-[0-9]* DISTINFO_FILE= ${MASTERDIR}/distinfo Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Mon Sep 28 18:31:57 2015 (r398131) +++ head/devel/git/Makefile Mon Sep 28 18:33:46 2015 (r398132) @@ -3,6 +3,7 @@ PORTNAME= git PORTVERSION= 2.5.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -16,7 +17,7 @@ COMMENT?= Distributed source code manage LICENSE= GPLv2 -CONFLICTS_INSTALL?= git-subversion-[0-9]* git-lite-[0-9]* +CONFLICTS_INSTALL?= git-gui-[0-9]* git-subversion-[0-9]* git-lite-[0-9]* USERS= git_daemon GROUPS= git_daemon