diff options
author | Rene Ladan <rene@FreeBSD.org> | 2022-07-12 18:17:18 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-07-12 18:18:37 +0000 |
commit | db3918c88e75f75cb4b92650af19055b70f80b51 (patch) | |
tree | 758dc0c89e3f5abd7b15540466756eed841b6f8b | |
parent | d3da5219cbbd1a32e0c592445f3006dfa874177e (diff) | |
download | ports-db3918c88e75f75cb4b92650af19055b70f80b51.tar.gz ports-db3918c88e75f75cb4b92650af19055b70f80b51.zip |
cleanup: remove Created-by lines mentioning myself from my ports.
While here use my FreeBSD address again for all my ports.
-rw-r--r-- | comms/dcf77pi/Makefile | 4 | ||||
-rw-r--r-- | emulators/fuse-utils/Makefile | 2 | ||||
-rw-r--r-- | lang/bas2tap/Makefile | 2 | ||||
-rw-r--r-- | misc/biosfont-demos/Makefile | 4 | ||||
-rw-r--r-- | sysutils/biosfont/Makefile | 4 |
5 files changed, 3 insertions, 13 deletions
diff --git a/comms/dcf77pi/Makefile b/comms/dcf77pi/Makefile index 79f41c70de65..f106a2a8a144 100644 --- a/comms/dcf77pi/Makefile +++ b/comms/dcf77pi/Makefile @@ -1,12 +1,10 @@ -# Created by: rene@FreeBSD.org - PORTNAME= dcf77pi PORTVERSION= 3.7.1.1 DISTVERSIONPREFIX=v PORTREVISION= 1 CATEGORIES= comms -MAINTAINER= rene0@freedom.nl +MAINTAINER= rene@FreeBSD.org COMMENT= DCF77 receiver/logger/analyzer and library for the Raspberry Pi LICENSE= BSD2CLAUSE diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index d6a2ac54e1b6..b6b54f0c3270 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -1,5 +1,3 @@ -# Created by: rene - PORTNAME= fuse-utils DISTVERSION= 1.4.3 PORTREVISION= 1 diff --git a/lang/bas2tap/Makefile b/lang/bas2tap/Makefile index fc04f4ebd41b..1866eedb1434 100644 --- a/lang/bas2tap/Makefile +++ b/lang/bas2tap/Makefile @@ -1,5 +1,3 @@ -# Created by: rene - PORTNAME= bas2tap PORTVERSION= 2.6 CATEGORIES= lang diff --git a/misc/biosfont-demos/Makefile b/misc/biosfont-demos/Makefile index 0c1517f82345..b3d21d719036 100644 --- a/misc/biosfont-demos/Makefile +++ b/misc/biosfont-demos/Makefile @@ -1,10 +1,8 @@ -# Created by: rene - PORTNAME= biosfont-demos PORTVERSION= 1.3 CATEGORIES= misc -MAINTAINER= rene0@freedom.nl +MAINTAINER= rene@FreeBSD.org COMMENT= Demos for the biosfont kernel module LICENSE= BSD2CLAUSE diff --git a/sysutils/biosfont/Makefile b/sysutils/biosfont/Makefile index beb99fd807c9..46a60bf5b1ce 100644 --- a/sysutils/biosfont/Makefile +++ b/sysutils/biosfont/Makefile @@ -1,10 +1,8 @@ -# Created by: rene - PORTNAME= biosfont PORTVERSION= 1.3 CATEGORIES= sysutils -MAINTAINER= rene0@freedom.nl +MAINTAINER= rene@FreeBSD.org COMMENT= Kernel module to retrieve bitmap fonts from BIOS memory LICENSE= BSD2CLAUSE |