svn commit: r356192 - head/Tools/scripts

Martin Wilke miwi at FreeBSD.org
Mon Jun 2 05:04:22 UTC 2014


Author: miwi
Date: Mon Jun  2 05:04:21 2014
New Revision: 356192
URL: http://svnweb.freebsd.org/changeset/ports/356192
QAT: https://qat.redports.org/buildarchive/r356192/

Log:
  - Correct the bugzilla url
  
  With hat:	portmgr

Modified:
  head/Tools/scripts/getpatch

Modified: head/Tools/scripts/getpatch
==============================================================================
--- head/Tools/scripts/getpatch	Mon Jun  2 02:14:54 2014	(r356191)
+++ head/Tools/scripts/getpatch	Mon Jun  2 05:04:21 2014	(r356192)
@@ -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\)'


More information about the svn-ports-all mailing list