pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/libSM Update to 1.2.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d07918e1822
branches:  trunk
changeset: 604742:4d07918e1822
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 03 17:24:36 2012 +0000

description:
Update to 1.2.1:

1.2.1:
This release includes more documentation cleanups & improvements,
fixes for issues found by static analysis & compiler warnings, and
of course some build configuration improvements.

1.2.0:
This release fixes a couple of bugs and includes a lot of work
from multiple people on the documentation to convert the ancient
troff scrolls to DocBook/XML.   It also includes the usual recent
rounds of build configuration improvements and janitorial cleanups.

diffstat:

 x11/libSM/Makefile         |   5 ++---
 x11/libSM/PLIST            |   4 +++-
 x11/libSM/distinfo         |   9 ++++-----
 x11/libSM/patches/patch-aa |  13 -------------
 4 files changed, 9 insertions(+), 22 deletions(-)

diffs (58 lines):

diff -r 484dbfd61b38 -r 4d07918e1822 x11/libSM/Makefile
--- a/x11/libSM/Makefile        Sun Jun 03 17:24:08 2012 +0000
+++ b/x11/libSM/Makefile        Sun Jun 03 17:24:36 2012 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2009/09/28 12:38:50 drochner Exp $
+# $NetBSD: Makefile,v 1.9 2012/06/03 17:24:36 wiz Exp $
 #
 
-DISTNAME=              libSM-1.1.1
-PKGREVISION=           1
+DISTNAME=              libSM-1.2.1
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 484dbfd61b38 -r 4d07918e1822 x11/libSM/PLIST
--- a/x11/libSM/PLIST   Sun Jun 03 17:24:08 2012 +0000
+++ b/x11/libSM/PLIST   Sun Jun 03 17:24:36 2012 +0000
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:24:57 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2012/06/03 17:24:36 wiz Exp $
 include/X11/SM/SM.h
 include/X11/SM/SMlib.h
 include/X11/SM/SMproto.h
 lib/libSM.la
 lib/pkgconfig/sm.pc
+share/doc/libSM/SMlib.xml
+share/doc/libSM/xsmp.xml
diff -r 484dbfd61b38 -r 4d07918e1822 x11/libSM/distinfo
--- a/x11/libSM/distinfo        Sun Jun 03 17:24:08 2012 +0000
+++ b/x11/libSM/distinfo        Sun Jun 03 17:24:36 2012 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.6 2009/09/28 12:38:50 drochner Exp $
+$NetBSD: distinfo,v 1.7 2012/06/03 17:24:36 wiz Exp $
 
-SHA1 (libSM-1.1.1.tar.bz2) = dc535af7328dee9a6121b85c3f8041656681a195
-RMD160 (libSM-1.1.1.tar.bz2) = 18aba022ccfbe842d025bf66c30a9f56510475f2
-Size (libSM-1.1.1.tar.bz2) = 262305 bytes
-SHA1 (patch-aa) = 9bc21232bb9c26607932f2eb1f26d5eac298c3c9
+SHA1 (libSM-1.2.1.tar.bz2) = 8d354a165e330022ffd3606aba562b8c8154213d
+RMD160 (libSM-1.2.1.tar.bz2) = f092ef40158f9b4b71b98c20f9b0606a5e5f8e3a
+Size (libSM-1.2.1.tar.bz2) = 334696 bytes
diff -r 484dbfd61b38 -r 4d07918e1822 x11/libSM/patches/patch-aa
--- a/x11/libSM/patches/patch-aa        Sun Jun 03 17:24:08 2012 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2009/09/28 12:38:50 drochner Exp $
-
---- src/sm_genid.c.orig        2009-09-28 14:06:35.000000000 +0200
-+++ src/sm_genid.c
-@@ -98,7 +98,7 @@ SmsGenerateClientID(SmsConn smsConn)
- 
-     if ((id = malloc (strlen (temp) + 2)) != NULL)
-     {
--        id[1] = '2';
-+        id[0] = '2';
-         strcpy (id+1, temp);
-     }
- 



Home | Main Index | Thread Index | Old Index