openbsd-ports/devel/gettext/patches/patch-gettext-tools_tests_xgettext-python-1
naddy 382931c0ad Update to 0.17.
The major new functionality in this release is colorization support
in the message catalog tools.
ok brad@
2008-06-13 04:56:33 +00:00

13 lines
674 B
Plaintext

$OpenBSD: patch-gettext-tools_tests_xgettext-python-1,v 1.3 2008/06/13 04:56:34 naddy Exp $
--- gettext-tools/tests/xgettext-python-1.orig Sat Oct 20 22:01:32 2007
+++ gettext-tools/tests/xgettext-python-1 Mon Jun 2 22:58:10 2008
@@ -28,7 +28,7 @@ tmpfiles="$tmpfiles xg-py-1.err xg-py-1.tmp xg-py-1.po
: ${XGETTEXT=xgettext}
${XGETTEXT} --add-comments --no-location -o xg-py-1.tmp xg-py-1.py 2>xg-py-1.err
test $? = 0 || { cat xg-py-1.err; rm -fr $tmpfiles; exit 1; }
-grep -v 'POT-Creation-Date' < xg-py-1.tmp | tr -d '\r' > xg-py-1.pot
+grep -av 'POT-Creation-Date' < xg-py-1.tmp | tr -d '\r' > xg-py-1.pot
tmpfiles="$tmpfiles xg-py-1.ok"
cat <<\EOF > xg-py-1.ok