Fix utf-8 email support
This commit is contained in:
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
|
@ -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
|
||||
|
|
11
devel/xdg-utils/files/patch-scripts_xdg-email
Normal file
11
devel/xdg-utils/files/patch-scripts_xdg-email
Normal 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
|
Loading…
Reference in a new issue