diff options
author | tnn <tnn@pkgsrc.org> | 2015-09-12 20:03:00 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-09-12 20:03:00 +0000 |
commit | f98ef1011ce4211dd5e28a00909ec38827d12fed (patch) | |
tree | bae0f1ab6757ee79a660fc273d123c39a3961f25 /sysutils | |
parent | 42b7f5db8bffa3f114942367298e48cdf47e10f8 (diff) | |
download | pkgsrc-f98ef1011ce4211dd5e28a00909ec38827d12fed.tar.gz |
cloud.github.com unconditionally redirects to https. Use it directly.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dbus-sharp-glib/Makefile | 4 | ||||
-rw-r--r-- | sysutils/dbus-sharp/Makefile | 4 | ||||
-rw-r--r-- | sysutils/salt-docs/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/dbus-sharp-glib/Makefile b/sysutils/dbus-sharp-glib/Makefile index b7e856119d0..96fcbb2d25b 100644 --- a/sysutils/dbus-sharp-glib/Makefile +++ b/sysutils/dbus-sharp-glib/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2015/05/23 06:44:58 kefren Exp $ +# $NetBSD: Makefile,v 1.8 2015/09/12 20:03:01 tnn Exp $ # DISTNAME= dbus-sharp-glib-0.5.0 PKGREVISION= 5 CATEGORIES= sysutils -MASTER_SITES= http://cloud.github.com/downloads/mono/dbus-sharp/ +MASTER_SITES= https://cloud.github.com/downloads/mono/dbus-sharp/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/mono/dbus-sharp-glib diff --git a/sysutils/dbus-sharp/Makefile b/sysutils/dbus-sharp/Makefile index a6de51522d3..0410ea31539 100644 --- a/sysutils/dbus-sharp/Makefile +++ b/sysutils/dbus-sharp/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2015/05/23 06:44:58 kefren Exp $ +# $NetBSD: Makefile,v 1.10 2015/09/12 20:03:01 tnn Exp $ # DISTNAME= dbus-sharp-0.7.0 PKGREVISION= 7 CATEGORIES= sysutils -MASTER_SITES= http://cloud.github.com/downloads/mono/dbus-sharp/ +MASTER_SITES= https://cloud.github.com/downloads/mono/dbus-sharp/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://mono.github.com/dbus-sharp/ diff --git a/sysutils/salt-docs/Makefile b/sysutils/salt-docs/Makefile index 6af375e6971..5ca377a3d4f 100644 --- a/sysutils/salt-docs/Makefile +++ b/sysutils/salt-docs/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2015/03/18 15:04:35 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2015/09/12 20:03:01 tnn Exp $ DISTNAME= salt-0.10.5 PKGNAME= ${DISTNAME:S/-/-docs-/} CATEGORIES= sysutils -MASTER_SITES= http://cloud.github.com/downloads/saltstack/salt/ +MASTER_SITES= https://cloud.github.com/downloads/saltstack/salt/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://saltstack.org/ |