diff options
author | lioux <lioux@FreeBSD.org> | 2001-12-21 11:58:59 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-12-21 11:58:59 +0800 |
commit | 0afc70221f000052efb1e095c7fc0eeab57337af (patch) | |
tree | 9f322a90fdc5ea0550475c3e6bc2fab641087d26 /net/silc-client/Makefile | |
parent | 21557fb8ed4f2cb214de1ade9b0fcf159f49ce34 (diff) | |
download | freebsd-ports-graphics-0afc70221f000052efb1e095c7fc0eeab57337af.tar.gz freebsd-ports-graphics-0afc70221f000052efb1e095c7fc0eeab57337af.tar.zst freebsd-ports-graphics-0afc70221f000052efb1e095c7fc0eeab57337af.zip |
Update to 0.7.1
Diffstat (limited to 'net/silc-client/Makefile')
-rw-r--r-- | net/silc-client/Makefile | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile index 3a40b15ab1b..a166aa1c797 100644 --- a/net/silc-client/Makefile +++ b/net/silc-client/Makefile @@ -6,20 +6,16 @@ # PORTNAME= silc -PORTVERSION= 0.6.6 +PORTVERSION= 0.7.1 CATEGORIES= net security -MASTER_SITES= http://www.silcnet.org/download/ \ - ftp://ftp.silcnet.org/pub/silc/ \ - http://ftp.silcnet.org/ \ +MASTER_SITES= http://www.silcnet.org/download/client/sources/ \ + ftp://ftp.silcnet.org/silc/client/sources/ \ + http://www.planetmirror.com/pub/silcnet/client/sources/ \ + ftp://ftp.au.silcnet.org/pub/silcnet/client/sources/ \ + http://the.wiretapped.net/security/network-security/silc/client/sources/ \ + ftp://ftp.wiretapped.net/pub/security/network-security/silc/client/sources/ \ http://munitions.vipul.net/software/mirrors/silc/ \ - ftp://ftp.wiretapped.net/pub/security/network-security/silc/ \ - http://www.au.silcnet.org/download/ \ - ftp://ftp.au.silcnet.org/pub/silcnet/ \ - http://www.planetmirror.com/pub/silcnet/ \ - http://the.wiretapped.net/security/network-security/silc/ \ - ftp://ftp.wiretapped.net/pub/security/network-security/silc/ \ - http://www.no.silcnet.org/download/ \ - ftp://ftp.no.silcnet.org/pub/silc/ + ftp://ftp.no.silcnet.org/pub/silc/client/sources/ PKGNAMESUFFIX= -client DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} |