pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gcc8 lang/gcc8: fix DESCR



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e9d3e670314
branches:  trunk
changeset: 420624:5e9d3e670314
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 05 13:38:49 2020 +0000

description:
lang/gcc8: fix DESCR

gcc-8.3 is not a development version.

diffstat:

 lang/gcc8/DESCR    |  2 --
 lang/gcc8/Makefile |  4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 428543200526 -r 5e9d3e670314 lang/gcc8/DESCR
--- a/lang/gcc8/DESCR   Sun Jan 05 13:01:55 2020 +0000
+++ b/lang/gcc8/DESCR   Sun Jan 05 13:38:49 2020 +0000
@@ -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 -r 428543200526 -r 5e9d3e670314 lang/gcc8/Makefile
--- a/lang/gcc8/Makefile        Sun Jan 05 13:01:55 2020 +0000
+++ b/lang/gcc8/Makefile        Sun Jan 05 13:38:49 2020 +0000
@@ -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!



Home | Main Index | Thread Index | Old Index