diff --git a/devel/git-filter-repo/Makefile b/devel/git-filter-repo/Makefile index bb112ce50650..385bb7339435 100644 --- a/devel/git-filter-repo/Makefile +++ b/devel/git-filter-repo/Makefile @@ -1,51 +1,51 @@ PORTNAME= git-filter-repo DISTVERSIONPREFIX= v -DISTVERSION= 2.32.0 +DISTVERSION= 2.33.0 PORTREVISION= 1 CATEGORIES= devel MAINTAINER= cy@FreeBSD.org COMMENT= git filter-repo is a versatile tool for rewriting history LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING.mit RUN_DEPENDS= git:devel/git USES= python shebangfix SHEBANG_FILES= git-filter-repo USE_GITHUB= yes GH_ACCOUNT= newren NO_BUILD= yes NO_ARCH= yes # # XXX: The man page only exists in the upstream docs branch. Unfortunately # there is no clean way to extract just one file from a different # upstream branch. Therefore we include it in files. To discover # which version of the git-filter-repo.1 file in the docs branch # corresponds with the extracted tag, # # - git clone https://github.com/newren/git-filter-repo.git # - git log, looking for the current tag's hash. # - git switch docs # - git log and look for the matching hash in the commit log. # - git checkout HASH # - copy the file to the files subdirectory of this port # # Until a better approach can be discovered. # post-extract: @${MKDIR} ${WRKSRC}/Documentation/man1; ${CP} ${FILESDIR}/git-filter-repo.1.in ${WRKSRC}/Documentation/man1/git-filter-repo.1 do-install: cd ${WRKSRC}; \ ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/git-core; \ ${MKDIR} ${STAGEDIR}/${PYTHON_SITELIBDIR}; \ ${MAKE} prefix=${STAGEDIR}/${PREFIX} pythondir=${STAGEDIR}/${PYTHON_SITELIBDIR} install .include diff --git a/devel/git-filter-repo/distinfo b/devel/git-filter-repo/distinfo index 7422229e8942..2b29340b5909 100644 --- a/devel/git-filter-repo/distinfo +++ b/devel/git-filter-repo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623645535 -SHA256 (newren-git-filter-repo-v2.32.0_GH0.tar.gz) = 67afecbfacfc0c49cc17b627cb3bc20e08522b2fd2f93c6d2953ecea5afd6f83 -SIZE (newren-git-filter-repo-v2.32.0_GH0.tar.gz) = 158404 +TIMESTAMP = 1629555617 +SHA256 (newren-git-filter-repo-v2.33.0_GH0.tar.gz) = 18061611bfd0f5abfa23735ce213de0152ac014dd4edf27a44233a91aaba54f5 +SIZE (newren-git-filter-repo-v2.33.0_GH0.tar.gz) = 158653