diff options
author | minskim <minskim> | 2007-01-22 18:54:00 +0000 |
---|---|---|
committer | minskim <minskim> | 2007-01-22 18:54:00 +0000 |
commit | 98b48eb702d5fa420cc4a71bd72a3a0e71b7c7bb (patch) | |
tree | 6bcca38f79fed01d1c237e752c313f51a0247e50 | |
parent | ed87b72a941fa43ef0180ab9b98223123b27efe0 (diff) | |
download | pkgsrc-98b48eb702d5fa420cc4a71bd72a3a0e71b7c7bb.tar.gz |
Add yougrabber.
-rw-r--r-- | doc/CHANGES-2007 | 3 | ||||
-rw-r--r-- | net/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007 index 64db7f8a817..4cd0e035cb2 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.211 2007/01/22 17:59:29 ghen Exp $ +$NetBSD: CHANGES-2007,v 1.212 2007/01/22 18:54:00 minskim Exp $ Changes to the packages collection and infrastructure in 2007: @@ -312,3 +312,4 @@ Changes to the packages collection and infrastructure in 2007: Updated misc/fd to 2.09anb1 [hira 2007-01-22] Updated databases/ipa_sdb to 1.0.1nb1 [obache 2007-01-22] Updated mail/dovecot to 1.0rc18 [ghen 2007-01-22] + Added net/yougrabber version 0.20 [minskim 2007-01-22] diff --git a/net/Makefile b/net/Makefile index 8215e1e00ff..bcbb2aca325 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.655 2007/01/13 21:44:38 abs Exp $ +# $NetBSD: Makefile,v 1.656 2007/01/22 18:54:00 minskim Exp $ # COMMENT= Networking tools @@ -511,6 +511,7 @@ SUBDIR+= xtraceroute SUBDIR+= yafc SUBDIR+= yale-tftpd SUBDIR+= yaz +SUBDIR+= yougrabber SUBDIR+= ytalk SUBDIR+= ywho |