diff options
| author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-09-17 13:13:10 +0000 |
|---|---|---|
| committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2017-09-17 13:13:10 +0000 |
| commit | f3eea7c0170304f393d7fd978aee5bb33c5f3ef0 (patch) | |
| tree | c2af8d73afa610a72e308ddb67bb866f2ad87df8 /net/rsync | |
| parent | 4bc505c4d36ebcc91f970eec67bbd23172564794 (diff) | |
Notes
Diffstat (limited to 'net/rsync')
| -rw-r--r-- | net/rsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index ba17181c99c4..6bc83a3e5cc9 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -6,10 +6,10 @@ PORTVERSION= 3.1.2 CATEGORIES= net ipv6 PORTREVISION= 7 MASTER_SITES= http://rsync.samba.org/ftp/rsync/ \ - ftp://ftp.samba.org/pub/rsync/ \ - ftp://ftp.sunet.se/pub/unix/admin/rsync/ \ + https://rsync.samba.org/ftp/rsync/ \ ftp://ftp.fu-berlin.de/pub/unix/network/rsync/ \ http://www.mirrorservice.org/sites/rsync.samba.org/ \ + https://www.mirrorservice.org/sites/rsync.samba.org/ \ LOCAL/ehaupt/rsync DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |
