mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
devel/git-filter-repo: Use example 18 in the handbook as a template
With this approach, the distfile fetched from GH created a WRKSRC name not expected by ports plumbing. We also need to Adjust WRKSRC to match the extracted directory name from the tarball. Reported by: diizzy
This commit is contained in:
parent
9cd03fae4c
commit
db5655d043
1 changed files with 2 additions and 1 deletions
|
@ -2,12 +2,14 @@ PORTNAME= git-filter-repo
|
|||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.45.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONSUFFIX= -a9093a6
|
||||
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
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}${DISTVERSIONSUFFIX}
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.mit
|
||||
|
||||
|
@ -21,7 +23,6 @@ SHEBANG_FILES= git-filter-repo
|
|||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= newren
|
||||
GH_TAGNAME= a9093a6
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue