diff options
author | imp <imp@FreeBSD.org> | 1998-07-13 05:26:50 +0800 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1998-07-13 05:26:50 +0800 |
commit | 65a9463a6c5e756a2f67331889d41835621fb765 (patch) | |
tree | c6e5a37bf0cf65a90bc550a81bedf0eed2d781b4 /net | |
parent | b597a75e0534e430a2bee2ddd77b1e7f693ae338 (diff) | |
download | freebsd-ports-gnome-65a9463a6c5e756a2f67331889d41835621fb765.tar.gz freebsd-ports-gnome-65a9463a6c5e756a2f67331889d41835621fb765.tar.zst freebsd-ports-gnome-65a9463a6c5e756a2f67331889d41835621fb765.zip |
Update socks to v1.0r5
Change fetch so that we point people at NEC's web site
Diffstat (limited to 'net')
-rw-r--r-- | net/socks5/Makefile | 22 | ||||
-rw-r--r-- | net/socks5/distinfo | 2 |
2 files changed, 17 insertions, 7 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 777b8ba4d226..dc557a5f8892 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -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 diff --git a/net/socks5/distinfo b/net/socks5/distinfo index 9e8336dc9557..ae4743708175 100644 --- a/net/socks5/distinfo +++ b/net/socks5/distinfo @@ -1 +1 @@ -MD5 (socks5-v1.0r3.tar.gz) = b7c4f26ee7f63c61db51a492bce037e3 +MD5 (socks5-v1.0r5.tar.gz) = c691326b0a45c5eb46599604d5077207 |