svn commit: r547206 - head/www/radicale2

Bernhard Froehlich decke at FreeBSD.org
Mon Aug 31 19:09:11 UTC 2020


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} \


More information about the svn-ports-head mailing list