diff options
author | wiz <wiz@pkgsrc.org> | 2008-09-07 14:15:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-09-07 14:15:02 +0000 |
commit | 3611195a90af8d20727a426d9d3cdd46839d471e (patch) | |
tree | 2cea44e8af6c384f3a229310fc6e9170ccda9208 /x11/xtrans | |
parent | 4b278f8a972698975ac587ddf83ea633ff1005bf (diff) | |
download | pkgsrc-3611195a90af8d20727a426d9d3cdd46839d471e.tar.gz |
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 (limited to 'x11/xtrans')
-rw-r--r-- | x11/xtrans/Makefile | 5 | ||||
-rw-r--r-- | x11/xtrans/PLIST | 3 | ||||
-rw-r--r-- | x11/xtrans/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/x11/xtrans/Makefile b/x11/xtrans/Makefile index 64f22938b2c..0a8d153f933 100644 --- a/x11/xtrans/Makefile +++ b/x11/xtrans/Makefile @@ -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 --git a/x11/xtrans/PLIST b/x11/xtrans/PLIST index 930189e29ac..f6b06823647 100644 --- a/x11/xtrans/PLIST +++ b/x11/xtrans/PLIST @@ -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 @@ include/X11/Xtrans/transport.c lib/pkgconfig/xtrans.pc share/aclocal/xtrans.m4 @dirrm include/X11/Xtrans +@unexec ${RMDIR} %D/include/X11 2>/dev/null || ${TRUE} diff --git a/x11/xtrans/distinfo b/x11/xtrans/distinfo index 76c18de661a..56ba94531a2 100644 --- a/x11/xtrans/distinfo +++ b/x11/xtrans/distinfo @@ -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 |