diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-06-03 18:48:32 +0800 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-06-03 18:48:32 +0800 |
commit | 531c941fd6eb1d4816f4a7393b04b8f1aec1f24a (patch) | |
tree | 8d6b7464884eaa1a7f6a3edbc0ea5123baea84c4 /security | |
parent | 1f27afbc7b63e8130bf9029e29a047278f41048d (diff) | |
download | freebsd-ports-gnome-531c941fd6eb1d4816f4a7393b04b8f1aec1f24a.tar.gz freebsd-ports-gnome-531c941fd6eb1d4816f4a7393b04b8f1aec1f24a.tar.zst freebsd-ports-gnome-531c941fd6eb1d4816f4a7393b04b8f1aec1f24a.zip |
Fix the distsites; an update to stunnel-4.05 is coming shortly, but still,
do this in the meantime.
PR: 67200
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'security')
-rw-r--r-- | security/stunnel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 2acc341cb334..6abdf59855eb 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -10,9 +10,8 @@ PORTVERSION= 4.04 PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ - ftp://stunnel.mirt.net/stunnel/ \ - ftp://opensores.thebunker.net/pub/mirrors/stunnel/ \ - ftp://ftp.cryptoarchive.net/pub/cryptoarchive/mirrors/opensores.thebunker.net/pub/mirrors/stunnel/ + ftp://stunnel.mirt.net/stunnel/OBSOLETE/ \ + ftp://opensores.thebunker.net/pub/mirrors/stunnel/download/stunnel/src/ MAINTAINER= roam@FreeBSD.org COMMENT= "SSL encryption wrapper for standard network daemons" |