Date: Tue, 4 May 2021 19:21:00 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: 0c2b878c763a - main - security/pecl-pam: Sort USES Message-ID: <202105041921.144JL0DS078967@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=0c2b878c763abf8634ba154ab96f2b89921fefd9 commit 0c2b878c763abf8634ba154ab96f2b89921fefd9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-04 19:15:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-05-04 19:15:14 +0000 security/pecl-pam: Sort USES - Take maintainership --- security/pecl-pam/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/security/pecl-pam/Makefile b/security/pecl-pam/Makefile index b81355ece182..162435e0928e 100644 --- a/security/pecl-pam/Makefile +++ b/security/pecl-pam/Makefile @@ -5,12 +5,13 @@ PORTVERSION= 1.0.3 PORTREVISION= 2 CATEGORIES= security pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= PECL classes for PAM integration LICENSE= PHP202 -USES= php:pecl dos2unix -IGNORE_WITH_PHP= 80 +USES= dos2unix php:pecl + +IGNORE_WITH_PHP=80 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105041921.144JL0DS078967>