FreeBSD Bugzilla – Attachment 225433 Details for
Bug 256314
Fix 'make extract' when GH_TUPLE contains multiple special characters in the version field
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix-special-chars-in-GH_TUPLE.patch
fix-special-chars-in-GH_TUPLE.patch (text/plain), 770 bytes, created by
Yuri Victorovich
on 2021-05-31 23:33:58 UTC
(
hide
)
Description:
fix-special-chars-in-GH_TUPLE.patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2021-05-31 23:33:58 UTC
Size:
770 bytes
patch
obsolete
>diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk >index ba3124b51421..7f352b5284c0 100644 >--- a/Mk/bsd.sites.mk >+++ b/Mk/bsd.sites.mk >@@ -476,7 +476,7 @@ post-extract-gh-DEFAULT: > GH_ACCOUNT_${_group}?= ${GH_ACCOUNT_DEFAULT} > GH_PROJECT_${_group}?= ${GH_PROJECT_DEFAULT} > GH_TAGNAME_${_group}?= ${GH_TAGNAME_DEFAULT} >-GH_TAGNAME_${_group}_SANITIZED= ${GH_TAGNAME_${_group}:S,/,-,} >+GH_TAGNAME_${_group}_SANITIZED= ${GH_TAGNAME_${_group}:S,/,-,g} > GH_TAGNAME_${_group}_EXTRACT= ${GH_TAGNAME_${_group}_SANITIZED:C/^[vV]([0-9])/\1/} > _GH_TUPLE_OUT:= ${_GH_TUPLE_OUT} ${GH_ACCOUNT_${_group}}:${GH_PROJECT_${_group}}:${GH_TAGNAME_${_group}}:${_group}/${GH_SUBDIR_${_group}} > DISTNAME_${_group}:= ${GH_ACCOUNT_${_group}}-${GH_PROJECT_${_group}}-${GH_TAGNAME_${_group}_SANITIZED}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256314
: 225433