diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-29 15:29:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-29 15:29:47 +0000 |
commit | 222214fbe405c7c1292f786c3dbb5d27ab3546ea (patch) | |
tree | e0619e75a6b9e008424becb8e02b0fbc5c1b77d8 | |
parent | 1a332b64c101cae0b8d4dc3cae49e2173607e667 (diff) | |
download | pkgsrc-222214fbe405c7c1292f786c3dbb5d27ab3546ea.tar.gz |
Update to 2.3.0:
No protocol changes, packaginc changes only.
Unlike the other protocol modules, this one hasn't seen the Xlib header
cleanup. If you want to untangle this, be my guest.
Alan Coopersmith (1):
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
Paulo Cesar Pereira de Andrade (1):
Janitor: Correct make distcheck and dont distribute autogen.sh
Peter Hutterer (2):
Remove RCS tags
videoproto 2.3.0
-rw-r--r-- | x11/videoproto/Makefile | 4 | ||||
-rw-r--r-- | x11/videoproto/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/videoproto/Makefile b/x11/videoproto/Makefile index 50e1692a90e..a65d38c79fc 100644 --- a/x11/videoproto/Makefile +++ b/x11/videoproto/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2008/05/24 21:45:16 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2009/08/29 15:29:47 wiz Exp $ # -DISTNAME= videoproto-2.2.2 +DISTNAME= videoproto-2.3.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/videoproto/distinfo b/x11/videoproto/distinfo index 19a4b72c9c8..3da533464cb 100644 --- a/x11/videoproto/distinfo +++ b/x11/videoproto/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/11/03 20:18:23 joerg Exp $ +$NetBSD: distinfo,v 1.2 2009/08/29 15:29:47 wiz Exp $ -SHA1 (videoproto-2.2.2.tar.bz2) = 904eb59ae2451dea52370d927bf490b696f9033c -RMD160 (videoproto-2.2.2.tar.bz2) = 93916cab8323f5c4a7f79b648535858be1096a82 -Size (videoproto-2.2.2.tar.bz2) = 42744 bytes +SHA1 (videoproto-2.3.0.tar.bz2) = 4aef2b438d45b3ab75e640996ce1267d3468f48c +RMD160 (videoproto-2.3.0.tar.bz2) = ff1338f96e4ba95e302a3a95b39dfe2f864ceca9 +Size (videoproto-2.3.0.tar.bz2) = 54499 bytes |