diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-05-04 16:55:38 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-05-04 16:55:38 +0000 |
commit | b39c6760cfa09e5addb04e87df525695d652c60d (patch) | |
tree | 05b40b1c8ce7b8999407c242699f2d100fd134bc /net/socks5 | |
parent | 0496a6b4e595b3fe8a761b7bd8b800f668ce68f8 (diff) | |
download | ports-b39c6760cfa09e5addb04e87df525695d652c60d.tar.gz ports-b39c6760cfa09e5addb04e87df525695d652c60d.zip |
Notes
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 20752715bd12..911c3c570ec9 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 370ca01532e5..1f3e7b3c130e 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 8219eead7378..000000000000 --- 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" |