Update to 1.15

Submitted by:	maintainer
This commit is contained in:
Mathieu Arnold 2004-08-16 15:43:58 +00:00
parent 76037d4e78
commit 0e3f2c3a81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116410
5 changed files with 8 additions and 7 deletions

View File

@ -9,7 +9,7 @@
#
PORTNAME= ssltunnel
PORTVERSION= 1.13
PORTVERSION= 1.15
PORTREVISION= 0
CATEGORIES= net
MASTER_SITES= http://www.hsc.fr/ressources/outils/ssltunnel/download/

View File

@ -1,2 +1,2 @@
MD5 (ssltunnel-1.13.tar.gz) = 18f993daed771e04039586488141e21d
SIZE (ssltunnel-1.13.tar.gz) = 95584
MD5 (ssltunnel-1.15.tar.gz) = bfe529edb9b6c97bc03d213676b1f35d
SIZE (ssltunnel-1.15.tar.gz) = 97741

View File

@ -9,7 +9,7 @@
#
PORTNAME= ssltunnel
PORTVERSION= 1.13
PORTVERSION= 1.15
PORTREVISION= 0
CATEGORIES= net
MASTER_SITES= http://www.hsc.fr/ressources/outils/ssltunnel/download/

View File

@ -1,2 +1,2 @@
MD5 (ssltunnel-1.13.tar.gz) = 18f993daed771e04039586488141e21d
SIZE (ssltunnel-1.13.tar.gz) = 95584
MD5 (ssltunnel-1.15.tar.gz) = bfe529edb9b6c97bc03d213676b1f35d
SIZE (ssltunnel-1.15.tar.gz) = 97741

View File

@ -1,5 +1,6 @@
etc/rc.d/ssltunnel.sh.sample
@unexec if cmp -s %D/etc/ssltunnel/client.conf %D/etc/ssltunnel/client.conf.sample; then rm -f %D/etc/ssltunnel/client.conf; fi
@unexec if cmp -s %D/etc/ssltunnel/tunnel.conf %D/etc/ssltunnel/tunnel.conf.default; then rm -f %D/etc/ssltunnel/tunnel.conf; fi
@unexec if cmp -s %D/etc/ssltunnel/users %D/etc/ssltunnel/users.sample; then rm -f %D/etc/ssltunnel/users; fi
etc/ssltunnel/tunnel.conf.default
etc/ssltunnel/users.sample
libexec/pppserver