Index: head/devel/git-cinnabar/Makefile =================================================================== --- head/devel/git-cinnabar/Makefile (revision 433741) +++ head/devel/git-cinnabar/Makefile (revision 433742) @@ -1,47 +1,48 @@ # $FreeBSD$ PORTNAME= git-cinnabar DISTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org COMMENT= Git remote helper to interact with Mercurial repositories LICENSE= GPLv2 BUILD_DEPENDS= ${NONEXISTENT}:devel/git:configure RUN_DEPENDS= git:devel/git \ hg:devel/mercurial USE_GITHUB= yes GH_ACCOUNT= glandium USES= gmake python:2.7,run shebangfix SHEBANG_LANG= python2.7 SHEBANG_FILES= ${PORTNAME} git-remote-hg ALL_TARGET= ${PORTNAME}-helper .ifnmake describe MAKE_ENV!= ${MAKE} -V MAKE_ENV -C ${.CURDIR}/../git MAKE_ARGS!= ${MAKE} -V MAKE_ARGS -C ${.CURDIR}/../git .endif MAKE_ENV+= PYTHON_PATH="${PYTHON_CMD}" DATADIR= ${PREFIX}/libexec/git-core PORTDATA= * PORTDOCS= README.md post-configure: @${TAR} cf - -C$$(${MAKE} -V WRKSRC -C ${PORTSDIR}/devel/git) . | \ ${TAR} xof - -C${WRKSRC}/git-core do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${WRKSRC}/git-remote-hg \ ${STAGEDIR}${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/git-core/${PORTNAME}-helper \ ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTNAME:S/git-//}" \ ${STAGEDIR}${DATADIR}/pythonlib) (cd ${WRKSRC} && ${COPYTREE_SHARE} \ "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) .include Index: head/devel/git-cinnabar/files/patch-cinnabar-fast-import.c =================================================================== --- head/devel/git-cinnabar/files/patch-cinnabar-fast-import.c (nonexistent) +++ head/devel/git-cinnabar/files/patch-cinnabar-fast-import.c (revision 433742) @@ -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*)); Property changes on: head/devel/git-cinnabar/files/patch-cinnabar-fast-import.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property