aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2023-01-31 19:04:42 +0000
committerFlorian Smeets <flo@FreeBSD.org>2023-01-31 19:05:49 +0000
commit97a99854990eaae540af055a7974ef0334a2b7db (patch)
tree251579a32979e7cf1ec23421a91d9d39e9793029
parent9ef2994967fce142b7065ada94dfe5d8cfa1a010 (diff)
downloadports-97a99854990eaae540af055a7974ef0334a2b7db.tar.gz
ports-97a99854990eaae540af055a7974ef0334a2b7db.zip
www/limesurvey: Update to 5.6.3
-rw-r--r--www/limesurvey/Makefile14
-rw-r--r--www/limesurvey/distinfo6
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