git: 97a99854990e - main - www/limesurvey: Update to 5.6.3

From: Florian Smeets <flo_at_FreeBSD.org>
Date: Tue, 31 Jan 2023 19:06:46 UTC
The branch main has been updated by flo:

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

commit 97a99854990eaae540af055a7974ef0334a2b7db
Author:     Florian Smeets <flo@FreeBSD.org>
AuthorDate: 2023-01-31 19:04:42 +0000
Commit:     Florian Smeets <flo@FreeBSD.org>
CommitDate: 2023-01-31 19:05:49 +0000

    www/limesurvey: Update to 5.6.3
---
 www/limesurvey/Makefile | 14 +++++++++-----
 www/limesurvey/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/www/limesurvey/Makefile b/www/limesurvey/Makefile
index 1d480e369b84..af97e8e99eb8 100644
--- a/www/limesurvey/Makefile
+++ b/www/limesurvey/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	limesurvey
-PORTVERSION=	3.28.46
+PORTVERSION=	5.6.3
 CATEGORIES=	www
-MASTER_SITES=	http://download.limesurvey.org/lts-releases/
-DISTNAME=	${PORTNAME}${PORTVERSION}+230124
+MASTER_SITES=	http://download.limesurvey.org/latest-stable-release/
+DISTNAME=	${PORTNAME}${PORTVERSION}+230130
 
 MAINTAINER=	flo@FreeBSD.org
 COMMENT=	PHP-based survey building and runing system
@@ -12,12 +12,13 @@ LICENSE=	GPLv2
 
 USES=		cpe php:web zip
 
-OPTIONS_DEFINE=		GD LDAP PGSQL
+OPTIONS_DEFINE=		GD IMAP LDAP PGSQL
 OPTIONS_DEFAULT=	GD
 
 PGSQL_DESC=	Use PostgreSQL (instead of MySQL)
 GD_DESC=	Install PHP gd extension
 LDAP_DESC=	Install PHP LDAP extension
+IMAP_DESC=	Install PHP IMAP extension
 
 .include <bsd.port.options.mk>
 
@@ -33,8 +34,11 @@ USE_PHP+=	gd
 .if ${PORT_OPTIONS:MLDAP}
 USE_PHP+=	ldap
 .endif
+.if ${PORT_OPTIONS:MIMAP}
+USE_PHP+=	imap
+.endif
 USE_PHP+=	ctype dom hash iconv json mbstring openssl pcre session \
-		simplexml xmlwriter zip
+		simplexml xmlwriter zip zlib
 
 WWWDOCROOT?=		www
 PHPSURVEYORURL?=	${PORTNAME}
diff --git a/www/limesurvey/distinfo b/www/limesurvey/distinfo
index ebaae3f98f28..1c52c624a6ad 100644
--- a/www/limesurvey/distinfo
+++ b/www/limesurvey/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1674770593
-SHA256 (limesurvey3.28.46+230124.zip) = b753990ce4dab1857b6fb1055b2c9b2349442646e1c8b5ad660444e08acdc403
-SIZE (limesurvey3.28.46+230124.zip) = 79773437
+TIMESTAMP = 1675110778
+SHA256 (limesurvey5.6.3+230130.zip) = 2da1e8f2ae9a7bc6d09213f3f1f2dda1226e1d6bbf86090f4ac3f7b4130a4446
+SIZE (limesurvey5.6.3+230130.zip) = 89038703