diff options
author | gjb <gjb@FreeBSD.org> | 2013-04-26 12:02:49 +0800 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2013-04-26 12:02:49 +0800 |
commit | 8e208959a7b23f47c14b84c84d0a2fcf0d315797 (patch) | |
tree | bcd4ed5d232f4ac87b53d987dbbc20b588c8110d /textproc | |
parent | 89d46fa8bf2ef3675039aa63f07d257b9c385fc1 (diff) | |
download | freebsd-ports-gnome-8e208959a7b23f47c14b84c84d0a2fcf0d315797.tar.gz freebsd-ports-gnome-8e208959a7b23f47c14b84c84d0a2fcf0d315797.tar.zst freebsd-ports-gnome-8e208959a7b23f47c14b84c84d0a2fcf0d315797.zip |
Update MASTERSITES for my server to use https
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/codespell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/codespell/Makefile b/textproc/codespell/Makefile index 4ac113f0d528..9da953270a9d 100644 --- a/textproc/codespell/Makefile +++ b/textproc/codespell/Makefile @@ -6,7 +6,7 @@ PORTNAME= codespell PORTVERSION= 1.5 CATEGORIES= textproc MASTER_SITES= http://packages.profusion.mobi/${PORTNAME}/ \ - http://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ + https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/ EXTRACT_SUFX= .tar.xz MAINTAINER= gjb@FreeBSD.org |