Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 16:19:35 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4dc6962c5269 - main - mail/sqlgrey: Use P5_POD_PARSER
Message-ID:  <202107141619.16EGJZfP012316@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4dc6962c5269ca215295b196ea466faa88b00da3

commit 4dc6962c5269ca215295b196ea466faa88b00da3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-14 16:03:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-14 16:10:51 +0000

    mail/sqlgrey: Use P5_POD_PARSER
    
    With hat:       perl
---
 mail/sqlgrey/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail/sqlgrey/Makefile b/mail/sqlgrey/Makefile
index cda459687d57..20e2a4d57b9d 100644
--- a/mail/sqlgrey/Makefile
+++ b/mail/sqlgrey/Makefile
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	p5-Net-Server>=0:net/p5-Net-Server \
 		p5-IO-Multiplex>=0:devel/p5-IO-Multiplex \
-		p5-Pod-Parser>=0:textproc/p5-Pod-Parser \
+		${P5_POD_PARSER} \
 		${LOCALBASE}/bin/bash:shells/bash \
 		${LOCALBASE}/bin/gmd5sum:sysutils/coreutils
 



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