svn commit: r541822 - head/www/rejik

Gerald Pfeifer gerald at FreeBSD.org
Thu Jul 9 21:50:56 UTC 2020


Author: gerald
Date: Thu Jul  9 21:50:55 2020
New Revision: 541822
URL: https://svnweb.freebsd.org/changeset/ports/541822

Log:
  Deprecate www/rejik with a long expiration period of three months.
  
  This looks like abandonware, it is MAKE_JOBS_UNSAFE, requires -fcommon,
  and all changes in the last six+ years have been mechanical ones and
  keeping it on life support.

Modified:
  head/www/rejik/Makefile

Modified: head/www/rejik/Makefile
==============================================================================
--- head/www/rejik/Makefile	Thu Jul  9 21:04:41 2020	(r541821)
+++ head/www/rejik/Makefile	Thu Jul  9 21:50:55 2020	(r541822)
@@ -13,6 +13,9 @@ COMMENT=	Squid redirector used for blocking unwanted c
 
 LICENSE=	BSD4CLAUSE
 
+DEPRECATED=	Abandonware, requires MAKE_JOBS_UNSAFE, -fcommon,...
+EXPIRATION_DATE=2020-10-05
+
 RUN_DEPENDS=	${LOCALBASE}/sbin/squid:www/squid
 LIB_DEPENDS=	libpcre.so:devel/pcre
 


More information about the svn-ports-all mailing list