From 3febde1e72bb1f1ccfa6ef0ee0df0c83a104f54a Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Wed, 14 Jun 2017 21:31:11 +0000 Subject: [PATCH] Adjust WWW reference in pkg-descr to https and avoid a trailing slash for all lang/gcc4* ports. --- lang/gcc46/pkg-descr | 2 +- lang/gcc47/pkg-descr | 2 +- lang/gcc48/pkg-descr | 2 +- lang/gcc49/pkg-descr | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/gcc46/pkg-descr b/lang/gcc46/pkg-descr index f89000256768..f39daa13d169 100644 --- a/lang/gcc46/pkg-descr +++ b/lang/gcc46/pkg-descr @@ -2,6 +2,6 @@ GCC, the GNU Compiler Collection, supports a number of languages. This port installs the C, C++, and Fortran front ends as gcc46, g++46, and gfortran46, respectively. -WWW: http://gcc.gnu.org/ +WWW: https://gcc.gnu.org Gerald Pfeifer diff --git a/lang/gcc47/pkg-descr b/lang/gcc47/pkg-descr index 020010ccca89..c5b102eb0bac 100644 --- a/lang/gcc47/pkg-descr +++ b/lang/gcc47/pkg-descr @@ -2,6 +2,6 @@ GCC, the GNU Compiler Collection, supports a number of languages. This port installs the C, C++, and Fortran front ends as gcc47, g++47, and gfortran47, respectively. -WWW: http://gcc.gnu.org/ +WWW: https://gcc.gnu.org Gerald Pfeifer diff --git a/lang/gcc48/pkg-descr b/lang/gcc48/pkg-descr index 07e1504d4a2f..1a47d41f27f0 100644 --- a/lang/gcc48/pkg-descr +++ b/lang/gcc48/pkg-descr @@ -2,6 +2,6 @@ GCC, the GNU Compiler Collection, supports a number of languages. This port installs the C, C++, and Fortran front ends as gcc48, g++48, and gfortran48, respectively. -WWW: http://gcc.gnu.org/ +WWW: https://gcc.gnu.org Gerald Pfeifer diff --git a/lang/gcc49/pkg-descr b/lang/gcc49/pkg-descr index 520d258b20d9..a36a54b05670 100644 --- a/lang/gcc49/pkg-descr +++ b/lang/gcc49/pkg-descr @@ -2,6 +2,6 @@ GCC, the GNU Compiler Collection, supports a number of languages. This port installs the C, C++, and Fortran front ends as gcc49, g++49, and gfortran49, respectively. -WWW: http://gcc.gnu.org/ +WWW: https://gcc.gnu.org Gerald Pfeifer