diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-03 17:24:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-03 17:24:36 +0000 |
commit | 6decba7cfc5b12bd9f40ea88a4b7b312d48c4c44 (patch) | |
tree | 79b3c6cbd6f76e5af59b2ba489e8b2ee96ae0c01 /x11/libSM | |
parent | d6cfa89c1c7541b503843d0ebdf0a5b232aa7f4e (diff) | |
download | pkgsrc-6decba7cfc5b12bd9f40ea88a4b7b312d48c4c44.tar.gz |
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 (limited to 'x11/libSM')
-rw-r--r-- | x11/libSM/Makefile | 5 | ||||
-rw-r--r-- | x11/libSM/PLIST | 4 | ||||
-rw-r--r-- | x11/libSM/distinfo | 9 | ||||
-rw-r--r-- | x11/libSM/patches/patch-aa | 13 |
4 files changed, 9 insertions, 22 deletions
diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile index 51ff722d17c..5712767bb0c 100644 --- a/x11/libSM/Makefile +++ b/x11/libSM/Makefile @@ -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 --git a/x11/libSM/PLIST b/x11/libSM/PLIST index 19faf868500..c4c1af75f2a 100644 --- a/x11/libSM/PLIST +++ b/x11/libSM/PLIST @@ -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 --git a/x11/libSM/distinfo b/x11/libSM/distinfo index 6af0c373382..82a6d8abb36 100644 --- a/x11/libSM/distinfo +++ b/x11/libSM/distinfo @@ -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 --git a/x11/libSM/patches/patch-aa b/x11/libSM/patches/patch-aa deleted file mode 100644 index 0202f89f29e..00000000000 --- a/x11/libSM/patches/patch-aa +++ /dev/null @@ -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); - } - |