svn commit: r464364 - head/math/abacus

Tobias Kortkamp tobik at FreeBSD.org
Tue Mar 13 11:35:29 UTC 2018


Author: tobik
Date: Tue Mar 13 11:35:28 2018
New Revision: 464364
URL: https://svnweb.freebsd.org/changeset/ports/464364

Log:
  math/abacus: Deprecate
  
  The shared library is broken and no one stepped up in ~3 years to fix
  it.
  
  PR:		199772

Modified:
  head/math/abacus/Makefile

Modified: head/math/abacus/Makefile
==============================================================================
--- head/math/abacus/Makefile	Tue Mar 13 11:10:45 2018	(r464363)
+++ head/math/abacus/Makefile	Tue Mar 13 11:35:28 2018	(r464364)
@@ -12,6 +12,9 @@ COMMENT=	Branch-And-CUt System
 
 LICENSE=	LGPL21+
 
+DEPRECATED=	Unmaintained and has a broken shared library
+EXPIRATION_DATE=	2018-03-31
+
 LIB_DEPENDS=	libClp.so:math/coinmp
 
 NO_WRKSUBDIR=	yes


More information about the svn-ports-head mailing list