From 23c1bafb333329a8fa87bcbb89aff11d21b4ccda Mon Sep 17 00:00:00 2001 From: Gleb Popov Date: Sun, 4 Aug 2019 07:54:21 +0000 Subject: [PATCH] devel/gecode: Use HTTPS for MASTER_SITES and WWW. --- devel/gecode/Makefile | 2 +- devel/gecode/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/gecode/Makefile b/devel/gecode/Makefile index 42db9db9e8d8..3bb7481e932a 100644 --- a/devel/gecode/Makefile +++ b/devel/gecode/Makefile @@ -5,7 +5,7 @@ PORTNAME= gecode PORTVERSION= 5.1.0 PORTREVISION= 5 CATEGORIES= devel -MASTER_SITES= http://www.gecode.org/download/ +MASTER_SITES= https://www.gecode.org/download/ MAINTAINER= dem.procopiou@gmail.com COMMENT= Generic Constraint Development Environment diff --git a/devel/gecode/pkg-descr b/devel/gecode/pkg-descr index 7d09e8248864..7c66fb888e11 100644 --- a/devel/gecode/pkg-descr +++ b/devel/gecode/pkg-descr @@ -2,4 +2,4 @@ Gecode is a toolkit for developing constraint-based systems and applications. Gecode provides a constraint solver with state-of-the-art performance while being modular and extensible. -WWW: http://www.gecode.org/ +WWW: https://www.gecode.org/