svn commit: r559042 - head/www/bareos16-webui

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu Dec 24 02:42:32 UTC 2020


Author: acm
Date: Thu Dec 24 02:42:31 2020
New Revision: 559042
URL: https://svnweb.freebsd.org/changeset/ports/559042

Log:
  - Set DEPRECATED and EXPIRATE_DATE (this version is unmaintained anymore)

Modified:
  head/www/bareos16-webui/Makefile

Modified: head/www/bareos16-webui/Makefile
==============================================================================
--- head/www/bareos16-webui/Makefile	Thu Dec 24 02:41:22 2020	(r559041)
+++ head/www/bareos16-webui/Makefile	Thu Dec 24 02:42:31 2020	(r559042)
@@ -25,6 +25,9 @@ SUB_FILES=	pkg-message
 PLIST_SUB=	WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
 SUB_LIST=	BAREOSWEBUIDIR=${WWWDIR}
 
+DEPRECATED=	Unmaintained, please migrate to a newer version of bareos
+EXPIRATION_DATE=2021-01-23
+
 OPTIONS_DEFINE=		MYSQL PGSQL ZENDFRAMEWORK
 OPTIONS_DEFAULT=	PGSQL
 ZENDFRAMEWORK_DESC=	Install zend framework


More information about the svn-ports-all mailing list