pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5c7c58af393
branches:  trunk
changeset: 546758:d5c7c58af393
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 07 14:15:02 2008 +0000

description:
Update to 1.2.1:

Adam Jackson (2):
      Connection failure for abstract socket is ECONNREFUSED, not ENOENT.
      xtrans 1.2.1

Alan Coopersmith (2):
      LocalClose() takes a ConnInfoPtr, not an fd
      Clear some pointer type mismatch warnings

Bill Nottingham (1):
      Ignore mkdir() errors when creating the abstract socket.

James Cloos (1):
      Remove extraneous execute bit from .c file

Jeremy Huddleston (1):
      Launchd: This functionality has been moved into xorg-server

diffstat:

 x11/xtrans/Makefile |  5 ++---
 x11/xtrans/PLIST    |  3 ++-
 x11/xtrans/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r 53d99547f9d1 -r d5c7c58af393 x11/xtrans/Makefile
--- a/x11/xtrans/Makefile       Sun Sep 07 14:11:59 2008 +0000
+++ b/x11/xtrans/Makefile       Sun Sep 07 14:15:02 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2008/05/24 21:45:18 tnn Exp $
+# $NetBSD: Makefile,v 1.11 2008/09/07 14:15:02 wiz Exp $
 #
 
-DISTNAME=              xtrans-1.2
-PKGREVISION=           1
+DISTNAME=              xtrans-1.2.1
 CATEGORIES=            x11 net
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 53d99547f9d1 -r d5c7c58af393 x11/xtrans/PLIST
--- a/x11/xtrans/PLIST  Sun Sep 07 14:11:59 2008 +0000
+++ b/x11/xtrans/PLIST  Sun Sep 07 14:15:02 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 16:55:55 joerg Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/09/07 14:15:02 wiz Exp $
 include/X11/Xtrans/Xtrans.c
 include/X11/Xtrans/Xtrans.h
 include/X11/Xtrans/Xtransdnet.c
@@ -12,3 +12,4 @@
 lib/pkgconfig/xtrans.pc
 share/aclocal/xtrans.m4
 @dirrm include/X11/Xtrans
+@unexec ${RMDIR} %D/include/X11 2>/dev/null || ${TRUE}
diff -r 53d99547f9d1 -r d5c7c58af393 x11/xtrans/distinfo
--- a/x11/xtrans/distinfo       Sun Sep 07 14:11:59 2008 +0000
+++ b/x11/xtrans/distinfo       Sun Sep 07 14:15:02 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2008/05/09 22:53:21 dsainty Exp $
+$NetBSD: distinfo,v 1.12 2008/09/07 14:15:02 wiz Exp $
 
-SHA1 (xtrans-1.2.tar.bz2) = b93c9614cd434ca227ae413a071c25de49ce7307
-RMD160 (xtrans-1.2.tar.bz2) = 675d8e5675e201d24da30cd74415a539a683dd4c
-Size (xtrans-1.2.tar.bz2) = 107362 bytes
+SHA1 (xtrans-1.2.1.tar.bz2) = 66d7916e5386d2e0485af04a3b2314fbccc2d23a
+RMD160 (xtrans-1.2.1.tar.bz2) = 1998ba12f64cfc9563dcb20f9337e448a9e6a882
+Size (xtrans-1.2.1.tar.bz2) = 107174 bytes
 SHA1 (patch-aa) = 8efb33c59ea37504273c226584d4c3ad5871524e
 SHA1 (patch-ab) = d2a7af633ab880ec71975b70f521c0e32cd07a5e



Home | Main Index | Thread Index | Old Index