freebsd-ports/devel/gtranslator/files/patch-intltool-merge.in
Maxim Sobolev 1ab381ec91 Distfile had been rerolled without version bump, therefore update checksum.
There are some non-whitespace differencies beween the old and new versions,
so that bump PORTREVISION.

Submitted by:	bento
2002-03-15 09:39:01 +00:00

15 lines
452 B
Plaintext

$FreeBSD$
--- intltool-merge.in 2002/03/15 08:59:58 1.1
+++ intltool-merge.in 2002/03/15 09:00:07
@@ -287,7 +287,7 @@
if (lc $encoding eq "utf-8") {
open PO_FILE, "<$po_file";
} else {
- open PO_FILE, "iconv -f $encoding -t UTF-8 $po_file|";
+ open PO_FILE, "giconv -f $encoding -t UTF-8 $po_file|";
}
} else {
open PO_FILE, "<$po_file";