summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-12-31 19:06:57 +0000
committerjlam <jlam@pkgsrc.org>2002-12-31 19:06:57 +0000
commitb8f002d248e8e43d98355fd27d0f8597e918f7dd (patch)
tree3e4855f3123f78c5a98f3931e1fe9bcf05469f40
parente25755500381aa06a999d6c707989736294b923d (diff)
downloadpkgsrc-b8f002d248e8e43d98355fd27d0f8597e918f7dd.tar.gz
Updated devel/libmm to 1.2.2. Changes from version 1.2.1 include:
*) Use "close-on-exec" semantic on internal file descriptors if underlying platform supports this feature. This makes sure the file descriptors are closed by the kernel upon execution of exec(3) by the application.
-rw-r--r--devel/libmm/Makefile6
-rw-r--r--devel/libmm/PLIST4
-rw-r--r--devel/libmm/distinfo6
-rw-r--r--doc/CHANGES3
4 files changed, 10 insertions, 9 deletions
diff --git a/devel/libmm/Makefile b/devel/libmm/Makefile
index 0147468e598..a2734c419dd 100644
--- a/devel/libmm/Makefile
+++ b/devel/libmm/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2002/08/25 18:38:30 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2002/12/31 19:06:57 jlam Exp $
#
-DISTNAME= mm-1.2.1
-PKGNAME= libmm-1.2.1
+DISTNAME= mm-1.2.2
+PKGNAME= lib${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ossp.org/pkg/lib/mm/
diff --git a/devel/libmm/PLIST b/devel/libmm/PLIST
index 58e1f088a13..f9f858899a8 100644
--- a/devel/libmm/PLIST
+++ b/devel/libmm/PLIST
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2002/08/25 18:38:30 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2002/12/31 19:06:57 jlam Exp $
bin/mm-config
include/mm.h
lib/libmm.a
lib/libmm.la
lib/libmm.so
lib/libmm.so.12
-lib/libmm.so.12.21
+lib/libmm.so.12.22
man/man1/mm-config.1
man/man3/mm.3
diff --git a/devel/libmm/distinfo b/devel/libmm/distinfo
index 1bb8e9c5907..93c38414824 100644
--- a/devel/libmm/distinfo
+++ b/devel/libmm/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2002/08/25 18:38:31 jlam Exp $
+$NetBSD: distinfo,v 1.4 2002/12/31 19:06:57 jlam Exp $
-SHA1 (mm-1.2.1.tar.gz) = c2915c82adbf9be7b43375a5ced3dc08700b1810
-Size (mm-1.2.1.tar.gz) = 217078 bytes
+SHA1 (mm-1.2.2.tar.gz) = f98392eb91b4e2a2a017abead80cbfceea825175
+Size (mm-1.2.2.tar.gz) = 225559 bytes
diff --git a/doc/CHANGES b/doc/CHANGES
index 5314a1e9542..dfd917f46c8 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.957 2002/12/31 15:14:45 uebayasi Exp $
+$NetBSD: CHANGES,v 1.958 2002/12/31 19:07:50 jlam Exp $
Changes to the packages collection and infrastructure in 2002:
@@ -4329,3 +4329,4 @@ Changes to the packages collection and infrastructure in 2002:
Updated p5-Image-Info to 1.12 [shell 2002-12-31]
Updated p5-Net-SSLeay to 1.21 [shell 2002-12-31]
Updated mlterm to 2.6.2 [uebayasi 2002-12-31]
+ Updated libmm to 1.2.2 [jlam 2002-12-31]