pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc8



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jan  5 13:38:49 UTC 2020

Modified Files:
        pkgsrc/lang/gcc8: DESCR Makefile

Log Message:
lang/gcc8: fix DESCR

gcc-8.3 is not a development version.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/gcc8/DESCR
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/gcc8/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/gcc8/DESCR
diff -u pkgsrc/lang/gcc8/DESCR:1.1 pkgsrc/lang/gcc8/DESCR:1.2
--- pkgsrc/lang/gcc8/DESCR:1.1  Sat May  5 04:08:36 2018
+++ pkgsrc/lang/gcc8/DESCR      Sun Jan  5 13:38:49 2020
@@ -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.

Index: pkgsrc/lang/gcc8/Makefile
diff -u pkgsrc/lang/gcc8/Makefile:1.10 pkgsrc/lang/gcc8/Makefile:1.11
--- pkgsrc/lang/gcc8/Makefile:1.10      Sun Aug 11 13:21:20 2019
+++ pkgsrc/lang/gcc8/Makefile   Sun Jan  5 13:38:49 2020
@@ -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