Update socks to v1.0r5

Change fetch so that we point people at NEC's web site
This commit is contained in:
Warner Losh 1998-07-12 21:26:50 +00:00
parent 471a187e08
commit 5a0c7abaad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11848
2 changed files with 17 additions and 7 deletions

View file

@ -1,15 +1,14 @@
# New ports collection makefile for: socks5
# Version required: v1.0r3
# Version required: v1.0r5
# Date created: 24 Apr 1996
# Whom: pst
#
# $Id: Makefile,v 1.16 1998/01/05 19:00:50 imp Exp $
# $Id: Makefile,v 1.17 1998/04/07 17:08:16 imp Exp $
#
DISTNAME= socks5-v1.0r3
PKGNAME= socks5-1.0.3
DISTNAME= socks5-v1.0r5
PKGNAME= socks5-1.0.5
CATEGORIES= net security
MASTER_SITES= ftp://ftp.ualg.pt/Linux/network/proxies/socks5/
EXTRACT_SUFX= .tar.gz
MAINTAINER= imp@freebsd.org
@ -25,7 +24,7 @@ RESTRICTED= "no commercial use"
# --with-syslog-facility=LOG_AUTH \
# --with-passwd
WRKSRC= ${WRKDIR}/socks5-v1.0r3
WRKSRC= ${WRKDIR}/${DISTNAME}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \
--with-srvconffile=${PREFIX}/etc/socks5.conf \
@ -35,6 +34,17 @@ CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \
MAN1= runsocks.1 socks5.1 stopsocks.1 socks5_clients.1
MAN5= libsocks5.conf.5 socks5.conf.5
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} "you have ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}"; \
${ECHO} "and run make again."; \
${ECHO} ""; \
exit 1;\
fi
.include <bsd.port.mk>
# the following need to be included after bsd.port.mk, since OPSYS

View file

@ -1 +1 @@
MD5 (socks5-v1.0r3.tar.gz) = b7c4f26ee7f63c61db51a492bce037e3
MD5 (socks5-v1.0r5.tar.gz) = c691326b0a45c5eb46599604d5077207