svn commit: r559041 - head/sysutils/bareos16-server

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


Author: acm
Date: Thu Dec 24 02:41:22 2020
New Revision: 559041
URL: https://svnweb.freebsd.org/changeset/ports/559041

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

Modified:
  head/sysutils/bareos16-server/Makefile

Modified: head/sysutils/bareos16-server/Makefile
==============================================================================
--- head/sysutils/bareos16-server/Makefile	Thu Dec 24 00:56:19 2020	(r559040)
+++ head/sysutils/bareos16-server/Makefile	Thu Dec 24 02:41:22 2020	(r559041)
@@ -35,6 +35,9 @@ SHEBANG_FILES=	${WRKSRC}/src/cats/make_catalog_backup.
 CPPFLAGS+=	-I${LOCALBASE}/readline -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+DEPRECATED=	Unmaintained, please migrate to a newer version of bareos
+EXPIRATION_DATE=2021-01-23
+
 OPTIONS_DEFAULT=	OPENSSL
 OPTIONS_SINGLE=		CRYPTO
 OPTIONS_SINGLE_CRYPTO=	OPENSSL GNUTLS


More information about the svn-ports-all mailing list