diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-01-03 21:01:52 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-01-03 21:01:52 +0800 |
commit | c97cec9b54e44393299eab426b9330dc6f2e8f96 (patch) | |
tree | 76b3112e4bbec7481d0b0a567943676bc5db325e /misc/iso-codes | |
parent | 311dfdb498f936701ce6872ec6d3f3299896db1f (diff) | |
download | freebsd-ports-gnome-c97cec9b54e44393299eab426b9330dc6f2e8f96.tar.gz freebsd-ports-gnome-c97cec9b54e44393299eab426b9330dc6f2e8f96.tar.zst freebsd-ports-gnome-c97cec9b54e44393299eab426b9330dc6f2e8f96.zip |
- Fix parse error under 7.0-RC1/sparc64
PR: ports/119245
Submitted by: Stephen Hurd <shurd sasktel.net>
Diffstat (limited to 'misc/iso-codes')
-rw-r--r-- | misc/iso-codes/Makefile | 1 | ||||
-rw-r--r-- | misc/iso-codes/files/patch-iso_4217-hu.po | 10 | ||||
-rw-r--r-- | misc/iso-codes/files/patch-iso_4217-zh_HK.po | 10 |
3 files changed, 21 insertions, 0 deletions
diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile index f5c8b518afd6..31d0e081d37c 100644 --- a/misc/iso-codes/Makefile +++ b/misc/iso-codes/Makefile @@ -7,6 +7,7 @@ PORTNAME= iso-codes DISTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/ \ LOCAL diff --git a/misc/iso-codes/files/patch-iso_4217-hu.po b/misc/iso-codes/files/patch-iso_4217-hu.po new file mode 100644 index 000000000000..6c311bfa1c0e --- /dev/null +++ b/misc/iso-codes/files/patch-iso_4217-hu.po @@ -0,0 +1,10 @@ +--- iso_4217/hu.po.orig 2007-12-21 05:37:30.000000000 -0500 ++++ iso_4217/hu.po 2008-01-02 11:20:02.000000000 -0500 +@@ -1180,7 +1180,6 @@ + #~ msgstr "dél-koreai won" + + #, fuzzy +-#~| msgid "Polish Złoty" + #~ msgid "Polish Zloty" + #~ msgstr "lengyel zlotyi" + diff --git a/misc/iso-codes/files/patch-iso_4217-zh_HK.po b/misc/iso-codes/files/patch-iso_4217-zh_HK.po new file mode 100644 index 000000000000..5bc7342250cc --- /dev/null +++ b/misc/iso-codes/files/patch-iso_4217-zh_HK.po @@ -0,0 +1,10 @@ +--- iso_4217/zh_HK.po.orig 2007-12-21 05:37:30.000000000 -0500 ++++ iso_4217/zh_HK.po 2008-01-02 11:23:22.000000000 -0500 +@@ -1179,7 +1179,6 @@ + #~ msgstr "南韓圜" + + #, fuzzy +-#~| msgid "Polish Złoty" + #~ msgid "Polish Zloty" + #~ msgstr "波蘭茲羅提" + |