From d6124fbcdffb7659a5f4fa3b00f1300d77ce9be6 Mon Sep 17 00:00:00 2001 From: maya Date: Mon, 5 Nov 2018 18:59:44 +0000 Subject: gcc6: update to 6.5.0. Maintenace update. There are no new features listed on the changelog. 250 bug reports are fixed, listed by this link: https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=6.5 --- lang/gcc6/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/gcc6/Makefile') diff --git a/lang/gcc6/Makefile b/lang/gcc6/Makefile index dee4a72ce93..e3e948803a2 100644 --- a/lang/gcc6/Makefile +++ b/lang/gcc6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2018/08/22 09:45:20 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2018/11/05 18:59:44 maya Exp $ GCC_PKGNAME= gcc6 .include "version.mk" @@ -8,7 +8,7 @@ PKGNAME= ${GCC_PKGNAME}-${GCC6_DIST_VERSION} ## When bumping the PKGREVISION of this package the PKGREVISION of ## lang/gcc6-libs needs to be bump to be at least 1 more than the ## PKGREVISION of this package! -PKGREVISION= 4 +#PKGREVISION= CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC6_DIST_VERSION}/} EXTRACT_SUFX= .tar.xz -- cgit v1.2.3