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:   gutteridge
Date:           Thu Oct  5 05:27:38 UTC 2023

Modified Files:
        pkgsrc/lang/gcc8: Makefile

Log Message:
gcc8: move admonition about PKGREVSION next to the entry (NFC)

(Not that that makes any difference when automated tools are involved.)


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 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/Makefile
diff -u pkgsrc/lang/gcc8/Makefile:1.41 pkgsrc/lang/gcc8/Makefile:1.42
--- pkgsrc/lang/gcc8/Makefile:1.41      Tue Aug 29 09:48:47 2023
+++ pkgsrc/lang/gcc8/Makefile   Thu Oct  5 05:27:38 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2023/08/29 09:48:47 nia Exp $
+# $NetBSD: Makefile,v 1.42 2023/10/05 05:27:38 gutteridge Exp $
 
 GCC_PKGNAME=           gcc8
-PKGREVISION=           1
 .include               "version.mk"
 
 DISTNAME=      gcc-${GCC8_DIST_VERSION}
@@ -9,6 +8,7 @@ PKGNAME=        ${GCC_PKGNAME}-${GCC8_DIST_VERS
 ## When bumping the PKGREVISION of this package the PKGREVISION of
 ## lang/gcc8-libs needs to be bumped to be at least 1 more than the
 ## PKGREVISION of this package!
+PKGREVISION=   1
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GNU:=gcc/gcc-${GCC8_DIST_VERSION}/}
 EXTRACT_SUFX=  .tar.xz



Home | Main Index | Thread Index | Old Index