git: 2c54d261a63d - main - cleanup: remove 'Created by' lines
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Jul 2022 19:40:31 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c54d261a63d7af9bef550ad62b7a47e20c7b05f commit 2c54d261a63d7af9bef550ad62b7a47e20c7b05f Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2022-07-20 19:39:47 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2022-07-20 19:40:02 +0000 cleanup: remove 'Created by' lines A big Thank You to the original contributors of these ports: * Akinori MUSHA <knu@FreeBSD.org> * Alejandro Pulver <alepulver@FreeBSD.org> * Edwin Groothuis <edwin@freebsd.org> * Ernst de Haan <znerd@FreeBSD.org> * Florent Thoumie <flz@FreeBSD.org> * Gabor Kovesdan <gabor@FreeBSD.org> * Mark Linimon <linimon@FreeBSD.org> * Shaun Amott <shaun@inerd.com> With hat: portmgr Reported by: mat --- Mk/Uses/xorg.mk | 1 - Mk/bsd.commands.mk | 1 - Mk/bsd.destdir.mk | 1 - Mk/bsd.gcc.mk | 1 - Mk/bsd.java.mk | 1 - Mk/bsd.licenses.db.mk | 1 - Mk/bsd.licenses.mk | 1 - Mk/bsd.local.mk | 1 - Mk/bsd.port.options.mk | 1 - Mk/bsd.ruby.mk | 1 - Mk/bsd.wx.mk | 1 - 11 files changed, 11 deletions(-) diff --git a/Mk/Uses/xorg.mk b/Mk/Uses/xorg.mk index ecb5b6d46af5..f6fad5cd9a77 100644 --- a/Mk/Uses/xorg.mk +++ b/Mk/Uses/xorg.mk @@ -1,5 +1,4 @@ # Originally from bsd.xorg.mk -# Created by: Florent Thoumie <flz@FreeBSD.org> # # Feature: xorg # Usage: USES=xorg diff --git a/Mk/bsd.commands.mk b/Mk/bsd.commands.mk index 221a04e4b8f2..acc019e64912 100644 --- a/Mk/bsd.commands.mk +++ b/Mk/bsd.commands.mk @@ -1,6 +1,5 @@ # bsd.commands.mk - Common commands used within the ports infrastructure # -# Created by: Gabor Kovesdan <gabor@FreeBSD.org> # # DO NOT COMMIT CHANGES TO THIS FILE BY YOURSELF, EVEN IF YOU DID NOT GET # A RESPONSE FROM THE MAINTAINER(S) WITHIN A REASONABLE TIMEFRAME! ALL diff --git a/Mk/bsd.destdir.mk b/Mk/bsd.destdir.mk index df69f7e68a88..8d50da7a7f58 100644 --- a/Mk/bsd.destdir.mk +++ b/Mk/bsd.destdir.mk @@ -3,7 +3,6 @@ # # bsd.destdir.mk - Support for chrooted installation # -# Created by: Gabor Kovesdan <gabor@FreeBSD.org> # # Please make sure all changes to this file are passed through the maintainer. diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index 02ec65cc7557..3c292dc97282 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -3,7 +3,6 @@ # # bsd.gcc.mk - Support for smarter USE_GCC usage. # -# Created by: Edwin Groothuis <edwin@freebsd.org> # # To request the use of a current version of GCC, specify USE_GCC=yes in # your port/system configuration. This is the preferred use of USE_GCC. diff --git a/Mk/bsd.java.mk b/Mk/bsd.java.mk index bab851824ad7..52125a7f016c 100644 --- a/Mk/bsd.java.mk +++ b/Mk/bsd.java.mk @@ -3,7 +3,6 @@ # # bsd.java.mk - Support for Java-based ports. # -# Created by: Ernst de Haan <znerd@FreeBSD.org> # # For FreeBSD committers: # Please send all suggested changes to the maintainer instead of committing diff --git a/Mk/bsd.licenses.db.mk b/Mk/bsd.licenses.db.mk index 82aed96f3e9c..674c72d7eabc 100644 --- a/Mk/bsd.licenses.db.mk +++ b/Mk/bsd.licenses.db.mk @@ -8,7 +8,6 @@ Licenses_db_Include_MAINTAINER= portmgr@FreeBSD.org # # bsd.licenses.db.mk - License database for bsd.licenses.mk # -# Created by: Alejandro Pulver <alepulver@FreeBSD.org> # # Please view me with 4 column tabs! # diff --git a/Mk/bsd.licenses.mk b/Mk/bsd.licenses.mk index 94137816cd86..f9332996207b 100644 --- a/Mk/bsd.licenses.mk +++ b/Mk/bsd.licenses.mk @@ -8,7 +8,6 @@ Licenses_Include_MAINTAINER= portmgr@FreeBSD.org # # bsd.licenses.mk - License auditing framework. # -# Created by: Alejandro Pulver <alepulver@FreeBSD.org> # # Please view me with 4 column tabs! # diff --git a/Mk/bsd.local.mk b/Mk/bsd.local.mk index 468442a19428..3a3c544d6380 100644 --- a/Mk/bsd.local.mk +++ b/Mk/bsd.local.mk @@ -1,6 +1,5 @@ # bsd.local.mk - Sandbox for local modification to ports framework. # -# Created by: Mark Linimon <linimon@FreeBSD.org> .if !defined(_POSTMKINCLUDED) && !defined(Local_Pre_Include) diff --git a/Mk/bsd.port.options.mk b/Mk/bsd.port.options.mk index af8e56dbb69a..41adf6065366 100644 --- a/Mk/bsd.port.options.mk +++ b/Mk/bsd.port.options.mk @@ -8,7 +8,6 @@ # <other work, including adjusting dependencies> # .include "bsd.port.post.mk" # -# Created by: Shaun Amott <shaun@inerd.com> OPTIONS_Include_MAINTAINER= portmgr@FreeBSD.org diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk index dc71aa3bf1ad..47a0eb78fead 100644 --- a/Mk/bsd.ruby.mk +++ b/Mk/bsd.ruby.mk @@ -1,6 +1,5 @@ # bsd.ruby.mk - Utility definitions for Ruby related ports. # -# Created by: Akinori MUSHA <knu@FreeBSD.org> .if !defined(Ruby_Include) diff --git a/Mk/bsd.wx.mk b/Mk/bsd.wx.mk index 9269867d22fe..5831385fe61f 100644 --- a/Mk/bsd.wx.mk +++ b/Mk/bsd.wx.mk @@ -1,6 +1,5 @@ # bsd.wx.mk - Support for wxWidgets based ports. # -# Created by: Alejandro Pulver <alepulver@FreeBSD.org> # # The following variables can be defined in a port that uses the wxWidgets # library, contributed libraries, WxPython and/or more wxWidgets related