mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- 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
@ -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 New Issue
Block a user