Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2019 16:46:34 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493771 - head/ports-mgmt/bsdadminscripts
Message-ID:  <201902241646.x1OGkYW1001095@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902241646.x1OGkYW1001095>