- Correct the bugzilla url
With hat: portmgr
This commit is contained in:
parent
064f791af4
commit
e83752b680
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356192
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class GnatsGetPatch(GetPatch):
|
|||
|
||||
class BzGetPatch(GetPatch):
|
||||
|
||||
URL_BASE= 'https://kenobi.freebsd.org/bugs42'
|
||||
URL_BASE= 'https://bugs.freebsd.org/bugzilla/'
|
||||
URL_SHOW = '%s/show_bug.cgi?id=' % URL_BASE
|
||||
REGEX_URL = r'<a href="([^<]+)">Details</a>'
|
||||
REGEX = r'<div class="details">([^ ]+) \(text/plain\)'
|
||||
|
|
Loading…
Reference in a new issue