diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-03 17:23:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-03 17:23:40 +0000 |
commit | 6835ce4e0db651a046c6010f1d0155da15633919 (patch) | |
tree | fa689cc361c6a109eb1e35b8b7e5eb88af5a8ba3 /x11/libICE | |
parent | 2e8d512b3b8b906f6979fc68b4569e46356751fb (diff) | |
download | pkgsrc-6835ce4e0db651a046c6010f1d0155da15633919.tar.gz |
Update to 1.0.8.
1.0.8:
This release fixes a number of issues found by static analysis and
compiler warnings, and includes a large set of cleanups and improvements
to the DocBook format specs for the protocol and docs for the API.
1.0.7 (no short summary available):
Adam Jackson (1):
libICE 1.0.7
Alan Coopersmith (1):
Move ICE protocol & API specs from xorg-docs module
Gaetan Nadon (8):
.gitignore: use common defaults with custom section # 24239
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
Deploy the new XORG_DEFAULT_OPTIONS #24242
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
config: move CWARNFLAGS from configure.ac to Makefile.am
config: remove the pkgconfig pc.in file from EXTRA_DIST
config: update AC_PREREQ statement to 2.60
Jeremy Huddleston (2):
This is not a GNU project, so declare it foreign.
Fix include ordering, so -I../include precedes $CPPFLAGS which could
Jesse Adkins (1):
Purge cvs tags.
Julien Cristau (1):
Set the close-on-exec flag for listening sockets
Matt Dew (1):
specs: convert ICE doc/specs from xorg-docs module to DocBook XML
Diffstat (limited to 'x11/libICE')
-rw-r--r-- | x11/libICE/Makefile | 4 | ||||
-rw-r--r-- | x11/libICE/PLIST | 4 | ||||
-rw-r--r-- | x11/libICE/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile index a5d1b3fbe46..272585c319c 100644 --- a/x11/libICE/Makefile +++ b/x11/libICE/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2009/08/29 15:28:51 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2012/06/03 17:23:40 wiz Exp $ # -DISTNAME= libICE-1.0.6 +DISTNAME= libICE-1.0.8 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libICE/PLIST b/x11/libICE/PLIST index 070ef73bb9e..7cd5eefb2f7 100644 --- a/x11/libICE/PLIST +++ b/x11/libICE/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:24:57 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2012/06/03 17:23:40 wiz Exp $ include/X11/ICE/ICE.h include/X11/ICE/ICEconn.h include/X11/ICE/ICElib.h @@ -7,3 +7,5 @@ include/X11/ICE/ICEproto.h include/X11/ICE/ICEutil.h lib/libICE.la lib/pkgconfig/ice.pc +share/doc/libICE/ICElib.xml +share/doc/libICE/ice.xml diff --git a/x11/libICE/distinfo b/x11/libICE/distinfo index 43b28d8a253..d1dedbe12fd 100644 --- a/x11/libICE/distinfo +++ b/x11/libICE/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/08/29 15:28:51 wiz Exp $ +$NetBSD: distinfo,v 1.6 2012/06/03 17:23:40 wiz Exp $ -SHA1 (libICE-1.0.6.tar.bz2) = ac1f702ea580bd496610266b13434858b62df9e1 -RMD160 (libICE-1.0.6.tar.bz2) = 6b9e6e649ac227210f3e3afdfa8376d659750321 -Size (libICE-1.0.6.tar.bz2) = 279257 bytes +SHA1 (libICE-1.0.8.tar.bz2) = ddb14df8bbc43df7322978f5f9f802936e2a7324 +RMD160 (libICE-1.0.8.tar.bz2) = 18d6e7dbb0804bff181120758e7ce4d0ca609478 +Size (libICE-1.0.8.tar.bz2) = 365762 bytes |