aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gucharmap
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2018-06-09 12:50:08 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2018-06-09 12:50:08 +0000
commitad66158cb804429de7b90333976580da8d60c878 (patch)
tree59451b659c26c21a7b572a14adae113651cb10fb /deskutils/gucharmap
parent3c39c5a8bd525f3857dfc0b3e36e6d017d8a9cbe (diff)
downloadports-ad66158cb804429de7b90333976580da8d60c878.tar.gz
ports-ad66158cb804429de7b90333976580da8d60c878.zip
Notes
Diffstat (limited to 'deskutils/gucharmap')
-rw-r--r--deskutils/gucharmap/files/patch-gucharmap_gen-guch-unicode-tables.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/gucharmap/files/patch-gucharmap_gen-guch-unicode-tables.pl b/deskutils/gucharmap/files/patch-gucharmap_gen-guch-unicode-tables.pl
new file mode 100644
index 000000000000..104c3ee7eb79
--- /dev/null
+++ b/deskutils/gucharmap/files/patch-gucharmap_gen-guch-unicode-tables.pl
@@ -0,0 +1,10 @@
+--- gucharmap/gen-guch-unicode-tables.pl.orig 2017-05-09 22:11:10 UTC
++++ gucharmap/gen-guch-unicode-tables.pl
+@@ -999,6 +999,7 @@ sub process_versions_txt
+ {
+ next;
+ }
++ next if $raw_version > $v;
+
+ my $version = $raw_version;
+ $version =~ tr/_/ /;