git: 4b263080a207 - main - net/pecl-radius: Take maintainership

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 4 19:21:00 UTC 2021


The branch main has been updated by sunpoet:

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

commit 4b263080a2073aefa4ceefd5363477bd7ce9f70e
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-04 19:15:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-04 19:15:07 +0000

    net/pecl-radius: Take maintainership
---
 net/pecl-radius/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/pecl-radius/Makefile b/net/pecl-radius/Makefile
index ec81353f22db..70d4e51b3e34 100644
--- a/net/pecl-radius/Makefile
+++ b/net/pecl-radius/Makefile
@@ -4,15 +4,15 @@ PORTNAME=	radius
 DISTVERSION=	1.4.0b1
 CATEGORIES=	net security pear
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Radius client library for PHP
 
 LICENSE=	BSD3CLAUSE
 
 USES=		php:pecl
-IGNORE_WITH_PHP=	80
 
 CONFIGURE_ARGS=	--enable-radius
+IGNORE_WITH_PHP=80
 
 OPTIONS_DEFINE=	EXAMPLES
 


More information about the dev-commits-ports-all mailing list