diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-05-27 09:30:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-05-27 09:30:06 +0000 |
commit | 84555dec165322a6e06f6b59539c5805e10985e4 (patch) | |
tree | 3e6eeecfd4eaca4c95d7632604c058cc3e300d7b | |
parent | 81db694a55dc0305e60102e422b8d163900c9f09 (diff) | |
download | ports-84555dec165322a6e06f6b59539c5805e10985e4.tar.gz ports-84555dec165322a6e06f6b59539c5805e10985e4.zip |
Notes
-rw-r--r-- | www/ziproxy/Makefile | 3 | ||||
-rw-r--r-- | www/ziproxy/distinfo | 6 | ||||
-rw-r--r-- | www/ziproxy/files/pkg-message.in | 10 |
3 files changed, 8 insertions, 11 deletions
diff --git a/www/ziproxy/Makefile b/www/ziproxy/Makefile index e5b09c7ee673..a953ba558b3f 100644 --- a/www/ziproxy/Makefile +++ b/www/ziproxy/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= ziproxy -PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTVERSION= 2.2.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/www/ziproxy/distinfo b/www/ziproxy/distinfo index 6db2c92f54d0..7b13398f39f3 100644 --- a/www/ziproxy/distinfo +++ b/www/ziproxy/distinfo @@ -1,3 +1,3 @@ -MD5 (ziproxy-2.2.1.tar.bz2) = 4c9e6297aaf28e9ab1afb8f04953d28e -SHA256 (ziproxy-2.2.1.tar.bz2) = 23c9a22520f6d74458fc1a9b61235f8f8471b72af2fd8ac111057c34deaaa8d6 -SIZE (ziproxy-2.2.1.tar.bz2) = 160816 +MD5 (ziproxy-2.2.2.tar.bz2) = b2c1e1b7efa4db50b97d69b126815bba +SHA256 (ziproxy-2.2.2.tar.bz2) = 6fbf4134e84311d4590f907b37b5ae2ee0af5dc5d8fc6457edf4129635dc7bb9 +SIZE (ziproxy-2.2.2.tar.bz2) = 145733 diff --git a/www/ziproxy/files/pkg-message.in b/www/ziproxy/files/pkg-message.in index df672e2013ea..9efb3ae7ab5d 100644 --- a/www/ziproxy/files/pkg-message.in +++ b/www/ziproxy/files/pkg-message.in @@ -1,12 +1,10 @@ -By default, to prevent creating non-controllable public proxies, ziproxy is -configured to accept connections only on localhost. -You have to edit %%PREFIX%%/etc/ziproxy.conf -to enable remote access to service. +By default ziproxy is configured to accept connections on localhost only. +Edit %%PREFIX%%/etc/ziproxy.conf to allow remote access. -There is no man page for ziproxy, but info can be found in +There is no man page yet, but information can be found in %%DOCSDIR%%/README. -ziproxy can be started by the following ways: +ziproxy can be started the following ways: o daemon mode: * add ziproxy_enable="YES" to your /etc/rc.conf * use rc(8) script %%PREFIX%%/etc/rc.d/ziproxy.sh |