diff options
author | rakuco <rakuco@FreeBSD.org> | 2019-10-19 20:21:22 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2019-10-19 20:21:22 +0800 |
commit | 7b58956aeffd784e64cd0abce8bc547a243f6ae6 (patch) | |
tree | 17f4b0728d4c978a335079ad2fa5d7449b77512a /sysutils/jailutils | |
parent | e12c0c62465522e0e91d2dedff179209e981adb1 (diff) | |
download | freebsd-ports-gnome-7b58956aeffd784e64cd0abce8bc547a243f6ae6.tar.gz freebsd-ports-gnome-7b58956aeffd784e64cd0abce8bc547a243f6ae6.tar.zst freebsd-ports-gnome-7b58956aeffd784e64cd0abce8bc547a243f6ae6.zip |
Switch MASTER_SITES and WWW to https in Chris' ports.
PR: 241272
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
Diffstat (limited to 'sysutils/jailutils')
-rw-r--r-- | sysutils/jailutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/jailutils/Makefile b/sysutils/jailutils/Makefile index 0c96dfbdb47d..3821071a01e8 100644 --- a/sysutils/jailutils/Makefile +++ b/sysutils/jailutils/Makefile @@ -5,7 +5,7 @@ PORTNAME= jailutils PORTVERSION= 1.7 CATEGORIES= sysutils MASTER_SITES= http://thewalter.net/stef/freebsd/jails/jailutils/ \ - http://BSDforge.com/projects/source/sysutils/jailutils/ + https://BSDforge.com/projects/source/sysutils/jailutils/ MAINTAINER= portmaster@BSDforge.com COMMENT= Several utilities for managing jails |