svn commit: r376467 - head/devel/git

Renato Botelho garga at FreeBSD.org
Wed Jan 7 16:11:27 UTC 2015


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 at 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.
+
+-------------------------------------------------------------------------------


More information about the svn-ports-head mailing list