diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-08 17:42:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-08 17:42:51 +0000 |
commit | dcb5731a62db3cb9daf9b71d025499b4e0cb2534 (patch) | |
tree | cff4da42a531b30e74217ae48738fb622c514af7 | |
parent | 5bac7f407e3b42c60e230d1761c2e70a1ce90c02 (diff) | |
download | pkgsrc-dcb5731a62db3cb9daf9b71d025499b4e0cb2534.tar.gz |
+ x11/sessreg.
-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 c3769c655cd..a9d3e9eb876 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.1745 2007/08/08 17:00:35 abs Exp $ +$NetBSD: CHANGES-2007,v 1.1746 2007/08/08 17:42:51 joerg Exp $ Changes to the packages collection and infrastructure in 2007: @@ -3208,6 +3208,7 @@ Changes to the packages collection and infrastructure in 2007: Updated meta-pkgs/gnuradio to 3.0.4 [wulf 2007-08-08] Added sysutils/vbetool version 0.7.1 [xtraeme 2007-08-08] Updated fonts/dejavu-ttf to 2.19 [obache 2007-08-08] + Added x11/sessreg version 1.0.2 [joerg 2007-08-08] Added mail/claws-mail-synce version 0.7.1 [smb 2007-08-09] Updated lang/sun-jdk15 to 5.0.12 [abs 2007-08-09] Updated lang/sun-jre15 to 5.0.12 [abs 2007-08-09] diff --git a/x11/Makefile b/x11/Makefile index ab15ccdb2f7..f77159bd7eb 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.514 2007/08/06 14:58:13 tron Exp $ +# $NetBSD: Makefile,v 1.515 2007/08/08 17:42:51 joerg Exp $ # COMMENT= Packages to support the X window system @@ -295,6 +295,7 @@ SUBDIR+= rxvt SUBDIR+= rxvt-unicode SUBDIR+= scrnsaverproto SUBDIR+= setxkbmap +SUBDIR+= sessreg SUBDIR+= speyes SUBDIR+= ssystem SUBDIR+= stalonetray |