mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 00:39:15 -04:00
20 lines
367 B
C
20 lines
367 B
C
--- lib/parse.c.orig
|
|
+++ lib/parse.c
|
|
@@ -68,14 +68,14 @@
|
|
PARSERULE_ICASE,
|
|
0, 0, 0, 0,
|
|
0,
|
|
- "[[:space:]]*-?[[:space:]]*mp3pro$",
|
|
+ " *-? *mp3pro$",
|
|
""
|
|
},
|
|
{ PARSERULE_CMD_MATCH,
|
|
PARSERULE_ICASE,
|
|
1, 2, 0, 0,
|
|
- 0,
|
|
- "^[[:space:]]*([^-]*?)[[:space:]]*-[[:space:]]*(.*?)[[:space:]]*$",
|
|
+ 0,
|
|
+ "^ *([^-]*)? *- *(.*) *$",
|
|
""
|
|
},
|
|
{ 0x00,
|