summaryrefslogtreecommitdiff
path: root/net/socks5
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1998-10-07 18:51:28 +0000
committerWarner Losh <imp@FreeBSD.org>1998-10-07 18:51:28 +0000
commitffe162b612136bf57c95d330ed24dcac8b5b8e46 (patch)
tree94752969097a080b2dde0e614406f54cc563608b /net/socks5
parentUpgrade to 0.92b, change MAINTAINER to woju@freebsd.ntu.edu.tw. (diff)
Update to ELF and v1.0r7. This version supports only one type of
binaries (ELF OR aout) with runsocks.
Notes
Notes: svn path=/head/; revision=13716
Diffstat (limited to 'net/socks5')
-rw-r--r--net/socks5/Makefile10
-rw-r--r--net/socks5/distinfo2
-rw-r--r--net/socks5/files/patch-aa4
3 files changed, 8 insertions, 8 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile
index a41f241d21bb..2088373f67bf 100644
--- a/net/socks5/Makefile
+++ b/net/socks5/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: socks5
-# Version required: v1.0r6
+# Version required: v1.0r7
# Date created: 24 Apr 1996
# Whom: pst
#
-# $Id: Makefile,v 1.18 1998/07/12 21:26:49 imp Exp $
+# $Id: Makefile,v 1.19 1998/07/20 22:46:57 imp Exp $
#
-DISTNAME= socks5-v1.0r6
-PKGNAME= socks5-1.0.6
+DISTNAME= socks5-v1.0r7
+PKGNAME= socks5-1.0.7
CATEGORIES= net security
EXTRACT_SUFX= .tar.gz
@@ -38,7 +38,7 @@ do-fetch:
@if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
${ECHO} ""; \
${ECHO} "NEC requires that you grab the dist files from their"; \
- ${ECHO} "web site at http://www.socks5.nec.com. Please make sure"; \
+ ${ECHO} "web site at http://www.socks.nec.com. Please make sure"; \
${ECHO} "you have ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}"; \
${ECHO} "and run make again."; \
${ECHO} ""; \
diff --git a/net/socks5/distinfo b/net/socks5/distinfo
index d74cd04940d8..aaeeaf56c80e 100644
--- a/net/socks5/distinfo
+++ b/net/socks5/distinfo
@@ -1 +1 @@
-MD5 (socks5-v1.0r6.tar.gz) = f02780d80e3e5ed3a43a067e5c695127
+MD5 (socks5-v1.0r7.tar.gz) = 29f33fd5c6a8f65efd4e802035fa09bd
diff --git a/net/socks5/files/patch-aa b/net/socks5/files/patch-aa
index 6ce05c1b1658..9c4c8d11cc4a 100644
--- a/net/socks5/files/patch-aa
+++ b/net/socks5/files/patch-aa
@@ -5,7 +5,7 @@
/* Synchronize access to func and lib opening functions if we can... */
-#ifndef __FreeBSD__
-+#if !defined(__FreeBSD__) || __FreeBSD__ < 2
++#if !defined(__FreeBSD__) || __FreeBSD__ != 2
name++;
#endif
@@ -14,7 +14,7 @@
/* Synchronize access to func and lib opening functions if we can... */
-#ifndef __FreeBSD__
-+#if !defined(__FreeBSD__) || __FreeBSD__ < 2
++#if !defined(__FreeBSD__) || __FreeBSD__ != 2
name++;
#endif