diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-02-16 12:07:55 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-02-16 12:07:55 +0000 |
commit | 1f6f687a961f7535e6e6f4922a462359ba29781b (patch) | |
tree | c69b5430e7e8004c3f8da6fa247102e28919b723 | |
parent | 49321d0095832dfef09d2bd922da2d7f0114e2e9 (diff) | |
download | pkgsrc-1f6f687a961f7535e6e6f4922a462359ba29781b.tar.gz |
Added net/csup.
-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 38cba2ea5b1..ecb243c7e0f 100644 --- a/doc/CHANGES-2007 +++ b/doc/CHANGES-2007 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2007,v 1.366 2007/02/16 10:33:38 rillig Exp $ +$NetBSD: CHANGES-2007,v 1.367 2007/02/16 12:07:55 xtraeme Exp $ Changes to the packages collection and infrastructure in 2007: @@ -751,3 +751,4 @@ Changes to the packages collection and infrastructure in 2007: Updated net/mldonkey to 2.8.3 [wiz 2007-02-16] Updated net/mldonkey-gui to 2.8.3 [wiz 2007-02-16] Removed games/blokus [rillig 2007-02-16] + Added net/csup version 20070216 [xtraeme 2007-02-16] diff --git a/net/Makefile b/net/Makefile index bcbb2aca325..60ff4314d2e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.656 2007/01/22 18:54:00 minskim Exp $ +# $NetBSD: Makefile,v 1.657 2007/02/16 12:07:55 xtraeme Exp $ # COMMENT= Networking tools @@ -62,6 +62,7 @@ SUBDIR+= cmu-dhcpd SUBDIR+= connect SUBDIR+= corkscrew SUBDIR+= couriertcpd +SUBDIR+= csup SUBDIR+= ctorrent SUBDIR+= dante SUBDIR+= darkstat |