Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 2020 19:09:10 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547206 - head/www/radicale2
Message-ID:  <202008311909.07VJ9AML046855@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: decke
Date: Mon Aug 31 19:09:10 2020
New Revision: 547206
URL: https://svnweb.freebsd.org/changeset/ports/547206

Log:
  www/radicale2: Add deprecation notice and motivate users to migrate to www/radicale

Modified:
  head/www/radicale2/Makefile

Modified: head/www/radicale2/Makefile
==============================================================================
--- head/www/radicale2/Makefile	Mon Aug 31 18:59:13 2020	(r547205)
+++ head/www/radicale2/Makefile	Mon Aug 31 19:09:10 2020	(r547206)
@@ -14,6 +14,9 @@ COMMENT=	Python based CalDAV/CardDAV server
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Please migrate to Radicale 3.x which you can find at www/radicale
+EXPIRATION_DATE=2020-10-31
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bcrypt>=0:security/py-bcrypt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}passlib>=0:security/py-passlib@${PY_FLAVOR} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008311909.07VJ9AML046855>