diff options
author | max <max@FreeBSD.org> | 1997-05-04 16:55:38 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-05-04 16:55:38 +0000 |
commit | 098bf24015789ca7cee3b4083ce08fec2c1dcc2d (patch) | |
tree | 158924237a54cd2616ce4397e159534952a9f3b9 /net/socks5 | |
parent | 65e3e875e8293644c546671b0f19967fb10eddb7 (diff) | |
download | FreeBSD-ports-098bf24015789ca7cee3b4083ce08fec2c1dcc2d.zip FreeBSD-ports-098bf24015789ca7cee3b4083ce08fec2c1dcc2d.tar.gz |
Update, beta-0.17.1-exportable -> beta-0.17.2-exportable.
Diffstat (limited to 'net/socks5')
-rw-r--r-- | net/socks5/Makefile | 8 | ||||
-rw-r--r-- | net/socks5/distinfo | 2 | ||||
-rw-r--r-- | net/socks5/files/patch-aa | 36 |
3 files changed, 5 insertions, 41 deletions
diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 2075271..911c3c5 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: socks5 -# Version required: beta-0.17.1-exportable +# Version required: beta-0.17.2-exportable # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.10 1996/12/05 00:55:51 jdp Exp $ +# $Id: Makefile,v 1.11 1996/12/08 09:48:58 max Exp $ # -PKGNAME= socks5-0.17.1 -DISTNAME= socks5-beta-0.17.1-exportable +DISTNAME= socks5-beta-0.17.2-exportable +PKGNAME= socks5-0.17.2 CATEGORIES= net security MASTER_SITES= ftp://ftp.nec.com/pub/socks/socks5/ diff --git a/net/socks5/distinfo b/net/socks5/distinfo index 370ca01..1f3e7b3 100644 --- a/net/socks5/distinfo +++ b/net/socks5/distinfo @@ -1 +1 @@ -MD5 (socks5-beta-0.17.1-exportable.tar.gz) = 459c291ec6bd3818e3dfcfcff6bdc42e +MD5 (socks5-beta-0.17.2-exportable.tar.gz) = eafe16c029c6ea0b901aec1b0be5d86d diff --git a/net/socks5/files/patch-aa b/net/socks5/files/patch-aa deleted file mode 100644 index 8219eea..0000000 --- a/net/socks5/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ -*** configure.orig Tue Dec 3 07:54:48 1996 ---- configure Tue Dec 3 08:10:47 1996 -*************** -*** 3418,3424 **** - UNIX_SV*|UNIX_System_V*) - SHLIB_LFLAGS="-G" - ;; -! FreeBSD*2*) - SHLIB_LFLAGS="-Bshareable" - SHLIB_CFLAGS="-fpic" - PRELOADS="LD_PRELOAD" ---- 3418,3424 ---- - UNIX_SV*|UNIX_System_V*) - SHLIB_LFLAGS="-G" - ;; -! FreeBSD*) - SHLIB_LFLAGS="-Bshareable" - SHLIB_CFLAGS="-fpic" - PRELOADS="LD_PRELOAD" -*************** -*** 3466,3472 **** - UNIX_SV*|UNIX_System_V*) - SHLIB_CFLAGS= - ;; -! FreeBSD*2*) - ;; - *) - SHLIB_LD="gcc" ---- 3466,3472 ---- - UNIX_SV*|UNIX_System_V*) - SHLIB_CFLAGS= - ;; -! FreeBSD*) - ;; - *) - SHLIB_LD="gcc" |