git: 428369724067 - main - sysutils/terraform-docs: drop $FreeBSD$ again after bbd7f0fac793
Jan Beich
jbeich at FreeBSD.org
Sat May 1 06:16:26 UTC 2021
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4283697240672a02a4764c62a8c38f6dbae0d78c
commit 4283697240672a02a4764c62a8c38f6dbae0d78c
Author: Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-05-01 05:56:21 +0000
Commit: Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-05-01 06:06:39 +0000
sysutils/terraform-docs: drop $FreeBSD$ again after bbd7f0fac793
$FreeBSD$ was originally removed in 305f148f482d (2021-04-06) which
confused portlint until f36c30ba1869 (2021-04-19), so a workaround
accidentally crept in into the patch.
$ portlint -C
FATAL: Makefile: [1]: $FreeBSD$ is deprecated in Git.
PR: 255459
---
sysutils/terraform-docs/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/sysutils/terraform-docs/Makefile b/sysutils/terraform-docs/Makefile
index 787cd20f7858..9aff9502d32f 100644
--- a/sysutils/terraform-docs/Makefile
+++ b/sysutils/terraform-docs/Makefile
@@ -1,5 +1,3 @@
-# $FreeBSD$
-
PORTNAME= terraform-docs
PORTVERSION= 0.12.1
DISTVERSIONPREFIX= v
More information about the dev-commits-ports-all
mailing list