svn commit: r493771 - head/ports-mgmt/bsdadminscripts

Koichiro Iwao meta at FreeBSD.org
Sun Feb 24 16:46:35 UTC 2019


Author: meta
Date: Sun Feb 24 16:46:33 2019
New Revision: 493771
URL: https://svnweb.freebsd.org/changeset/ports/493771

Log:
  ports-mgmt/bsdadminscripts: Mark DEPRECATED
  
  Upstream has no updates for nearly 10 years, pkg_libchk command no longer
  detects missing libraries correctly.  Switch to ports-mgmt/bsdadminscripts2
  instead. It is redeveloped new one written by the same author.
  
  PR:		236001
  Submitted by:	myself

Modified:
  head/ports-mgmt/bsdadminscripts/Makefile

Modified: head/ports-mgmt/bsdadminscripts/Makefile
==============================================================================
--- head/ports-mgmt/bsdadminscripts/Makefile	Sun Feb 24 16:34:22 2019	(r493770)
+++ head/ports-mgmt/bsdadminscripts/Makefile	Sun Feb 24 16:46:33 2019	(r493771)
@@ -11,6 +11,9 @@ COMMENT=	Collection of administration scripts
 
 LICENSE=	BSD2CLAUSE
 
+DEPRECATED=	Upstream stale nearly 10 years, no longer works properly, use ports-mgmt/bsdadminscripts2 instead
+EXPIRATION_DATE=	2019-03-31
+
 NO_BUILD=	yes
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list