Bugfix update to intltool-0.50.2.

* Use --no-translations only if intltool >= 0.50 is available (#903340).
This commit is contained in:
ajacoutot 2012-03-28 18:36:14 +00:00
parent 3aa3387f8c
commit c9c029dfd9
3 changed files with 11 additions and 11 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.24 2012/02/16 22:09:37 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.25 2012/03/28 18:36:14 ajacoutot Exp $
COMMENT= internationalization tools
V= 0.50.1
V= 0.50.2
DISTNAME= intltool-${V}
CATEGORIES= textproc

View File

@ -1,5 +1,5 @@
MD5 (intltool-0.50.1.tar.gz) = iS+aPoCbVbfGyM6uTxGI1g==
RMD160 (intltool-0.50.1.tar.gz) = oDcxi49WOwPavFYTeK6npJYQ3Y4=
SHA1 (intltool-0.50.1.tar.gz) = OWTfQFehbIL3Eed43wWObBH+CTo=
SHA256 (intltool-0.50.1.tar.gz) = RD4J87y6fnjW/tAt7I5PE2CmSlimdi5GDSV9aUCpPwQ=
SIZE (intltool-0.50.1.tar.gz) = 188621
MD5 (intltool-0.50.2.tar.gz) = I/vYeRGCU8uZrqwGfaX1kQ==
RMD160 (intltool-0.50.2.tar.gz) = UrHGquX18AadCc741wmrJnxGAxk=
SHA1 (intltool-0.50.2.tar.gz) = f929jhv5StvxvJR8vzuN3CRT+K0=
SHA256 (intltool-0.50.2.tar.gz) = Z/JcXG+3HQlXk6f4lbJF5l6CnoveaMbItMkSFE/zRAY=
SIZE (intltool-0.50.2.tar.gz) = 189483

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-intltool_m4,v 1.3 2012/02/16 22:09:37 ajacoutot Exp $
$OpenBSD: patch-intltool_m4,v 1.4 2012/03/28 18:36:14 ajacoutot Exp $
https://bugs.edge.launchpad.net/intltool/+bug/867559
--- intltool.m4.orig Sun Feb 5 09:28:34 2012
+++ intltool.m4 Thu Feb 16 09:39:10 2012
@@ -171,6 +171,9 @@ if test -z "$DATADIRNAME"; then
--- intltool.m4.orig Sun Feb 26 19:31:06 2012
+++ intltool.m4 Wed Mar 28 20:34:31 2012
@@ -173,6 +173,9 @@ if test -z "$DATADIRNAME"; then
AC_CHECK_FUNC(bind_textdomain_codeset,
[DATADIRNAME=share], [DATADIRNAME=lib])
;;