git: a0b5eb450491 - main - www/glpi: Ignore with php80

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 18 Jan 2022 13:48:48 UTC
The branch main has been updated by bofh:

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

commit a0b5eb450491d8893bdfed9e50fcc67683d4619f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-01-18 13:45:15 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-01-18 13:45:15 +0000

    www/glpi: Ignore with php80
    
    - Requires sodium extension which is not available in php80
    - Pet portclippy and portfmt
    
    PR:             260595
    Reported by:    portmgr (exp-run)
    Approved by:    portmgr (infrastructure blanket)
    Sponsored by:   Bounce Experts
---
 www/glpi/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/www/glpi/Makefile b/www/glpi/Makefile
index 5971eaa5d208..9894bc8f3210 100644
--- a/www/glpi/Makefile
+++ b/www/glpi/Makefile
@@ -15,22 +15,22 @@ USES=		cpe gettext php tar:tgz
 CPE_VENDOR=	glpi-project
 USE_PHP=	bz2 ctype curl exif fileinfo gd iconv intl json mbstring \
 		mysqli opcache openssl session simplexml sodium xml xmlrpc zip zlib
-IGNORE_WITH_PHP=	81
+IGNORE_WITH_PHP=	80 81
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_ARCH=	yes
 NO_BUILD=	yes
-GLPIDIR?=	www/${PORTNAME}
-
 SUB_FILES=	pkg-message
 SUB_LIST=	GLPIDIR=${GLPIDIR} PREFIX=${PREFIX}
+GLPIDIR?=	www/${PORTNAME}
+
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
 OPTIONS_DEFINE=	LDAP IMAP
 OPTIONS_DEFAULT=	LDAP IMAP
 
 IMAP_DESC=	IMAP support
-LDAP_USE=	PHP=ldap
 IMAP_USE=	PHP=imap
+LDAP_USE=	PHP=ldap
 
 post-extract:
 	${FIND} ${WRKSRC} \( -name '*~' -o -name '*.orig' -o -name '*.rej' \) -delete