PORTNAME= xdg-utils
PORTVERSION= 1.0.2.${SNAPDATE}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
#MASTER_SITES= http://portland.freedesktop.org/download/
MASTER_SITES= LOCAL/kwm
manualpage()
{
cat << _MANUALPAGE
@@ -421,7 +427,7 @@
# Decode URLs
if echo "$file" | grep -q '^file:///'; then
file=${file#file://}
- file="$(printf "$(echo "$file" | sed -e 's@%\([a-f0-9A-F]\{2\}\)@\\x\1@g')")"
+ file="$(echo "$file" | unvis -h)"
fi
check_input_file "$file"