diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-18 01:56:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-18 01:56:47 +0000 |
commit | 41106f9a77784a3d84458bc43f335270928f77d3 (patch) | |
tree | 1049b5c79393c3e98452ce284695e61f9274be66 /devel/libmm | |
parent | c38505727b5558d7d89979d0cdd43d2603ada986 (diff) | |
download | pkgsrc-41106f9a77784a3d84458bc43f335270928f77d3.tar.gz |
Update to 1.4.2:
Changes between 1.4.1 and 1.4.2 (10-Aug-2006 to 15-Aug-2006)
*) Remove a trailing whitespace in mm.pod which
confused pod2html(1) and generated bad output.
[Neil Conway <neilc@samurai.com>]
Changes between 1.4.0 and 1.4.1 (02-Sep-2005 to 10-Aug-2006)
*) Add new API function MM_reset() and mm_reset().
[Neil Conway <neilc@samurai.com>]
*) Upgraded build environment to GNU shtool 2.0.6,
GNU libtool 1.5.22 and GNU autoconf 2.60.
[Ralf S. Engelschall]
*) Fix spelling errors in manual page mm(3) and corrected
description of mm_sizeof() function.
[Neil Conway <neilc@samurai.com>]
Diffstat (limited to 'devel/libmm')
-rw-r--r-- | devel/libmm/Makefile | 4 | ||||
-rw-r--r-- | devel/libmm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libmm/Makefile b/devel/libmm/Makefile index b11fa068b95..c8b8ba7fe10 100644 --- a/devel/libmm/Makefile +++ b/devel/libmm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2005/11/24 18:54:51 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2007/02/18 01:56:47 wiz Exp $ -DISTNAME= mm-1.4.0 +DISTNAME= mm-1.4.2 PKGNAME= lib${DISTNAME} CATEGORIES= devel MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/mm/ diff --git a/devel/libmm/distinfo b/devel/libmm/distinfo index 78e13e85dc9..15a2ccfb5a0 100644 --- a/devel/libmm/distinfo +++ b/devel/libmm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2005/11/24 18:54:51 wiz Exp $ +$NetBSD: distinfo,v 1.8 2007/02/18 01:56:47 wiz Exp $ -SHA1 (mm-1.4.0.tar.gz) = de64ec2acf61632942d3fe046dd617f75043f3d7 -RMD160 (mm-1.4.0.tar.gz) = 5f404a56e4f103f317473d7dde021373813b2176 -Size (mm-1.4.0.tar.gz) = 336055 bytes +SHA1 (mm-1.4.2.tar.gz) = b7327c5b4ec5913ff619ccac8a19d7ec9b0166df +RMD160 (mm-1.4.2.tar.gz) = c1e73c1445fb8910ede38d9c6a77701e18588652 +Size (mm-1.4.2.tar.gz) = 344903 bytes |