summaryrefslogtreecommitdiff
path: root/lang/gcc8
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-01-05 13:38:49 +0000
committerrillig <rillig@pkgsrc.org>2020-01-05 13:38:49 +0000
commit6bbddc6041d8bacb61d5432ba1352694d344d3f8 (patch)
tree9691084101b0fa1dfc5ced651bacfcb87db18079 /lang/gcc8
parent087a7f3430ccd770674266a0d3548b9de0196e99 (diff)
downloadpkgsrc-6bbddc6041d8bacb61d5432ba1352694d344d3f8.tar.gz
lang/gcc8: fix DESCR
gcc-8.3 is not a development version.
Diffstat (limited to 'lang/gcc8')
-rw-r--r--lang/gcc8/DESCR2
-rw-r--r--lang/gcc8/Makefile4
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/gcc8/DESCR b/lang/gcc8/DESCR
index e1291cbc058..902190a2309 100644
--- a/lang/gcc8/DESCR
+++ b/lang/gcc8/DESCR
@@ -1,4 +1,2 @@
The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C,
Fortran, and Go.
-
-This package provides the development version of version 8.x.
diff --git a/lang/gcc8/Makefile b/lang/gcc8/Makefile
index 82193935f36..ef60701cfa8 100644
--- a/lang/gcc8/Makefile
+++ b/lang/gcc8/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.10 2019/08/11 13:21:20 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2020/01/05 13:38:49 rillig Exp $
GCC_PKGNAME= gcc8
.include "version.mk"
DISTNAME= gcc-${GCC8_DIST_VERSION}
PKGNAME= ${GCC_PKGNAME}-${GCC8_DIST_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
## When bumping the PKGREVISION of this package the PKGREVISION of
## lang/gcc8-libs needs to be bump to be at least 1 more than the
## PKGREVISION of this package!