diff options
author | nia <nia@pkgsrc.org> | 2020-03-20 11:57:53 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-20 11:57:53 +0000 |
commit | d58009da0657fe880ba21b34400da2a77eba41e0 (patch) | |
tree | eb96bae4bf5316b1dfef0f0a29424adca1389e76 /shells | |
parent | 32297addea82e686075801b27c6776e6cf189ab4 (diff) | |
download | pkgsrc-d58009da0657fe880ba21b34400da2a77eba41e0.tar.gz |
*: Convert broken sourceforge HOMEPAGEs back to http
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bosh/Makefile | 4 | ||||
-rw-r--r-- | shells/heirloom-sh/Makefile | 4 | ||||
-rw-r--r-- | shells/pbosh/Makefile | 4 | ||||
-rw-r--r-- | shells/zsh/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/shells/bosh/Makefile b/shells/bosh/Makefile index 7e577573f7a..a6553de6e6a 100644 --- a/shells/bosh/Makefile +++ b/shells/bosh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2020/03/04 11:42:23 micha Exp $ +# $NetBSD: Makefile,v 1.9 2020/03/20 11:58:19 nia Exp $ DISTNAME= schily-2020-02-11 PKGNAME= bosh-20200211 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=schilytools/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://schilytools.sourceforge.net/bosh.html +HOMEPAGE= http://schilytools.sourceforge.net/bosh.html COMMENT= The Schily Bourne Shell LICENSE= cddl-1.0 diff --git a/shells/heirloom-sh/Makefile b/shells/heirloom-sh/Makefile index 05abd3e0d82..db3713731b3 100644 --- a/shells/heirloom-sh/Makefile +++ b/shells/heirloom-sh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2020/01/18 23:35:13 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2020/03/20 11:58:19 nia Exp $ # DISTNAME= heirloom-sh-050706 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=heirloom/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= cheusov@NetBSD.org -HOMEPAGE= https://heirloom.sourceforge.net/ +HOMEPAGE= http://heirloom.sourceforge.net/ COMMENT= Traditional Unix shell derived from OpenSolaris code LICENSE= cddl-1.0 diff --git a/shells/pbosh/Makefile b/shells/pbosh/Makefile index 875b633f120..588eb4b7f6b 100644 --- a/shells/pbosh/Makefile +++ b/shells/pbosh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2020/03/04 11:44:13 micha Exp $ +# $NetBSD: Makefile,v 1.9 2020/03/20 11:58:20 nia Exp $ DISTNAME= schily-2020-02-11 PKGNAME= pbosh-20200211 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=schilytools/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://schilytools.sourceforge.net/bosh.html +HOMEPAGE= http://schilytools.sourceforge.net/bosh.html COMMENT= The Schily Bourne Shell LICENSE= cddl-1.0 diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 3ae303e6ee8..3a97e6348f8 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2020/02/27 03:05:37 ryoon Exp $ +# $NetBSD: Makefile,v 1.96 2020/03/20 11:58:20 nia Exp $ DISTNAME= zsh-5.8 CATEGORIES= shells @@ -6,7 +6,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsh/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://zsh.sourceforge.net/ +HOMEPAGE= http://zsh.sourceforge.net/ COMMENT= The Z shell LICENSE= gnu-gpl-v2 AND zsh |