devel/git-cinnabar: update to 0.4.0.5

Changes:	https://github.com/glandium/git-cinnabar/compare/0.4.0...cd0e1bb
MFH:		2017Q1 (requires r433742 to chase r436592)
This commit is contained in:
Jan Beich 2017-03-21 12:39:10 +00:00
parent 2128cad71a
commit c661a6fb04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436594
3 changed files with 5 additions and 19 deletions

View file

@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= git-cinnabar
DISTVERSION= 0.4.0
PORTREVISION= 1
DISTVERSION= 0.4.0-5
DISTVERSIONSUFFIX= -gb07881f
CATEGORIES= devel
MAINTAINER= jbeich@FreeBSD.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1484726701
SHA256 (glandium-git-cinnabar-0.4.0_GH0.tar.gz) = 8cd9526060301aabb6749c013447053bfa1caf9c2cf5661b2a90fd5147de1f00
SIZE (glandium-git-cinnabar-0.4.0_GH0.tar.gz) = 90603
TIMESTAMP = 1488356456
SHA256 (glandium-git-cinnabar-0.4.0-5-gb07881f_GH0.tar.gz) = 8e08a6795ca8fe22666c5e5b3fd1410d2d90256a4130e1590f5b2c67d07e5f58
SIZE (glandium-git-cinnabar-0.4.0-5-gb07881f_GH0.tar.gz) = 90682

View file

@ -1,14 +0,0 @@
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*));