diff options
Diffstat (limited to 'app-text/wgetpaste/files/wgetpaste-2.25-pinnwand-raw.patch')
-rw-r--r-- | app-text/wgetpaste/files/wgetpaste-2.25-pinnwand-raw.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/wgetpaste/files/wgetpaste-2.25-pinnwand-raw.patch b/app-text/wgetpaste/files/wgetpaste-2.25-pinnwand-raw.patch new file mode 100644 index 000000000000..1b4cd12b5dd1 --- /dev/null +++ b/app-text/wgetpaste/files/wgetpaste-2.25-pinnwand-raw.patch @@ -0,0 +1,11 @@ +--- /usr/bin/wgetpaste 2014-09-25 22:20:39.097103971 +0300
++++ wgetpaste 2014-10-09 10:06:41.765195553 +0300
+@@ -200,7 +200,7 @@
+ xml+velocity xml xquery xslt xtend yaml"
+ EXPIRATIONS_pinnwand="1day 1week 1month never"
+ POST_pinnwand="submit=Paste! % % lexer expiry % code"
+-REGEX_RAW_pinnwand='s|^\(http://[^/]*/\)show\(/[[:alnum:]]*/\)$|\1raw\2|'
++REGEX_RAW_pinnwand='s|^\(https\?://[^/]*/\)show\(/[[:alnum:]]*/\?\)$|\1raw\2|'
+
+ ### errors
+ die() {
|