Use https for links to ansible.com domains.

This commit is contained in:
Matt Clay 2018-04-22 00:15:16 -07:00
commit c262dbfd30
46 changed files with 61 additions and 61 deletions

View file

@ -4,7 +4,7 @@ PORTNAME= ansible
PORTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= python net-mgmt sysutils
MASTER_SITES= http://releases.ansible.com/ansible/
MASTER_SITES= https://releases.ansible.com/ansible/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= bcoca@ansible.com

View file

@ -12,7 +12,7 @@ Url: https://www.ansible.com
Summary: SSH-based application deployment, configuration management, and IT orchestration platform
License: GPLv3+
Group: Development/Libraries
Source: http://releases.ansible.com/ansible/%{name}-%{version}.tar.gz
Source: https://releases.ansible.com/ansible/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%{!?__python2: %global __python2 /usr/bin/python2.6}
%{!?python_sitelib: %global python_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}