diff options
author | wiz <wiz> | 2007-01-07 14:40:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-01-07 14:40:17 +0000 |
commit | 0e77576f1a5cdc9a5183779b2a4567a17d60cf8c (patch) | |
tree | fe4ed27ca4eecececc6141cf1b672466146bbf65 /textproc | |
parent | 47f3e2768a6989e73c2e0f6b918b6173003641e8 (diff) | |
download | pkgsrc-0e77576f1a5cdc9a5183779b2a4567a17d60cf8c.tar.gz |
Update to 0.35.3:
Version 0.35.3
* Check for leftout files in builddir, for for generated files (Rodney Dawes)
* Load POTFILES.{skip,ignore} from $SRCDIR in intltool-update
-- bug #391892 (Rodney Dawes)
* Ignore files in POTFILES.{skip,ignore} when looking for leftout files
-- bug #391892 (Rodney Dawes)
* Match $LINGUAS with LINGUAS file more precisely
-- bug #342500 (Jürg Billeter)
Version 0.35.2
* Create builddir if it doesn't exist when generating header files
-- bug #348952 (Rodney Dawes)
* Update checks for leftout files with intltool-update -m
-- bug #386118 (Rodney Dawes)
* Better support for using $srcdir (Rodney Dawes)
* Run intltool-update -m in make check (Rodney Dawes)
* Handle LINGUAS environment variable properly
-- bug #342500 (Rodney Dawes)
* Make sure that we always call FindPackageName so variables get set properly
-- bug #350013 (Rodney Dawes)
* Set $top_builddir in Makefile.in.in for stamp-it rule
-- bug #345560 (Daniel Leidert)
Diffstat (limited to 'textproc')
-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 fbafc5d2f28..febbb2ad205 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2006/12/15 19:31:46 drochner Exp $ +# $NetBSD: Makefile,v 1.40 2007/01/07 14:40:17 wiz Exp $ # -DISTNAME= intltool-0.35.1 +DISTNAME= intltool-0.35.3 CATEGORIES= textproc devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.35/} EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/intltool/distinfo b/textproc/intltool/distinfo index e1aa097cd31..cf592cdbbe9 100644 --- a/textproc/intltool/distinfo +++ b/textproc/intltool/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2006/12/15 19:31:47 drochner Exp $ +$NetBSD: distinfo,v 1.22 2007/01/07 14:40:17 wiz Exp $ -SHA1 (intltool-0.35.1.tar.bz2) = 58bb12b63cd2e3d3ff2d5181391c53b0f34ee214 -RMD160 (intltool-0.35.1.tar.bz2) = 9cee72441e93df8c59b437ea89ad355235683520 -Size (intltool-0.35.1.tar.bz2) = 131076 bytes +SHA1 (intltool-0.35.3.tar.bz2) = a8e6748d278aacbf08497489841de2c309ee5831 +RMD160 (intltool-0.35.3.tar.bz2) = 544a4a9fe8b1a2a9de8b0da204b496b205f2198f +Size (intltool-0.35.3.tar.bz2) = 134195 bytes |