diff options
author | wiz <wiz> | 2008-10-24 16:06:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-10-24 16:06:57 +0000 |
commit | 19d3cac93c535591e5a2348767308c85f46583c2 (patch) | |
tree | feba2dd82ac61163616180f4b7a125c6eca395c0 /x11/xtrans | |
parent | 9e92bb2d82cc8b558ec89926036ec9ffe96f3035 (diff) | |
download | pkgsrc-19d3cac93c535591e5a2348767308c85f46583c2.tar.gz |
Update to 1.2.2:
Adam Jackson (5):
Massive ifdef cleanup, dropping a ton of unsupported platform code.
Drastically simplify TRANS_OPEN_MAX.
Remove DECNET support.
Finish removing OS/2 support
xtrans 1.2.2
Jeremy Huddleston (2):
Apple: Allow Xquartz to provide an additional fd to xtrans since
the dynamic addition code in the server isn't bulletproof yet.
Added a flag to enable "The OS already took care of securing this,
please skip checking xauth" for use with Apple launchd sockets.
Diffstat (limited to 'x11/xtrans')
-rw-r--r-- | x11/xtrans/Makefile | 5 | ||||
-rw-r--r-- | x11/xtrans/PLIST | 4 | ||||
-rw-r--r-- | x11/xtrans/distinfo | 8 |
3 files changed, 7 insertions, 10 deletions
diff --git a/x11/xtrans/Makefile b/x11/xtrans/Makefile index c21e86e2ab8..8bcb2f12ff5 100644 --- a/x11/xtrans/Makefile +++ b/x11/xtrans/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2008/09/09 13:59:13 dsainty Exp $ +# $NetBSD: Makefile,v 1.13 2008/10/24 16:06:57 wiz Exp $ # -DISTNAME= xtrans-1.2.1 -PKGREVISION= 1 +DISTNAME= xtrans-1.2.2 CATEGORIES= x11 net MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xtrans/PLIST b/x11/xtrans/PLIST index f6b06823647..72e73d4a3ba 100644 --- a/x11/xtrans/PLIST +++ b/x11/xtrans/PLIST @@ -1,10 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2008/09/07 14:15:02 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2008/10/24 16:06:57 wiz Exp $ include/X11/Xtrans/Xtrans.c include/X11/Xtrans/Xtrans.h -include/X11/Xtrans/Xtransdnet.c include/X11/Xtrans/Xtransint.h include/X11/Xtrans/Xtranslcl.c -include/X11/Xtrans/Xtransos2.c include/X11/Xtrans/Xtranssock.c include/X11/Xtrans/Xtranstli.c include/X11/Xtrans/Xtransutil.c diff --git a/x11/xtrans/distinfo b/x11/xtrans/distinfo index 183d2138a25..dade987ac22 100644 --- a/x11/xtrans/distinfo +++ b/x11/xtrans/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2008/09/09 13:59:13 dsainty Exp $ +$NetBSD: distinfo,v 1.14 2008/10/24 16:06:57 wiz Exp $ -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 (xtrans-1.2.2.tar.bz2) = 21fd452efc1fe196bd3b49cd0426bfef2cc3fcaa +RMD160 (xtrans-1.2.2.tar.bz2) = fb9badbac531cd5458260e4557a9381bdeebe780 +Size (xtrans-1.2.2.tar.bz2) = 101063 bytes SHA1 (patch-aa) = f4faf481fdbd0f7fe1d984a3a4632dba46eb7eb0 SHA1 (patch-ab) = d2a7af633ab880ec71975b70f521c0e32cd07a5e |