diff --git a/devel/git-filter-repo/Makefile b/devel/git-filter-repo/Makefile index 1ceb2eaee522..d8932bad06c1 100644 --- a/devel/git-filter-repo/Makefile +++ b/devel/git-filter-repo/Makefile @@ -1,53 +1,55 @@ PORTNAME= git-filter-repo DISTVERSIONPREFIX= v DISTVERSION= 2.45.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= cy@FreeBSD.org COMMENT= git filter-repo is a versatile tool for rewriting history WWW= https://github.com/newren/git-filter-repo LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING.mit CONFLICTS= git-filter-repo-devel-* RUN_DEPENDS= git:devel/git USES= python shebangfix SHEBANG_FILES= git-filter-repo USE_GITHUB= yes GH_ACCOUNT= newren +GH_TAGNAME= a9093a6 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 7e82918a57a1..a93b5d415138 100644 --- a/devel/git-filter-repo/distinfo +++ b/devel/git-filter-repo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1721361543 -SHA256 (newren-git-filter-repo-v2.45.0_GH0.tar.gz) = 0187ef4748e586c32939987ee28780aeb8c4b01682082353b1ec665f8830e658 -SIZE (newren-git-filter-repo-v2.45.0_GH0.tar.gz) = 168436 +TIMESTAMP = 1729547425 +SHA256 (newren-git-filter-repo-v2.45.0-a9093a6_GH0.tar.gz) = 553f4f153ac40dc1c8e81d558b2d7ff25474c1f720e63038b52a4c77da97eed4 +SIZE (newren-git-filter-repo-v2.45.0-a9093a6_GH0.tar.gz) = 180295