diff options
-rw-r--r-- | doc/CHANGES-2007 | 3 | ||||
-rw-r--r-- | x11/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 32931560694..580e23ffb82 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.163 2007/01/17 14:33:45 tron Exp $ +$NetBSD: CHANGES-2007,v 1.164 2007/01/17 16:08:59 joerg Exp $ Changes to the packages collection and infrastructure in 2007: @@ -247,3 +247,4 @@ Changes to the packages collection and infrastructure in 2007: Updated print/auctex to 11.84 [tonio 2007-01-17] Updated mail/fetchmail to 6.3.6 [tron 2007-01-17] Updated mail/fetchmailconf to 6.3.6 [tron 2007-01-17] + Added x11/xauth version 1.0.2 [joerg 2007-01-17] diff --git a/x11/Makefile b/x11/Makefile index 1fb5507bc00..b84674b8d9f 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.469 2007/01/16 22:53:08 kristerw Exp $ +# $NetBSD: Makefile,v 1.470 2007/01/17 16:08:59 joerg Exp $ # COMMENT= Packages to support the X window system @@ -319,6 +319,7 @@ SUBDIR+= x2x SUBDIR+= x3270 SUBDIR+= xaniroc SUBDIR+= xautolock +SUBDIR+= xauth SUBDIR+= xbanner SUBDIR+= xbindkeys SUBDIR+= xbindkeys-tk |