pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tsocks Convert to buildlink3 and fix a typo in DESCR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c2137322589
branches:  trunk
changeset: 474061:2c2137322589
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 25 08:00:46 2004 +0000

description:
Convert to buildlink3 and fix a typo in DESCR.

diffstat:

 net/tsocks/DESCR    |  2 +-
 net/tsocks/Makefile |  4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 7ee0bd9289fe -r 2c2137322589 net/tsocks/DESCR
--- a/net/tsocks/DESCR  Sun Apr 25 07:57:01 2004 +0000
+++ b/net/tsocks/DESCR  Sun Apr 25 08:00:46 2004 +0000
@@ -1,6 +1,6 @@
 tsocks allows non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use
 SOCKS without any modification.  It does this by intercepting the calls that
-applications make to establish network connections and negotating them through
+applications make to establish network connections and negotiating them through
 a SOCKS server as necessary.
 
 tsocks is based on the 'shared library interceptor' concept.  Through use of
diff -r 7ee0bd9289fe -r 2c2137322589 net/tsocks/Makefile
--- a/net/tsocks/Makefile       Sun Apr 25 07:57:01 2004 +0000
+++ b/net/tsocks/Makefile       Sun Apr 25 08:00:46 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/01/24 14:50:06 grant Exp $
+# $NetBSD: Makefile,v 1.3 2004/04/25 08:00:46 snj Exp $
 #
 
 DISTNAME=      tsocks-1.7
@@ -10,7 +10,7 @@
 COMMENT=       Transparent SOCKS proxying library
 
 GNU_CONFIGURE=         YES
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 USE_GNU_TOOLS+=                make
 
 CONFIGURE_ARGS+=       --with-conf=${PKG_SYSCONFDIR}/tsocks.conf



Home | Main Index | Thread Index | Old Index