pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc9



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar  8 23:52:54 UTC 2020

Modified Files:
        pkgsrc/lang/gcc9: Makefile

Log Message:
lang/gcc9: drop maintainership

Everyone is free again to modify this package to their needs, such as
having an auto-generated PLIST or custom patches from the previous GCC
versions.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/gcc9/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/gcc9/Makefile
diff -u pkgsrc/lang/gcc9/Makefile:1.15 pkgsrc/lang/gcc9/Makefile:1.16
--- pkgsrc/lang/gcc9/Makefile:1.15      Sun Feb 23 19:10:08 2020
+++ pkgsrc/lang/gcc9/Makefile   Sun Mar  8 23:52:54 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/02/23 19:10:08 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2020/03/08 23:52:54 rillig Exp $
 
 GCC9_VERSION=  9.2.0
 
@@ -9,7 +9,7 @@ CATEGORIES=     lang
 MASTER_SITES=  ${MASTER_SITE_GNU:=gcc/gcc-${GCC9_VERSION}/}
 EXTRACT_SUFX=  .tar.xz
 
-MAINTAINER=    rillig%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://gcc.gnu.org/
 COMMENT=       The GNU Compiler Collection (GCC) - Release 9 Series
 LICENSE=       gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3



Home | Main Index | Thread Index | Old Index