diff options
author | Cy Schubert <cy@FreeBSD.org> | 2023-03-14 13:55:46 -0700 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2023-03-15 10:39:09 -0700 |
commit | d3a5eb641d287192007f016bed2df0644ebe6184 (patch) | |
tree | 182a3d75c2e5ddcb158b44c636af41c918785546 /devel/git/Makefile | |
parent | b9452f5c1460ff776391db8ce37ec335f17522c5 (diff) | |
download | freebsd-ports-d3a5eb641d287192007f016bed2df0644ebe6184.zip |
devel/git: Update to 2.4.0
Changelog at https://github.com/git/git/blob/master/Documentation/RelNotes/2.4.0.txt.
This update fixes a long-standing problem with git rebase of some
(but not all) merges from the vendor branch, resulting in subsequently
rebased files being placed into the root of the repo tree.
PR: 270222
Submitted by: cy
Reported by: cy
Approved by: garga
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 6a3b647bc821..2863bf92ab94 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -1,5 +1,5 @@ PORTNAME= git -DISTVERSION= 2.39.2 +DISTVERSION= 2.40.0 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ |