diff options
author | peter <peter@pkgsrc.org> | 2005-01-22 19:50:06 +0000 |
---|---|---|
committer | peter <peter@pkgsrc.org> | 2005-01-22 19:50:06 +0000 |
commit | ef4ddc4ffda8a389e372a78cb10e58aab29ad7e7 (patch) | |
tree | 35a3ded66a507abe19ae26ed2d18fc6d62823f36 | |
parent | 91bbc38de59f3142863cc4d96b7d6366c4341562 (diff) | |
download | pkgsrc-ef4ddc4ffda8a389e372a78cb10e58aab29ad7e7.tar.gz |
Renamed tls to tcl-tls.
-rw-r--r-- | chat/amsn/Makefile | 4 | ||||
-rw-r--r-- | doc/CHANGES | 4 | ||||
-rw-r--r-- | security/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/chat/amsn/Makefile b/chat/amsn/Makefile index ab278de02a6..f706b286b11 100644 --- a/chat/amsn/Makefile +++ b/chat/amsn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/01/22 13:26:20 peter Exp $ +# $NetBSD: Makefile,v 1.3 2005/01/22 19:50:06 peter Exp $ # DISTNAME= amsn-0_94 @@ -23,7 +23,7 @@ do-install: ${LN} -sf ${PREFIX}/share/amsn/amsn ${PREFIX}/bin/amsn ${CHMOD} +x ${PREFIX}/share/amsn/amsn -.include "../../security/tls/buildlink3.mk" +.include "../../security/tcl-tls/buildlink3.mk" .include "../../lang/tcl/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/doc/CHANGES b/doc/CHANGES index 91c1f3e5b24..a44c8483709 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8876 2005/01/22 18:59:20 adrianp Exp $ +$NetBSD: CHANGES,v 1.8877 2005/01/22 19:50:06 peter Exp $ Changes to the packages collection and infrastructure in 2005: @@ -489,7 +489,7 @@ Changes to the packages collection and infrastructure in 2005: Updated suse91_libtiff to 9.1nb1 [jdolecek 2005-01-22] Updated suse91_x11 to 9.1nb1 [jdolecek 2005-01-22] Updated firefox-bin to 1.0 [jdolecek 2005-01-22] - Added tls-1.5.0 [peter 2005-01-22] + Added tcl-tls-1.5.0 [peter 2005-01-22] Updated amsn to 0.94nb1 [peter 2005-01-22] Updated mrtg to 2.11.1 [adrianp 2005-01-22] Updated dirdiff to 1.6nb2 [minskim 2005-01-22] diff --git a/security/Makefile b/security/Makefile index 31d0cd2b66d..fed0bc3c8f3 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.222 2005/01/22 18:14:01 adrianp Exp $ +# $NetBSD: Makefile,v 1.223 2005/01/22 19:50:06 peter Exp $ # COMMENT= Security tools @@ -215,11 +215,11 @@ SUBDIR+= steghide SUBDIR+= stunnel SUBDIR+= sudo SUBDIR+= tacshell +SUBDIR+= tcl-tls SUBDIR+= tcp_wrappers SUBDIR+= tct SUBDIR+= tinyca SUBDIR+= tkpasman -SUBDIR+= tls SUBDIR+= tripwire SUBDIR+= uvscan SUBDIR+= winbind |