diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-09 17:16:56 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-09 17:16:56 +0000 |
commit | 6caae694edd9ba019151420b4e1313b17e00de7c (patch) | |
tree | 50d8bfa03200a89ce787ed20d5a6f20cb5ae51c1 | |
parent | 55a39bdd0477b99bff711d95f5b330b39dd441d8 (diff) | |
download | pkgsrc-6caae694edd9ba019151420b4e1313b17e00de7c.tar.gz |
Add p5-Net-FTPSSL.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | net/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 3686ea55386..8c55ad3ce63 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.13523 2006/04/09 17:02:43 schmonz Exp $ +$NetBSD: CHANGES,v 1.13524 2006/04/09 17:16:56 minskim Exp $ Changes to the packages collection and infrastructure in 2006: @@ -1993,3 +1993,4 @@ Changes to the packages collection and infrastructure in 2006: Updated www/links-gui to 2.1.0.21 [wiz 2006-04-09] Updated fonts/alee-ttf to 7.3 [minskim 2006-04-09] Updated mail/rss2email to 2.57 [schmonz 2006-04-09] + Added net/p5-Net-FTPSSL version 0.04 [minskim 2006-04-09] diff --git a/net/Makefile b/net/Makefile index f68fe013363..19cb7ed0fdc 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.612 2006/04/03 18:38:58 wiz Exp $ +# $NetBSD: Makefile,v 1.613 2006/04/09 17:16:56 minskim Exp $ # COMMENT= Networking tools @@ -270,6 +270,7 @@ SUBDIR+= p5-Net-DNS SUBDIR+= p5-Net-DNSServer SUBDIR+= p5-Net-Daemon SUBDIR+= p5-Net-Dev-MIBLoadOrder +SUBDIR+= p5-Net-FTPSSL SUBDIR+= p5-Net-Gnats SUBDIR+= p5-Net-Google SUBDIR+= p5-Net-IP |