diff --git a/devel/git-cinnabar/Makefile b/devel/git-cinnabar/Makefile index 205e61b33642..d04907702e92 100644 --- a/devel/git-cinnabar/Makefile +++ b/devel/git-cinnabar/Makefile @@ -2,6 +2,7 @@ PORTNAME= git-cinnabar DISTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/git-cinnabar/files/patch-cinnabar-fast-import.c b/devel/git-cinnabar/files/patch-cinnabar-fast-import.c new file mode 100644 index 000000000000..e77fdef9be5a --- /dev/null +++ b/devel/git-cinnabar/files/patch-cinnabar-fast-import.c @@ -0,0 +1,14 @@ +Chase https://github.com/git/git/commit/8de7eeb54b6a + +--- cinnabar-fast-import.c.orig 2017-01-18 08:05:01 UTC ++++ cinnabar-fast-import.c +@@ -83,9 +83,6 @@ static void init() + git_pack_config(); + ignore_case = 0; + +- if (!pack_compression_seen && core_compression_seen) +- pack_compression_level = core_compression_level; +- + alloc_objects(object_entry_alloc); + strbuf_init(&command_buf, 0); + atom_table = xcalloc(atom_table_sz, sizeof(struct atom_str*));