git: 0c2b878c763a - main - security/pecl-pam: Sort USES
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 4 19:21:01 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0c2b878c763abf8634ba154ab96f2b89921fefd9
commit 0c2b878c763abf8634ba154ab96f2b89921fefd9
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-04 19:15:14 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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 at FreeBSD.org
+MAINTAINER= sunpoet at 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>
More information about the dev-commits-ports-all
mailing list