diff options
author | wiz <wiz@pkgsrc.org> | 2009-03-22 09:37:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-03-22 09:37:03 +0000 |
commit | 9dadf04410d3fd69c00c7aa82b3acca1c897f5df (patch) | |
tree | d66bebba4fd7208f4f491558b5c8109bb686d200 /textproc/intltool | |
parent | 052861e72f728513014bff33384f8ac8194d6562 (diff) | |
download | pkgsrc-9dadf04410d3fd69c00c7aa82b3acca1c897f5df.tar.gz |
Update to 0.40.6:
2009-03-14 Rodney Dawes <dobey@gnome.org>
* configure.in:
Up version to 0.40.6 for release
2009-03-14 Rodney Dawes <dobey@gnome.org>
* README:
Update for new usage style and to refer to server files instead of oaf
Fixes #568863
2009-02-28 Rodney Dawes <dobey@gnome.org>
* Makefile.in.in:
Don't hardcode /bin/sh as the shell
Fixes #573525
2008-11-24 Rodney Dawes <dobey.pwns@gmail.com>
* intltool-update.in:
Add basic support for PACKAGE_BUGREPORT specified by packages
2008-11-24 Rodney Dawes <dobey.pwns@gmail.com>
* configure.ac:
Check for at least perl 5.8.1, and print the found version
* intltool.m4:
Check for at least perl 5.8.1 and print the found version
Add _IT_SUBST macro to abstract usage of _AM_SUBST_NOTMAKE when we
are using automake 1.10 or nwere
Fixes #562085 and #561513
2008-11-22 Rodney Dawes <dobey.pwns@gmail.com>
* intltool-merge.in:
Replace iconv usage with perl's internal Encode::from_to()
2008-11-17 Rodney Dawes <dobey.pwns@gmail.com>
* Makefile.in.in:
Quote the grep arguments that use ^
Fixes #559528
2008-11-16 Rodney Dawes <dobey.pwns@gmail.com>
* intltool-extract.in:
Add support for extracting string data from Bioware Aurora Talk Table
format files, along with the extra metadata associated with the strings
* intltool-update.in:
Add support for Bioware Aurora Talk Table format files in POTFILES
2008-11-05 Rodney Dawes <dobey.pwns@gmail.com>
* intltool.m4:
Redirect grep output to /dev/null
Fixes #557069
Diffstat (limited to 'textproc/intltool')
-rw-r--r-- | textproc/intltool/Makefile | 4 | ||||
-rw-r--r-- | textproc/intltool/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index f245b9b27f7..47b6f7b5d37 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2008/10/09 08:23:25 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2009/03/22 09:37:03 wiz Exp $ # -DISTNAME= intltool-0.40.5 +DISTNAME= intltool-0.40.6 CATEGORIES= textproc devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.40/} EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/intltool/distinfo b/textproc/intltool/distinfo index 51b18d30eca..cf288a3bdc5 100644 --- a/textproc/intltool/distinfo +++ b/textproc/intltool/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.32 2008/10/09 08:23:25 wiz Exp $ +$NetBSD: distinfo,v 1.33 2009/03/22 09:37:03 wiz Exp $ -SHA1 (intltool-0.40.5.tar.bz2) = 72a67f18dbc12e1af11bfff80100993107b4df84 -RMD160 (intltool-0.40.5.tar.bz2) = 1508451394945a16a11b5069277c2d2e9aa8cf93 -Size (intltool-0.40.5.tar.bz2) = 141110 bytes +SHA1 (intltool-0.40.6.tar.bz2) = 4f6469e09e2c06a8072dffff36f84ff401d7ea75 +RMD160 (intltool-0.40.6.tar.bz2) = bbad864aa8b256815aaaf0f462c257127b6ab3da +Size (intltool-0.40.6.tar.bz2) = 140340 bytes |