summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-01-26 17:30:40 +0000
committerrillig <rillig@pkgsrc.org>2020-01-26 17:30:40 +0000
commit0267807f87c64f31dfd0e699ddbab19e55e61df4 (patch)
treed0a3f84c95c120b8b0804700a18681e739dece61 /shells
parent8d627c555cb4fdc633e2d2ab8056558c863ea6da (diff)
downloadpkgsrc-0267807f87c64f31dfd0e699ddbab19e55e61df4.tar.gz
all: migrate homepages from http to https
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
Diffstat (limited to 'shells')
-rw-r--r--shells/tcsh/Makefile4
-rw-r--r--shells/xonsh/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile
index 8ed055cb806..15239ba5323 100644
--- a/shells/tcsh/Makefile
+++ b/shells/tcsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2019/12/08 22:08:55 leot Exp $
+# $NetBSD: Makefile,v 1.95 2020/01/26 17:32:08 rillig Exp $
#
# used by shells/standalone-tcsh/Makefile
# used by shells/static-tcsh/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/
MASTER_SITES+= ftp://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/tcsh/
MAINTAINER?= pkgsrc-users@NetBSD.org # use ?= to allow for overrides.
-HOMEPAGE= http://www.tcsh.org/
+HOMEPAGE= https://www.tcsh.org/
COMMENT= Extended C-shell with many useful features
LICENSE= original-bsd
diff --git a/shells/xonsh/Makefile b/shells/xonsh/Makefile
index 494a3424e7a..ab7f99f6875 100644
--- a/shells/xonsh/Makefile
+++ b/shells/xonsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/04/25 07:33:17 maya Exp $
+# $NetBSD: Makefile,v 1.5 2020/01/26 17:32:08 rillig Exp $
DISTNAME= xonsh-0.8.8
PKGREVISION= 1
@@ -6,7 +6,7 @@ CATEGORIES= shells python
MASTER_SITES= ${MASTER_SITE_GITHUB:=xonsh/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://xon.sh/
+HOMEPAGE= https://xon.sh/
COMMENT= Python-ish, BASHwards-looking shell language and command prompt
LICENSE= 2-clause-bsd