diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-21 13:25:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-21 13:25:59 +0000 |
commit | 8768c35caf2ebe4432b94d628decacab1afc5a80 (patch) | |
tree | bfceb8dec4eb52fdc76e9d4d15a062b91092ae16 /x11/libXTrap | |
parent | 881bdd1f0ad5ddc6740ca26241230a41aab9f8d2 (diff) | |
download | pkgsrc-8768c35caf2ebe4432b94d628decacab1afc5a80.tar.gz |
Update to 1.0.1:
Alan Coopersmith (3):
renamed: .cvsignore -> .gitignore
Add README with pointers to mailing list, bugzilla & git repos
Add note about XTrap history & deprecation to README
James Cloos (2):
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Jamey Sharp (1):
SyncHandle must not be called with the Display lock held.
Jeremy Huddleston Sequoia (3):
configure.ac: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER for automake 1.13
configure.ac: foreign and use XORG_COMPILER_FLAGS
configure.ac: 1.0.1
Matthieu Herrb (1):
nuke RCS Ids
Paulo Cesar Pereira de Andrade (1):
Janitor: ansification, make distcheck, compiler warnings.
Thomas Klausner (2):
Fix memset usage.
Remove unnecessary memset return value casts to void.
Diffstat (limited to 'x11/libXTrap')
-rw-r--r-- | x11/libXTrap/Makefile | 4 | ||||
-rw-r--r-- | x11/libXTrap/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/libXTrap/Makefile b/x11/libXTrap/Makefile index 7d8b603f8ce..f54c43b6b27 100644 --- a/x11/libXTrap/Makefile +++ b/x11/libXTrap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2012/10/29 05:06:33 asau Exp $ +# $NetBSD: Makefile,v 1.7 2013/01/21 13:25:59 wiz Exp $ # -DISTNAME= libXTrap-1.0.0 +DISTNAME= libXTrap-1.0.1 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXTrap/distinfo b/x11/libXTrap/distinfo index 27ce7a3cb23..b6af657edba 100644 --- a/x11/libXTrap/distinfo +++ b/x11/libXTrap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/11/03 20:58:20 joerg Exp $ +$NetBSD: distinfo,v 1.2 2013/01/21 13:25:59 wiz Exp $ -SHA1 (libXTrap-1.0.0.tar.bz2) = 3ed2d68e7bfcb065cd6e9d6b1e38044f2fb355c9 -RMD160 (libXTrap-1.0.0.tar.bz2) = 64be36fe42857079a6059895a24148edf0b4bfb2 -Size (libXTrap-1.0.0.tar.bz2) = 220148 bytes +SHA1 (libXTrap-1.0.1.tar.bz2) = 40850a53d916730720b8b32e9ebd5969f66115bf +RMD160 (libXTrap-1.0.1.tar.bz2) = efd57663d5d032f7ae3230be963b1c1931e4b8ea +Size (libXTrap-1.0.1.tar.bz2) = 269484 bytes |