Update to intltool-0.50.1.

This commit is contained in:
ajacoutot 2012-02-16 22:09:37 +00:00
parent 26bcece58a
commit f05e92c802
3 changed files with 11 additions and 11 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.23 2011/10/13 15:23:03 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.24 2012/02/16 22:09:37 ajacoutot Exp $
COMMENT= internationalization tools
V= 0.50.0
V= 0.50.1
DISTNAME= intltool-${V}
CATEGORIES= textproc

View File

@ -1,5 +1,5 @@
MD5 (intltool-0.50.0.tar.gz) = DamEemA5HKZT3zUSOx98wA==
RMD160 (intltool-0.50.0.tar.gz) = X1+IGsWUWFPfSg1EfSDsXNW8wlI=
SHA1 (intltool-0.50.0.tar.gz) = uELTtfTedDcQScw2be4ZCDBhxRo=
SHA256 (intltool-0.50.0.tar.gz) = 3M+wt901oXATDok0v9MMKdpq5zvNPKS6cTF8l3sok9Y=
SIZE (intltool-0.50.0.tar.gz) = 142837
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

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-intltool_m4,v 1.2 2011/10/04 14:55:24 ajacoutot Exp $
$OpenBSD: patch-intltool_m4,v 1.3 2012/02/16 22:09:37 ajacoutot Exp $
https://bugs.edge.launchpad.net/intltool/+bug/867559
--- intltool.m4.orig Tue Oct 4 13:23:56 2011
+++ intltool.m4 Tue Oct 4 13:24:43 2011
@@ -152,6 +152,9 @@ if test -z "$DATADIRNAME"; then
--- 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
AC_CHECK_FUNC(bind_textdomain_codeset,
[DATADIRNAME=share], [DATADIRNAME=lib])
;;