Fix utf-8 email support

This commit is contained in:
Michael Johnson 2008-04-09 01:27:13 +00:00
parent 80afaf626b
commit 48b430a1cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210897
2 changed files with 12 additions and 1 deletions

View file

@ -8,7 +8,7 @@
PORTNAME= xdg-utils
PORTVERSION= 1.0.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://portland.freedesktop.org/download/
EXTRACT_SUFX= .tgz

View file

@ -0,0 +1,11 @@
--- scripts/xdg-email.orig 2008-04-08 21:21:25.156668001 -0400
+++ scripts/xdg-email 2008-04-08 21:22:20.347011466 -0400
@@ -480,7 +480,7 @@
options=
mailto=
-utf8="iconv -t utf8"
+utf8="iconv -t UTF-8"
while [ $# -gt 0 ] ; do
parm="$1"
shift