git: c1674a4175ad - main - www/nextcloud: Update to 30.0.5

From: Bernard Spil <brnrd_at_FreeBSD.org>
Date: Wed, 18 Dec 2024 18:40:19 UTC
The branch main has been updated by brnrd:

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

commit c1674a4175adeb653d04f21c80956163b45b4eb7
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2024-12-18 18:39:13 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2024-12-18 18:39:13 +0000

    www/nextcloud: Update to 30.0.5
    
    * And fix package failure [1]
    
    PR:             281812 [1]
    Reported by:    fluffy [1]
---
 www/nextcloud/Makefile | 4 ++--
 www/nextcloud/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile
index 8d0935d0a192..289a10685ad8 100644
--- a/www/nextcloud/Makefile
+++ b/www/nextcloud/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	nextcloud
-PORTVERSION=	30.0.2
+PORTVERSION=	30.0.4
 CATEGORIES=	www
 MASTER_SITES=	https://download.nextcloud.com/server/releases/
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
@@ -81,7 +81,7 @@ do-install:
 		${STAGEDIR}${WWWDIR}/config/config.sample.php
 	@${MKDIR} ${STAGEDIR}${WWWDIR}/data ${STAGEDIR}${WWWDIR}/apps \
 		${STAGEDIR}/var/log/${PORTNAME}
-	(cd ${WRKSRC}; ${FIND} . -type f) | ${SORT} | \
+	(cd ${WRKSRC}; ${FIND} . -type f -or -type l) | ${SORT} | \
 		${SED} -Ee '/^\.\/\.(htaccess\.dist|user\.ini)/d' \
 			-e '/^\.\/config\/config\.sample\.php/d' \
 			-e 's,^\.,${WWWDIR_REL},' >> ${TMPPLIST}
diff --git a/www/nextcloud/distinfo b/www/nextcloud/distinfo
index e9a63fb104eb..cf9d41074a95 100644
--- a/www/nextcloud/distinfo
+++ b/www/nextcloud/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1731169782
-SHA256 (nextcloud/nextcloud-30.0.2.tar.bz2) = 929bb8045e96216fe22a65dcd66279e5bd7ba1abb29d99bf401d423b646a445f
-SIZE (nextcloud/nextcloud-30.0.2.tar.bz2) = 186711039
+TIMESTAMP = 1734363577
+SHA256 (nextcloud/nextcloud-30.0.4.tar.bz2) = eb6aaba9acef442f2b3e4a996b7ee8a5ed24442f9bba681237fb28ed970e1fa5
+SIZE (nextcloud/nextcloud-30.0.4.tar.bz2) = 187905017