pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Fix grammar in a comment in gcc* Makefiles



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88d6b6eab561
branches:  trunk
changeset: 440986:88d6b6eab561
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Oct 23 00:45:47 2020 +0000

description:
Fix grammar in a comment in gcc* Makefiles

diffstat:

 lang/gcc10/Makefile |  4 ++--
 lang/gcc48/Makefile |  4 ++--
 lang/gcc49/Makefile |  4 ++--
 lang/gcc5/Makefile  |  4 ++--
 lang/gcc6/Makefile  |  4 ++--
 lang/gcc7/Makefile  |  4 ++--
 lang/gcc8/Makefile  |  4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)

diffs (126 lines):

diff -r 1e8800c15c26 -r 88d6b6eab561 lang/gcc10/Makefile
--- a/lang/gcc10/Makefile       Fri Oct 23 00:39:37 2020 +0000
+++ b/lang/gcc10/Makefile       Fri Oct 23 00:45:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/10/22 11:15:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.6 2020/10/23 00:45:47 gutteridge Exp $
 
 GCC_PKGNAME=           gcc10
 PKGREVISION=           1
@@ -7,7 +7,7 @@
 DISTNAME=      gcc-${GCC10_DIST_VERSION}
 PKGNAME=       ${GCC_PKGNAME}-${GCC10_DIST_VERSION}
 ## When bumping the PKGREVISION of this package the PKGREVISION of
-## lang/gcc10-libs needs to be bump to be at least 1 more than the
+## lang/gcc10-libs needs to be bumped to be at least 1 more than the
 ## PKGREVISION of this package!
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GNU:=gcc/gcc-${GCC10_DIST_VERSION}/}
diff -r 1e8800c15c26 -r 88d6b6eab561 lang/gcc48/Makefile
--- a/lang/gcc48/Makefile       Fri Oct 23 00:39:37 2020 +0000
+++ b/lang/gcc48/Makefile       Fri Oct 23 00:45:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2020/08/31 18:09:48 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2020/10/23 00:45:47 gutteridge Exp $
 
 GCC_PKGNAME=   gcc48
 .include       "version.mk"
@@ -6,7 +6,7 @@
 DISTNAME=      gcc-${GCC48_DIST_VERSION}
 PKGNAME=       ${GCC_PKGNAME}-${GCC48_DIST_VERSION}
 ## When bumping the PKGREVISION of this package the PKGREVISION of
-## lang/gcc48-libs needs to be bump to be at least 1 more than the
+## lang/gcc48-libs needs to be bumped to be at least 1 more than the
 ## PKGREVISION of this package!
 PKGREVISION=   9
 CATEGORIES=    lang
diff -r 1e8800c15c26 -r 88d6b6eab561 lang/gcc49/Makefile
--- a/lang/gcc49/Makefile       Fri Oct 23 00:39:37 2020 +0000
+++ b/lang/gcc49/Makefile       Fri Oct 23 00:45:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2020/08/31 18:09:48 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2020/10/23 00:45:48 gutteridge Exp $
 
 GCC_PKGNAME=   gcc49
 .include       "version.mk"
@@ -7,7 +7,7 @@
 PKGNAME=       ${GCC_PKGNAME}-${GCC49_DIST_VERSION}
 
 ## When bumping the PKGREVISION of this package the PKGREVISION of
-## lang/gcc49-libs needs to be bump to be at least 1 more than the
+## lang/gcc49-libs needs to be bumped to be at least 1 more than the
 ## PKGREVISION of this package!
 PKGREVISION=   9
 CATEGORIES=    lang
diff -r 1e8800c15c26 -r 88d6b6eab561 lang/gcc5/Makefile
--- a/lang/gcc5/Makefile        Fri Oct 23 00:39:37 2020 +0000
+++ b/lang/gcc5/Makefile        Fri Oct 23 00:45:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2020/10/03 14:04:18 schmonz Exp $
+# $NetBSD: Makefile,v 1.39 2020/10/23 00:45:48 gutteridge Exp $
 
 GCC_PKGNAME=           gcc5
 PKGREVISION=           6
@@ -7,7 +7,7 @@
 DISTNAME=      gcc-${GCC5_DIST_VERSION}
 PKGNAME=       ${GCC_PKGNAME}-${GCC5_DIST_VERSION}
 ## When bumping the PKGREVISION of this package the PKGREVISION of
-## lang/gcc5-libs needs to be bump to be at least 1 more than the
+## lang/gcc5-libs needs to be bumped to be at least 1 more than the
 ## PKGREVISION of this package!
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GNU:=gcc/gcc-${GCC5_DIST_VERSION}/}
diff -r 1e8800c15c26 -r 88d6b6eab561 lang/gcc6/Makefile
--- a/lang/gcc6/Makefile        Fri Oct 23 00:39:37 2020 +0000
+++ b/lang/gcc6/Makefile        Fri Oct 23 00:45:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/10/22 11:15:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.28 2020/10/23 00:45:48 gutteridge Exp $
 
 GCC_PKGNAME=           gcc6
 .include               "version.mk"
@@ -6,7 +6,7 @@
 DISTNAME=      gcc-${GCC6_DIST_VERSION}
 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
+## lang/gcc6-libs needs to be bumped to be at least 1 more than the
 ## PKGREVISION of this package!
 PKGREVISION=   4
 CATEGORIES=    lang
diff -r 1e8800c15c26 -r 88d6b6eab561 lang/gcc7/Makefile
--- a/lang/gcc7/Makefile        Fri Oct 23 00:39:37 2020 +0000
+++ b/lang/gcc7/Makefile        Fri Oct 23 00:45:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2020/10/22 11:15:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.36 2020/10/23 00:45:48 gutteridge Exp $
 
 GCC_PKGNAME=           gcc7
 .include               "version.mk"
@@ -7,7 +7,7 @@
 PKGNAME=       ${GCC_PKGNAME}-${GCC7_DIST_VERSION}
 PKGREVISION=   3
 ## When bumping the PKGREVISION of this package the PKGREVISION of
-## lang/gcc7-libs needs to be bump to be at least 1 more than the
+## lang/gcc7-libs needs to be bumped to be at least 1 more than the
 ## PKGREVISION of this package!
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GNU:=gcc/gcc-${GCC7_DIST_VERSION}/}
diff -r 1e8800c15c26 -r 88d6b6eab561 lang/gcc8/Makefile
--- a/lang/gcc8/Makefile        Fri Oct 23 00:39:37 2020 +0000
+++ b/lang/gcc8/Makefile        Fri Oct 23 00:45:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/10/22 11:15:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.23 2020/10/23 00:45:48 gutteridge Exp $
 
 GCC_PKGNAME=           gcc8
 PKGREVISION=           2
@@ -7,7 +7,7 @@
 DISTNAME=      gcc-${GCC8_DIST_VERSION}
 PKGNAME=       ${GCC_PKGNAME}-${GCC8_DIST_VERSION}
 ## 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
+## lang/gcc8-libs needs to be bumped to be at least 1 more than the
 ## PKGREVISION of this package!
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GNU:=gcc/gcc-${GCC8_DIST_VERSION}/}



Home | Main Index | Thread Index | Old Index