diff options
author | obrien <obrien@FreeBSD.org> | 1997-08-28 14:49:07 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-08-28 14:49:07 +0800 |
commit | a00f9e39f12fb2824428aacea1048d57dec6c200 (patch) | |
tree | ad7027ddf5934f573f7f082385c0cd9e7f3e91d6 /net | |
parent | 87aa7523634f6fb28fcf6af37ce1dc81c58ca9f6 (diff) | |
download | freebsd-ports-gnome-a00f9e39f12fb2824428aacea1048d57dec6c200.tar.gz freebsd-ports-gnome-a00f9e39f12fb2824428aacea1048d57dec6c200.tar.zst freebsd-ports-gnome-a00f9e39f12fb2824428aacea1048d57dec6c200.zip |
Upgrade to released version 1.0.2
With permission of: ambrisko@ambrisko.roble.com
Diffstat (limited to 'net')
-rw-r--r-- | net/socks5/Makefile | 16 | ||||
-rw-r--r-- | net/socks5/distinfo | 2 | ||||
-rw-r--r-- | net/socks5/pkg-plist | 18 |
3 files changed, 22 insertions, 14 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 3a835391cd8c..8a0dccd91085 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -3,13 +3,15 @@ # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.12 1997/05/04 16:55:37 max Exp $ +# $Id: Makefile,v 1.13 1997/08/15 08:32:52 obrien Exp $ # -DISTNAME= socks5-beta-0.17.2-exportable -PKGNAME= socks5-0.17.2 +DISTNAME= socks5-v1_0r2_tar +PKGNAME= socks5-1.0.2 CATEGORIES= net security -MASTER_SITES= ftp://ftp.nec.com/pub/socks/socks5/ +MASTER_SITES= ftp://ftp.astec.co.jp/pub/security/socks/ \ + ftp://ftp.ualg.pt/Linux/net/proxies/ +EXTRACT_SUFX= .gz MAINTAINER= ambrisko@ambrisko.roble.com @@ -24,6 +26,7 @@ RESTRICTED= "no commercial use" # --with-syslog-facility=LOG_AUTH \ # --with-passwd +WRKSRC= ${WRKDIR}/socks5-v1.0r2 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS=-lcrypt CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \ @@ -31,7 +34,10 @@ CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \ --with-srvpidfile=/var/run/socks5.pid \ --with-srvidtfile=/var/run/socks5.ident \ ${EXTRA_CONFIGURE_ARGS} -MAN1= runsocks.1 socks5.1 stopsocks.1 +MAN1= runsocks.1 socks5.1 stopsocks.1 socks5_clients.1 MAN5= libsocks5.conf.5 socks5.conf.5 +post-install: + ldconfig -m ${PREFIX}/lib + .include <bsd.port.mk> diff --git a/net/socks5/distinfo b/net/socks5/distinfo index 1f3e7b3c130e..523380cb44b3 100644 --- a/net/socks5/distinfo +++ b/net/socks5/distinfo @@ -1 +1 @@ -MD5 (socks5-beta-0.17.2-exportable.tar.gz) = eafe16c029c6ea0b901aec1b0be5d86d +MD5 (socks5-v1_0r2_tar.gz) = 939a70749080baca5763388b7123953f diff --git a/net/socks5/pkg-plist b/net/socks5/pkg-plist index 75a430233b45..da7f8715efa1 100644 --- a/net/socks5/pkg-plist +++ b/net/socks5/pkg-plist @@ -1,19 +1,21 @@ -bin/rping -bin/rtraceroute -bin/rftp -bin/rfinger -bin/rwhois -bin/rarchie -bin/rtelnet bin/socks5 bin/runsocks bin/stopsocks +bin/rarchie +bin/rfinger +bin/rftp +bin/rping +bin/rtelnet +bin/rtraceroute +bin/rwhois include/socks.h -man/man1/runsocks.1.gz man/man1/socks5.1.gz +man/man1/runsocks.1.gz man/man1/stopsocks.1.gz +man/man1/socks5_clients.1.gz man/man5/libsocks5.conf.5.gz man/man5/socks5.conf.5.gz +man/man5/socks5.passwd.5 lib/libsocks5.a @exec ranlib -m %D/lib/libsocks5.a lib/libsocks5_sh.so |