diff options
author | garga <garga@FreeBSD.org> | 2017-10-23 19:32:23 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2017-10-23 19:32:23 +0800 |
commit | 4e550833f039206b71a0f47e4224ec75bf799968 (patch) | |
tree | bd2fd66e441d06363c78b2c5c032b45a6be0d3f8 /devel/git/Makefile | |
parent | b56d4b38bff0b10f5a53f52310bf69d57b95083a (diff) | |
download | freebsd-ports-gnome-4e550833f039206b71a0f47e4224ec75bf799968.tar.gz freebsd-ports-gnome-4e550833f039206b71a0f47e4224ec75bf799968.tar.zst freebsd-ports-gnome-4e550833f039206b71a0f47e4224ec75bf799968.zip |
Update devel/git to 2.14.3
Sponsored by: Rubicon Communications, LLC (Netgate)
Diffstat (limited to 'devel/git/Makefile')
-rw-r--r-- | devel/git/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index 160c3df661db..dd696431ea64 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= git -DISTVERSION= 2.14.2 +DISTVERSION= 2.14.3 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ |