Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jan 2015 16:11:26 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376467 - head/devel/git
Message-ID:  <201501071611.t07GBQLn066643@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Wed Jan  7 16:11:25 2015
New Revision: 376467
URL: https://svnweb.freebsd.org/changeset/ports/376467
QAT: https://qat.redports.org/buildarchive/r376467/

Log:
  - Add a pkg-message warning user about git diff color being broken with
    default PAGER [1]
  - Add LICENSE
  - Bump PORTREVISION
  
  PR:		195680 [1]
  Submitted by:	Vlad "Blackflow" K. [1]

Added:
  head/devel/git/pkg-message   (contents, props changed)
Modified:
  head/devel/git/Makefile

Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile	Wed Jan  7 15:37:39 2015	(r376466)
+++ head/devel/git/Makefile	Wed Jan  7 16:11:25 2015	(r376467)
@@ -3,6 +3,7 @@
 
 PORTNAME=	git
 PORTVERSION=	2.2.1
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	KERNEL_ORG
 MASTER_SITE_SUBDIR=	software/scm/git
@@ -15,6 +16,8 @@ EXTRACT_ONLY=	${PORTNAME}-${PORTVERSION}
 MAINTAINER=	garga@FreeBSD.org
 COMMENT?=	Distributed source code management tool
 
+LICENSE=	GPLv2
+
 CONFLICTS?=	git-subversion-[0-9]*
 
 USERS=	git_daemon

Added: head/devel/git/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/git/pkg-message	Wed Jan  7 16:11:25 2015	(r376467)
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------------------
+git is installed.
+
+You might wish to configure git for your user (author) name and email.
+
+Also, if git's color output is broken (eg. color codes visible instead of
+applied) please consult the core.pager option in the git-config(1) manual, and
+your preferred pager's manual for color output options.
+
+-------------------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501071611.t07GBQLn066643>