diff options
author | garga <garga@FreeBSD.org> | 2015-01-08 00:11:25 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2015-01-08 00:11:25 +0800 |
commit | 31d1cb8f6b33e6fa1f23370fa5c9b278525292f4 (patch) | |
tree | ae19d9a0fbaf61e33ae26ed6253c56ca4dec702f /devel/git | |
parent | 6594172ead032e76522d7f7b867e7d60e8b4e3f7 (diff) | |
download | freebsd-ports-graphics-31d1cb8f6b33e6fa1f23370fa5c9b278525292f4.tar.gz freebsd-ports-graphics-31d1cb8f6b33e6fa1f23370fa5c9b278525292f4.tar.zst freebsd-ports-graphics-31d1cb8f6b33e6fa1f23370fa5c9b278525292f4.zip |
- 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]
Diffstat (limited to 'devel/git')
-rw-r--r-- | devel/git/Makefile | 3 | ||||
-rw-r--r-- | devel/git/pkg-message | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index 45725354138..9e160972348 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -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}${EXTRACT_SUFX} \ MAINTAINER= garga@FreeBSD.org COMMENT?= Distributed source code management tool +LICENSE= GPLv2 + CONFLICTS?= git-subversion-[0-9]* USERS= git_daemon diff --git a/devel/git/pkg-message b/devel/git/pkg-message new file mode 100644 index 00000000000..630ed555f58 --- /dev/null +++ b/devel/git/pkg-message @@ -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. + +------------------------------------------------------------------------------- |