svn commit: r461269 - head/net/srelay

Bernhard Froehlich decke at FreeBSD.org
Thu Feb 8 21:18:16 UTC 2018


Author: decke
Date: Thu Feb  8 21:18:15 2018
New Revision: 461269
URL: https://svnweb.freebsd.org/changeset/ports/461269

Log:
  - Update to 0.4.8p1
  - Switch mirror to sourceforge
  - Update pkg-descr WWW and description

Modified:
  head/net/srelay/Makefile
  head/net/srelay/distinfo
  head/net/srelay/pkg-descr

Modified: head/net/srelay/Makefile
==============================================================================
--- head/net/srelay/Makefile	Thu Feb  8 21:16:25 2018	(r461268)
+++ head/net/srelay/Makefile	Thu Feb  8 21:18:15 2018	(r461269)
@@ -2,17 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	srelay
-PORTVERSION=	0.4.8b6
+PORTVERSION=	0.4.8p1
 CATEGORIES=	net
+MASTER_SITES=	SOURCEFORGE/socks-relay/socks-relay/${PORTNAME}-0.4.8
 
 MAINTAINER=	decke at FreeBSD.org
 COMMENT=	Srelay is a SOCKS4/5 proxy and Relay
 
 LICENSE=	BSD3CLAUSE
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	gco
-GH_TAGNAME=	9461835
 
 HAS_CONFIGURE=	yes
 USE_RC_SUBR=	srelay

Modified: head/net/srelay/distinfo
==============================================================================
--- head/net/srelay/distinfo	Thu Feb  8 21:16:25 2018	(r461268)
+++ head/net/srelay/distinfo	Thu Feb  8 21:18:15 2018	(r461269)
@@ -1,2 +1,3 @@
-SHA256 (gco-srelay-0.4.8b6-9461835_GH0.tar.gz) = 52752c52660520570bf70719f8a6ca6775885bd8e9fa557020c1aa891ba274e0
-SIZE (gco-srelay-0.4.8b6-9461835_GH0.tar.gz) = 110152
+TIMESTAMP = 1518086877
+SHA256 (srelay-0.4.8p1.tar.gz) = 124f09943943128fd171c473516b5b6501bb95eaede67fe4b17bef473095a83b
+SIZE (srelay-0.4.8p1.tar.gz) = 121744

Modified: head/net/srelay/pkg-descr
==============================================================================
--- head/net/srelay/pkg-descr	Thu Feb  8 21:16:25 2018	(r461268)
+++ head/net/srelay/pkg-descr	Thu Feb  8 21:18:15 2018	(r461269)
@@ -1,11 +1,11 @@
 The SOCKS proxy and relay.
 
-* Srelay is a socks4/5 protocol proxy server
+* Srelay is a socks 4/5 protocol proxy server
 * Supports socks connect/bind request in the protocol v4, v4a, and v5.
 * Supports socks server chaining with both v4 and v5 servers.
 * Supports Username/Password authentication in v5 (not recommended).
-* Testing on FreeBSD 8.1R, Solaris 8, 10, Linux-i386, MacOS 10.5.
+* Testing on Linux-x86_64, macos 10.7-10.12, FreeBSD 10.1-11.1
 * Supports IPv6 as well as IPv4.
 * Srelay is Free.
 
-WWW: https://github.com/gco/srelay
+WWW: http://socks-relay.sourceforge.net/


More information about the svn-ports-head mailing list