pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

aquatone: import missing patch



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Sun Oct 9 02:10:22 2022 +0200
Changeset:	d53af4ef8007dd1c8c6125f9b89445f8f977e7dc

Added Files:
	aquatone/patches/patch-parsers_regex.go

Log Message:
aquatone: import missing patch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d53af4ef8007dd1c8c6125f9b89445f8f977e7dc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 aquatone/patches/patch-parsers_regex.go | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diffs:
diff --git a/aquatone/patches/patch-parsers_regex.go b/aquatone/patches/patch-parsers_regex.go
new file mode 100644
index 0000000000..1365e99afb
--- /dev/null
+++ b/aquatone/patches/patch-parsers_regex.go
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- parsers/regex.go.orig	2019-05-19 09:07:52.000000000 +0000
++++ parsers/regex.go
+@@ -4,7 +4,7 @@ import (
+ 	"bufio"
+ 	"io"
+ 
+-	"github.com/mvdan/xurls"
++	"mvdan.cc/xurls/v2"
+ )
+ 
+ type RegexParser struct{}


Home | Main Index | Thread Index | Old Index