diff options
author | mycroft <mycroft@pkgsrc.org> | 2002-08-01 00:28:16 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2002-08-01 00:28:16 +0000 |
commit | 85bcbed79a8796a2c77ced9b245ec119e6a4835f (patch) | |
tree | 8a9be631277c4d352b67301a502d9816d3967cd1 /devel/libmm/Makefile | |
parent | 20a1bea9c458458cf74bf695878c966b3026827d (diff) | |
download | pkgsrc-85bcbed79a8796a2c77ced9b245ec119e6a4835f.tar.gz |
Update to mm 1.2.1. Only functional change is to fix a /tmp race condition
that created a local root hole.
Diffstat (limited to 'devel/libmm/Makefile')
-rw-r--r-- | devel/libmm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libmm/Makefile b/devel/libmm/Makefile index c46de2c1564..aed5963e96a 100644 --- a/devel/libmm/Makefile +++ b/devel/libmm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2002/07/30 15:41:58 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/08/01 00:28:16 mycroft Exp $ # -DISTNAME= mm-1.1.3 -PKGNAME= libmm-1.1.3 +DISTNAME= mm-1.2.1 +PKGNAME= libmm-1.2.1 CATEGORIES= devel MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/mm/ |