Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Dec 2023 12:22:42 GMT
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d673bd6c14df - main - mail/roundcube-login_info: Adopt + remove php restrictions.
Message-ID:  <202312071222.3B7CMgnW030702@gitrepo.freebsd.org>

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

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

commit d673bd6c14df676880d568e119cbbaba39ba1e4a
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2023-12-07 12:16:01 +0000
Commit:     Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2023-12-07 12:16:01 +0000

    mail/roundcube-login_info: Adopt + remove php restrictions.
---
 mail/roundcube-login_info/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mail/roundcube-login_info/Makefile b/mail/roundcube-login_info/Makefile
index cbb031d91bd9..e37628f775c9 100644
--- a/mail/roundcube-login_info/Makefile
+++ b/mail/roundcube-login_info/Makefile
@@ -4,7 +4,7 @@ CATEGORIES=	mail
 PKGNAMEPREFIX=	roundcube-
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	netchild@FreeBSD.org
 COMMENT=	Roundcube login info plugin
 WWW=		https://github.com/marneu/login_info/README.md
 
@@ -13,7 +13,6 @@ LICENSE=	GPLv2
 RUN_DEPENDS=	roundcube${PHP_PKGNAMESUFFIX}>=1.0:mail/roundcube@${PHP_FLAVOR}
 
 USES=		php:flavors
-IGNORE_WITH_PHP=	82 83
 
 WWWDIR=		${LOCALBASE}/www/roundcube
 NO_ARCH=	yes



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