aboutsummaryrefslogtreecommitdiff
path: root/net/3proxy
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-08 19:11:53 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-08 19:11:53 +0000
commit7ae777a361ee3f38f5d478233b8e21a721b9f084 (patch)
tree1cf9162b16a9e9ec76a0e8ae5d65b2ce1a753371 /net/3proxy
parent54540550d7e10479452b1c443427e29e70ec3a14 (diff)
downloadports-7ae777a361ee3f38f5d478233b8e21a721b9f084.tar.gz
ports-7ae777a361ee3f38f5d478233b8e21a721b9f084.zip
- Update to version 0.4.1b
PR: 57758 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=90659
Diffstat (limited to 'net/3proxy')
-rw-r--r--net/3proxy/Makefile3
-rw-r--r--net/3proxy/distinfo2
-rw-r--r--net/3proxy/files/3proxy.sh4
-rw-r--r--net/3proxy/files/patch-ab20
4 files changed, 15 insertions, 14 deletions
diff --git a/net/3proxy/Makefile b/net/3proxy/Makefile
index 20a2af0b5452..2ee37856092d 100644
--- a/net/3proxy/Makefile
+++ b/net/3proxy/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= 3proxy
-PORTVERSION= 0.4b
-PORTREVISION= 1
+PORTVERSION= 0.4.1b
CATEGORIES= net
MASTER_SITES= http://www.security.nnov.ru/soft/3proxy/${PORTVERSION}/
DISTNAME= ${PORTNAME}
diff --git a/net/3proxy/distinfo b/net/3proxy/distinfo
index 627cba3fde5b..2168a2f036ac 100644
--- a/net/3proxy/distinfo
+++ b/net/3proxy/distinfo
@@ -1 +1 @@
-MD5 (3proxy.tgz) = 75796dddcd9eeec31ad785c8c14c71de
+MD5 (3proxy.tgz) = 61c0b9d6fc80c55cb2b2eca8d4b2056c
diff --git a/net/3proxy/files/3proxy.sh b/net/3proxy/files/3proxy.sh
index decae6e80a07..72f337b3e7a9 100644
--- a/net/3proxy/files/3proxy.sh
+++ b/net/3proxy/files/3proxy.sh
@@ -2,7 +2,9 @@
case "$1" in
'start')
- %%PREFIX%%/bin/3proxy %%PREFIX%%/etc/3proxy.cfg & echo -n " 3proxy"
+ %%PREFIX%%/bin/3proxy %%PREFIX%%/etc/3proxy.cfg \
+ && echo -n " 3proxy" \
+ || echo "3proxy startup failed"
;;
'stop')
diff --git a/net/3proxy/files/patch-ab b/net/3proxy/files/patch-ab
index e26f0f5af28c..918af3171a7c 100644
--- a/net/3proxy/files/patch-ab
+++ b/net/3proxy/files/patch-ab
@@ -1,5 +1,5 @@
---- 3proxy.cfg.sample.orig Mon Jul 28 14:50:42 2003
-+++ 3proxy.cfg.sample Mon Jul 28 14:51:55 2003
+--- 3proxy.cfg.sample.orig Wed Oct 8 19:35:48 2003
++++ 3proxy.cfg.sample Wed Oct 8 20:56:52 2003
@@ -332,12 +332,12 @@
# this example shows you how to include passwd file. For included files
# <CR> and <LF> are treated as field separators.
@@ -15,12 +15,12 @@
# log allows to specify log file location and rotation, D means logfile
# is created daily
-@@ -421,7 +421,7 @@
- # like multimedia streams or online games.
+@@ -455,7 +455,7 @@
+ #setuid 65535
+ # now we needn't any root rights. We can chroot and setgid/setuid.
+
+-#daemon
++daemon
+ # now we will not depend on any console (daemonize).
+
- auth strong
--fflush
-+flush
- allow 3APA3A,test
- socks
- # for socks we will use password authentication and different access control -