git: 7636e37962c9 - main - devel/rubygem-activejob70: fix empty COMMENT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 May 2022 15:13:44 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7636e37962c9c6165a91b1bcead01cacdf333c4d
commit 7636e37962c9c6165a91b1bcead01cacdf333c4d
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2022-05-08 15:08:09 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2022-05-08 15:13:26 +0000
devel/rubygem-activejob70: fix empty COMMENT
The port has been created with an empty comment, breaking tools that
operate on the ports tree and expect a non-empty comment.
This issue should have been found by portlint or poudriere testport.
Approved by: portmgr (implicit)
---
devel/rubygem-activejob70/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/rubygem-activejob70/Makefile b/devel/rubygem-activejob70/Makefile
index 31ab8aa6d915..95c9bf744c03 100644
--- a/devel/rubygem-activejob70/Makefile
+++ b/devel/rubygem-activejob70/Makefile
@@ -1,11 +1,12 @@
PORTNAME= activejob
PORTVERSION= 7.0.2.4
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 70
MAINTAINER= sunpoet@FreeBSD.org
-COMMENT=
+COMMENT= Job class declarations for a variety of queueing backends
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE