diff options
author | steve <steve@FreeBSD.org> | 2000-05-01 04:01:47 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-01 04:01:47 +0800 |
commit | 7e2ef7bcb2d0960037bb914a308a89f69486bba5 (patch) | |
tree | 88ffb4ef30b1e2b4cb06ef32ecf5d478a8def186 /security/stunnel/Makefile | |
parent | 415ce2c868fc0410889b6ea1b1f34cabbe48e51b (diff) | |
download | freebsd-ports-gnome-7e2ef7bcb2d0960037bb914a308a89f69486bba5.tar.gz freebsd-ports-gnome-7e2ef7bcb2d0960037bb914a308a89f69486bba5.tar.zst freebsd-ports-gnome-7e2ef7bcb2d0960037bb914a308a89f69486bba5.zip |
Update to version 3.8.
PR: 17792
Submitted by: Keith Ray <kmray@slb.com>
Diffstat (limited to 'security/stunnel/Makefile')
-rw-r--r-- | security/stunnel/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 1016dc36abd7..173a5eb3ad7f 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -6,13 +6,11 @@ # PORTNAME= stunnel -PORTVERSION= 3.7 +PORTVERSION= 3.8 CATEGORIES= security -MASTER_SITES= http://opensores.thebunker.net/pub/mirrors/stunnel/ \ +MASTER_SITES= ftp://opensores.thebunker.net/pub/mirrors/stunnel/ \ http://mike.daewoo.com.pl/computer/stunnel/ \ - ftp://ftp.fu-berlin.de/unix/security/stunnel/ \ - ftp://ftp.uni-freiburg.de/pub/net/stunnel/ \ - ftp://ftp.all.de/pub2/unix/security/stunnel/ + ftp://ftp.cryptoarchive.net/pub/cryptoarchive/mirrors/opensores.thebunker.net/pub/mirrors/stunnel/ MAINTAINER= martti.kuparinen@ericsson.com |