diff options
author | drochner <drochner@pkgsrc.org> | 2007-09-18 20:22:13 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-09-18 20:22:13 +0000 |
commit | d45a8a2216cc736d5852b3f90cbee34883bf01d5 (patch) | |
tree | f6b577c012c26b885349b84a4e8bd8d61294947a /textproc | |
parent | b82198cefb8bc2e420d977c1c2e06ca3af86a9f5 (diff) | |
download | pkgsrc-d45a8a2216cc736d5852b3f90cbee34883bf01d5.tar.gz |
update to 0.36.2
changes: minor bugfixes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/intltool/Makefile | 6 | ||||
-rw-r--r-- | textproc/intltool/distinfo | 9 | ||||
-rw-r--r-- | textproc/intltool/patches/patch-aa | 18 |
3 files changed, 7 insertions, 26 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 0a3b6d82110..269c23d1d04 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2007/08/08 21:57:16 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2007/09/18 20:22:13 drochner Exp $ # -DISTNAME= intltool-0.36.0 -PKGREVISION= 1 +DISTNAME= intltool-0.36.2 CATEGORIES= textproc devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.36/} EXTRACT_SUFX= .tar.bz2 @@ -21,6 +20,7 @@ CONFLICTS= xml-i18n-tools-[0-9]* USE_TOOLS+= gmake perl:run GNU_CONFIGURE= YES CHECK_INTERPRETER_SKIP= share/intltool/*.in +TEST_TARGET= check .include "../../devel/gettext-lib/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" diff --git a/textproc/intltool/distinfo b/textproc/intltool/distinfo index d59e2dcb087..7a0df061676 100644 --- a/textproc/intltool/distinfo +++ b/textproc/intltool/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.26 2007/08/08 21:57:16 wiz Exp $ +$NetBSD: distinfo,v 1.27 2007/09/18 20:22:13 drochner Exp $ -SHA1 (intltool-0.36.0.tar.bz2) = 991aafd9b215e6131a57be2f8ed76df422e968da -RMD160 (intltool-0.36.0.tar.bz2) = 43d1b62f04d32cc5ddc7a6c2ccc99a4c97d5f495 -Size (intltool-0.36.0.tar.bz2) = 137765 bytes -SHA1 (patch-aa) = fedbd07edf7a659f1d6bb4a2a4e4557ea387ead5 +SHA1 (intltool-0.36.2.tar.bz2) = c2ccd02b7688eb0b299608cb446dc80cdcd18795 +RMD160 (intltool-0.36.2.tar.bz2) = 63516bee4b29c0d93000ca63ecf3d9c131f6ae1e +Size (intltool-0.36.2.tar.bz2) = 138075 bytes diff --git a/textproc/intltool/patches/patch-aa b/textproc/intltool/patches/patch-aa deleted file mode 100644 index f2d32312244..00000000000 --- a/textproc/intltool/patches/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-aa,v 1.8 2007/08/08 21:57:16 wiz Exp $ - ---- intltool-merge.in.in.orig 2007-08-03 01:35:52.000000000 +0200 -+++ intltool-merge.in.in -@@ -115,13 +115,6 @@ sub isGNUGettextTool - return 0; - } - --if (! isGNUGettextTool ("$iconv")) --{ -- print STDERR " *** GNU iconv is not found on this system!\n". -- " *** Without it, intltool-merge can not convert encodings.\n"; -- exit; --} -- - # Use this instead of \w for XML files to handle more possible characters. - my $w = "[-A-Za-z0-9._:]"; - |