git: 5a61e8324959 - main - deskutils/horde-kronolith: Remove expired port:

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 31 Mar 2023 00:02:08 UTC
The branch main has been updated by bofh:

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

commit 5a61e8324959e0ceaa43ec5d9072372c49eb6141
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-03-25 15:44:12 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-03-30 23:59:46 +0000

    deskutils/horde-kronolith: Remove expired port:
    
    2023-03-31 deskutils/horde-kronolith: Requires php74
    
    Sponsored by:   Bounce Experts
---
 MOVED                               |  1 +
 Mk/Uses/horde.mk                    |  1 -
 deskutils/Makefile                  |  1 -
 deskutils/horde-kronolith/Makefile  | 66 -------------------------------------
 deskutils/horde-kronolith/distinfo  |  3 --
 deskutils/horde-kronolith/pkg-descr |  6 ----
 6 files changed, 1 insertion(+), 77 deletions(-)

diff --git a/MOVED b/MOVED
index 043b0ccdbc5c..3c97c683b3e1 100644
--- a/MOVED
+++ b/MOVED
@@ -17874,3 +17874,4 @@ www/horde-passwd||2023-03-31|Has expired: Requires php74
 www/horde-ansel||2023-03-31|Has expired: Requires php74
 multimedia/subtitleripper||2023-03-31|Has expired: Depends on broken transcode port
 sysutils/disktype||2023-03-31|Has expired: Abandonware, last release in 2006 and no development since
+deskutils/horde-kronolith||2023-03-31|Has expired: Requires php74
diff --git a/Mk/Uses/horde.mk b/Mk/Uses/horde.mk
index f5d04b3a91b1..0734fa18ba86 100644
--- a/Mk/Uses/horde.mk
+++ b/Mk/Uses/horde.mk
@@ -122,7 +122,6 @@ horde-gollem-DEPEND=		${LOCALBASE}/${HORDE_DIR}/gollem/index.php:ftp/horde-golle
 horde-horde-DEPEND=		${LOCALBASE}/${HORDE_DIR}/index.php:www/horde-base
 horde-imp-DEPEND=		${LOCALBASE}/${HORDE_DIR}/imp/index.php:mail/horde-imp
 horde-ingo-DEPEND=		${LOCALBASE}/${HORDE_DIR}/ingo/index.php:mail/horde-ingo
-horde-kronolith-DEPEND=		${LOCALBASE}/${HORDE_DIR}/kronolith/index.php:deskutils/horde-kronolith
 horde-mnemo-DEPEND=		${LOCALBASE}/${HORDE_DIR}/mnemo/index.php:deskutils/horde-mnemo
 horde-nag-DEPEND=		${LOCALBASE}/${HORDE_DIR}/nag/index.php:deskutils/horde-nag
 horde-timeobjects-DEPEND=	${LOCALBASE}/${HORDE_DIR}/timeobjects/lib/Driver.php:devel/horde-timeobjects
diff --git a/deskutils/Makefile b/deskutils/Makefile
index 775da5a01ab5..bf4dc1ffa684 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -116,7 +116,6 @@
     SUBDIR += health
     SUBDIR += hebcal
     SUBDIR += helpviewer
-    SUBDIR += horde-kronolith
     SUBDIR += horde-mnemo
     SUBDIR += horde-nag
     SUBDIR += hot-babe
diff --git a/deskutils/horde-kronolith/Makefile b/deskutils/horde-kronolith/Makefile
deleted file mode 100644
index 71997d0a4b41..000000000000
--- a/deskutils/horde-kronolith/Makefile
+++ /dev/null
@@ -1,66 +0,0 @@
-PORTNAME=	kronolith
-PORTVERSION=	4.2.29
-CATEGORIES=	deskutils www pear
-PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}horde-
-
-MAINTAINER=	horde@FreeBSD.org
-COMMENT=	Horde web based calendar
-WWW=		https://www.horde.org/apps/kronolith/
-
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-DEPRECATED=	Requires php74
-EXPIRATION_DATE=	2023-03-31
-BROKEN=	runtime error with php80
-
-RUN_DEPENDS+=	${PEARDIR}/Date.php:devel/pear-Date@${PHP_FLAVOR}
-
-USES=		horde php cpe
-USE_HORDE_BUILD=	Horde_Role
-USE_HORDE_RUN=	Horde_Role \
-		content \
-		horde \
-		Horde_Auth \
-		Horde_Autoloader \
-		Horde_Core \
-		Horde_Data \
-		Horde_Date \
-		Horde_Date_Parser \
-		Horde_Dav \
-		Horde_Exception \
-		Horde_Form \
-		Horde_Group \
-		Horde_Http \
-		Horde_History \
-		Horde_Icalendar \
-		Horde_Image \
-		Horde_Lock \
-		Horde_LoginTasks \
-		Horde_Mail \
-		Horde_Mime \
-		Horde_Nls \
-		Horde_Notification \
-		Horde_Perms \
-		Horde_Serialize \
-		Horde_Share \
-		Horde_Support \
-		Horde_Text_Filter \
-		Horde_Timezone \
-		Horde_Url \
-		Horde_Util \
-		Horde_View
-USE_PHP=	gettext json simplexml
-IGNORE_WITH_PHP=81 82
-
-OPTIONS_DEFINE=		DATE_HOLIDAYS TIMEOBJECTS XMLWRITER
-OPTIONS_DEFAULT=	DATE_HOLIDAYS TIMEOBJECTS
-DATE_HOLIDAYS_DESC=	Depend on PEAR Date_Holidays
-TIMEOBJECTS_DESC=	Depenbd on Horde timeobjects
-XMLWRITER_DESC=		Depend on PHP xmlwriter extension
-
-DATE_HOLIDAYS_RUN_DEPENDS=	${PEARDIR}/Date/Holidays.php:devel/pear-Date_Holidays@${PHP_FLAVOR}
-TIMEOBJECTS_USE=	HORDE_RUN=timeobjects
-XMLWRITER_USE=	PHP=xmlwriter
-
-.include <bsd.port.mk>
diff --git a/deskutils/horde-kronolith/distinfo b/deskutils/horde-kronolith/distinfo
deleted file mode 100644
index 79ad827d6733..000000000000
--- a/deskutils/horde-kronolith/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1595147805
-SHA256 (Horde/kronolith-4.2.29.tgz) = b220e716e2b054cfff89c06df61fc41ce02b6913d5d30997a0d0f27f420b394a
-SIZE (Horde/kronolith-4.2.29.tgz) = 2645641
diff --git a/deskutils/horde-kronolith/pkg-descr b/deskutils/horde-kronolith/pkg-descr
deleted file mode 100644
index 95f832b6762c..000000000000
--- a/deskutils/horde-kronolith/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Kronolith is the Horde calendar application. It provides web-based calendars
-backed by a SQL database or a Kolab server. Supported features include Ajax
-and mobile interfaces, shared calendars, remote calendars, invitation
-management (iCalendar/iTip), free/busy management, resource management,
-alarms, recurring events, and a sophisticated day/week view which handles
-arbitrary numbers of overlapping events.