Date: Wed, 14 Jun 2017 21:31:11 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443603 - in head/lang: gcc46 gcc47 gcc48 gcc49 Message-ID: <201706142131.v5ELVB5h091825@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Wed Jun 14 21:31:11 2017 New Revision: 443603 URL: https://svnweb.freebsd.org/changeset/ports/443603 Log: Adjust WWW reference in pkg-descr to https and avoid a trailing slash for all lang/gcc4* ports. Modified: head/lang/gcc46/pkg-descr head/lang/gcc47/pkg-descr head/lang/gcc48/pkg-descr head/lang/gcc49/pkg-descr Modified: head/lang/gcc46/pkg-descr ============================================================================== --- head/lang/gcc46/pkg-descr Wed Jun 14 21:30:03 2017 (r443602) +++ head/lang/gcc46/pkg-descr Wed Jun 14 21:31:11 2017 (r443603) @@ -2,6 +2,6 @@ GCC, the GNU Compiler Collection, supports a number of 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 <gerald@FreeBSD.org> Modified: head/lang/gcc47/pkg-descr ============================================================================== --- head/lang/gcc47/pkg-descr Wed Jun 14 21:30:03 2017 (r443602) +++ head/lang/gcc47/pkg-descr Wed Jun 14 21:31:11 2017 (r443603) @@ -2,6 +2,6 @@ GCC, the GNU Compiler Collection, supports a number of 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 <gerald@FreeBSD.org> Modified: head/lang/gcc48/pkg-descr ============================================================================== --- head/lang/gcc48/pkg-descr Wed Jun 14 21:30:03 2017 (r443602) +++ head/lang/gcc48/pkg-descr Wed Jun 14 21:31:11 2017 (r443603) @@ -2,6 +2,6 @@ GCC, the GNU Compiler Collection, supports a number of 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 <gerald@FreeBSD.org> Modified: head/lang/gcc49/pkg-descr ============================================================================== --- head/lang/gcc49/pkg-descr Wed Jun 14 21:30:03 2017 (r443602) +++ head/lang/gcc49/pkg-descr Wed Jun 14 21:31:11 2017 (r443603) @@ -2,6 +2,6 @@ GCC, the GNU Compiler Collection, supports a number of 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 <gerald@FreeBSD.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706142131.v5ELVB5h091825>