diff options
author | gerald <gerald@FreeBSD.org> | 2017-06-05 13:25:38 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-06-05 13:25:38 +0800 |
commit | 0103d08162d8aa1494257aabd83ca965c35f9fd1 (patch) | |
tree | 0a79c78cf3080715e4728c7974e1c735a7c9aefe /lang/gcc8-devel/pkg-descr | |
parent | d55572bdff8ebdaf6f9d34daab7d87bde8708855 (diff) | |
download | freebsd-ports-gnome-0103d08162d8aa1494257aabd83ca965c35f9fd1.tar.gz freebsd-ports-gnome-0103d08162d8aa1494257aabd83ca965c35f9fd1.tar.zst freebsd-ports-gnome-0103d08162d8aa1494257aabd83ca965c35f9fd1.zip |
Update to the 20170604 snapshot of GCC 8.
Adjust WWW reference in pkg-descr to https and avoid a trailing slash.
Diffstat (limited to 'lang/gcc8-devel/pkg-descr')
-rw-r--r-- | lang/gcc8-devel/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc8-devel/pkg-descr b/lang/gcc8-devel/pkg-descr index 24009e14313c..4685f20de855 100644 --- a/lang/gcc8-devel/pkg-descr +++ b/lang/gcc8-devel/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 gcc8, g++8, gfortran8, respectively. -WWW: http://gcc.gnu.org/ +WWW: https://gcc.gnu.org Gerald Pfeifer <gerald@FreeBSD.org> |