svn commit: r508069 - head/devel/gecode
Gleb Popov
arrowd at FreeBSD.org
Sun Aug 4 07:54:22 UTC 2019
Author: arrowd
Date: Sun Aug 4 07:54:21 2019
New Revision: 508069
URL: https://svnweb.freebsd.org/changeset/ports/508069
Log:
devel/gecode: Use HTTPS for MASTER_SITES and WWW.
Modified:
head/devel/gecode/Makefile
head/devel/gecode/pkg-descr
Modified: head/devel/gecode/Makefile
==============================================================================
--- head/devel/gecode/Makefile Sun Aug 4 07:40:18 2019 (r508068)
+++ head/devel/gecode/Makefile Sun Aug 4 07:54:21 2019 (r508069)
@@ -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 at gmail.com
COMMENT= Generic Constraint Development Environment
Modified: head/devel/gecode/pkg-descr
==============================================================================
--- head/devel/gecode/pkg-descr Sun Aug 4 07:40:18 2019 (r508068)
+++ head/devel/gecode/pkg-descr Sun Aug 4 07:54:21 2019 (r508069)
@@ -2,4 +2,4 @@ Gecode is a toolkit for developing constraint-based sy
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/
More information about the svn-ports-all
mailing list