diff options
author | wiz <wiz@pkgsrc.org> | 2008-05-30 10:46:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-05-30 10:46:18 +0000 |
commit | 66aaa9c6f1c230445e5d35875efb44bf7ec6e767 (patch) | |
tree | 417a1f239ab6cba95e6f7234e3a0354bcf50f937 /x11 | |
parent | cba4262d3eb1d67e73a6afbcbe2029c3cce30d85 (diff) | |
download | pkgsrc-66aaa9c6f1c230445e5d35875efb44bf7ec6e767.tar.gz |
Update to 7.0.3:
Alan Coopersmith (3):
Remove Xserver API for security extension (#ifdef _SECURITY_SERVER) [Will
Remove Xserver API for appgroup extension [Will break Xorg server builds
renamed: .cvsignore -> .gitignore
James Cloos (2):
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Peter Hutterer (3):
Add XGE header files and protocol description.
Xge: replace copyrights with standard format from xserver COPYING.
Bump to 7.0.3.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xextproto/Makefile | 4 | ||||
-rw-r--r-- | x11/xextproto/PLIST | 6 | ||||
-rw-r--r-- | x11/xextproto/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/x11/xextproto/Makefile b/x11/xextproto/Makefile index 194a3309c2c..7fa18cefcc7 100644 --- a/x11/xextproto/Makefile +++ b/x11/xextproto/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2008/05/24 21:45:16 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2008/05/30 10:46:18 wiz Exp $ # -DISTNAME= xextproto-7.0.2 +DISTNAME= xextproto-7.0.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xextproto/PLIST b/x11/xextproto/PLIST index 93b830575df..c7b43c85053 100644 --- a/x11/xextproto/PLIST +++ b/x11/xextproto/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/18 17:12:12 reed Exp $ +@comment $NetBSD: PLIST,v 1.2 2008/05/30 10:46:18 wiz Exp $ include/X11/extensions/MITMisc.h include/X11/extensions/XEVI.h include/X11/extensions/XEVIstr.h @@ -6,16 +6,18 @@ include/X11/extensions/XLbx.h include/X11/extensions/XShm.h include/X11/extensions/XTest.h include/X11/extensions/Xag.h -include/X11/extensions/Xagsrv.h include/X11/extensions/Xagstr.h include/X11/extensions/Xcup.h include/X11/extensions/Xcupstr.h include/X11/extensions/Xdbe.h include/X11/extensions/Xdbeproto.h include/X11/extensions/Xext.h +include/X11/extensions/Xge.h include/X11/extensions/dpms.h include/X11/extensions/dpmsstr.h include/X11/extensions/extutil.h +include/X11/extensions/ge.h +include/X11/extensions/geproto.h include/X11/extensions/lbxbuf.h include/X11/extensions/lbxbufstr.h include/X11/extensions/lbxdeltastr.h diff --git a/x11/xextproto/distinfo b/x11/xextproto/distinfo index 008b9882c16..8eecdce544e 100644 --- a/x11/xextproto/distinfo +++ b/x11/xextproto/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/04/18 17:12:12 reed Exp $ +$NetBSD: distinfo,v 1.2 2008/05/30 10:46:18 wiz Exp $ -SHA1 (xextproto-7.0.2.tar.bz2) = 724c82cb9f393ae3cf71a178c328608b17ccccac -RMD160 (xextproto-7.0.2.tar.bz2) = d1f6132065cc41d622cbce967a087f2f8e4d2a0e -Size (xextproto-7.0.2.tar.bz2) = 68323 bytes +SHA1 (xextproto-7.0.3.tar.bz2) = 4a59150f0d9400f3997df542828834969a2c4842 +RMD160 (xextproto-7.0.3.tar.bz2) = a39e2c42fec5fa7b6e5ac7517c8645dcfc1347a6 +Size (xextproto-7.0.3.tar.bz2) = 71648 bytes |