diff --git a/devel/git-filter-repo-devel/Makefile b/devel/git-filter-repo-devel/Makefile index cef1a6535f9f..d69f2040d912 100644 --- a/devel/git-filter-repo-devel/Makefile +++ b/devel/git-filter-repo-devel/Makefile @@ -1,55 +1,55 @@ PORTNAME= git-filter-repo PORTVERSION= ${GFR_COMMIT_DATE} CATEGORIES= devel PKGNAMESUFFIX= -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-[0-9]* RUN_DEPENDS= git:devel/git USES= python shebangfix SHEBANG_FILES= git-filter-repo USE_GITHUB= yes GH_ACCOUNT= newren -GH_TAGNAME= ec8cb66 -GFR_COMMIT_DATE= 20250218 +GH_TAGNAME= 2d39146 +GFR_COMMIT_DATE= 20250321 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-devel/distinfo b/devel/git-filter-repo-devel/distinfo index 1e3a9749eab9..c93ecf5f0ed0 100644 --- a/devel/git-filter-repo-devel/distinfo +++ b/devel/git-filter-repo-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739942448 -SHA256 (newren-git-filter-repo-20250218-ec8cb66_GH0.tar.gz) = 48efce2806a7535e8819c0fa64b329637c574b31016b226c5cdc0705c9220922 -SIZE (newren-git-filter-repo-20250218-ec8cb66_GH0.tar.gz) = 206352 +TIMESTAMP = 1743051122 +SHA256 (newren-git-filter-repo-20250321-2d39146_GH0.tar.gz) = 51fb85f7af1ab3bff4f390c4b5a94f6b377ecff6b40dd43e98365c0c33e57022 +SIZE (newren-git-filter-repo-20250321-2d39146_GH0.tar.gz) = 206345