Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 May 2022 15:13:44 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7636e37962c9 - main - devel/rubygem-activejob70: fix empty COMMENT
Message-ID:  <202205081513.248FDiBs005840@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205081513.248FDiBs005840>