diff options
author | mat <mat@FreeBSD.org> | 2018-02-27 21:03:48 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-02-27 21:03:48 +0800 |
commit | d661fedbff92466ddffd2dd556eae2e77c5037f4 (patch) | |
tree | 7d7433c119fb6f464d0701eb1974bfbd9be57df7 /archivers | |
parent | 5b7bda3942aae33ed970b238af56093caab8f55a (diff) | |
download | freebsd-ports-graphics-d661fedbff92466ddffd2dd556eae2e77c5037f4.tar.gz freebsd-ports-graphics-d661fedbff92466ddffd2dd556eae2e77c5037f4.tar.zst freebsd-ports-graphics-d661fedbff92466ddffd2dd556eae2e77c5037f4.zip |
Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.
PR: 226203
Submitted by: Sam H
Sponsored by: Absolight
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unrar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 20c9e2e1f1a..b5c96108130 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -5,7 +5,8 @@ PORTNAME= unrar DISTVERSION= 5.50 PORTEPOCH= 6 CATEGORIES+= archivers -MASTER_SITES= http://www.rarlab.com/rar/ \ +MASTER_SITES= https://www.rarlab.com/rar/ \ + https://distfiles.crux.guru/ \ LOCAL/sunpoet DISTNAME= unrarsrc-5.5.8 |