svn commit: r569175 - in head: . math math/rehearse

Yuri Victorovich yuri at FreeBSD.org
Thu Mar 25 01:48:07 UTC 2021


Author: yuri
Date: Thu Mar 25 01:48:06 2021
New Revision: 569175
URL: https://svnweb.freebsd.org/changeset/ports/569175

Log:
  Re-add math/rehearse: Doesn't seem to depend on any conflicting ports

Added:
  head/math/rehearse/
     - copied from r546332, head/math/rehearse/
Modified:
  head/MOVED
  head/math/Makefile
  head/math/rehearse/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu Mar 25 01:45:17 2021	(r569174)
+++ head/MOVED	Thu Mar 25 01:48:06 2021	(r569175)
@@ -15351,7 +15351,6 @@ games/xminesweep||2020-08-27|Has expired: Broken for m
 graphics/backfract||2020-08-27|Has expired: Broken for more than 6 months
 japanese/kanjipad||2020-08-27|Has expired: Broken for more than 6 months
 japanese/xdtp||2020-08-27|Has expired: Broken for more than 6 months
-math/rehearse||2020-08-27|Has expired: Broken for more than 6 months
 net/hinfo||2020-08-27|Has expired: Broken for more than 6 months
 science/fleur||2020-08-27|Has expired: Broken for more than 6 months
 science/lm||2020-08-27|Has expired: Broken for more than 6 months

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Thu Mar 25 01:45:17 2021	(r569174)
+++ head/math/Makefile	Thu Mar 25 01:48:06 2021	(r569175)
@@ -903,6 +903,7 @@
     SUBDIR += reduce
     SUBDIR += reduce-psl
     SUBDIR += reed-solomon
+    SUBDIR += rehearse
     SUBDIR += rexx-regmath
     SUBDIR += rkward-kde
     SUBDIR += rngstreams

Modified: head/math/rehearse/Makefile
==============================================================================
--- head/math/rehearse/Makefile	Thu Aug 27 09:36:41 2020	(r546332)
+++ head/math/rehearse/Makefile	Thu Mar 25 01:48:06 2021	(r569175)
@@ -11,10 +11,6 @@ COMMENT=	Algebraic modeling library in C++ for linear 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN=		depends on conflicting ports
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-08-26
-
 LIB_DEPENDS=	libClp.so:math/clp \
 		libOsi.so:math/osi
 


More information about the svn-ports-head mailing list