aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-21 12:41:59 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-21 12:43:31 +0000
commit645adbc449e339b597e72c80799597a762c3c7e6 (patch)
treeb5213a076bcc8c53e8629ca8e22478882c4a0fb9
parentd525020ef6937be08c81cd81a7baa460b33d8ab2 (diff)
downloadports-645adbc449e339b597e72c80799597a762c3c7e6.tar.gz
ports-645adbc449e339b597e72c80799597a762c3c7e6.zip
science/*dcl: Reset EXPIRATION_DATE
science/cdcl was marked for EXPIRATION however there were consumers which were not also marked. So reset the EXPIRATION of both to 2023-04-21.
-rw-r--r--science/cdcl/Makefile2
-rw-r--r--science/rubygem-ruby-dcl/Makefile3
2 files changed, 4 insertions, 1 deletions
diff --git a/science/cdcl/Makefile b/science/cdcl/Makefile
index 9f23304437e8..e5e21c115231 100644
--- a/science/cdcl/Makefile
+++ b/science/cdcl/Makefile
@@ -21,7 +21,7 @@ BROKEN= fails to fetch from mastersite (newest release is 7.4.0 of 2020611)
BROKEN_armv6= fails to link: final link failed: Nonrepresentable section on output
BROKEN_armv7= fails to link: final link failed: Nonrepresentable section on output
DEPRECATED= Broken since 2021
-EXPIRATION_DATE= 2023-03-21
+EXPIRATION_DATE= 2023-04-21
OPTIONS_DEFINE= DOCS EXAMPLES
USES= desthack gnome pkgconfig xorg
diff --git a/science/rubygem-ruby-dcl/Makefile b/science/rubygem-ruby-dcl/Makefile
index 9f1c656b685b..a108eb0d9faf 100644
--- a/science/rubygem-ruby-dcl/Makefile
+++ b/science/rubygem-ruby-dcl/Makefile
@@ -11,6 +11,9 @@ WWW= http://ruby.gfd-dennou.org/products/ruby-dcl/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+DEPRECATED= requires deprecated science/cdcl
+EXPIRATION_DATE= 2023-04-21
+
BUILD_DEPENDS= rubygem-narray>=0.5.5:math/rubygem-narray
LIB_DEPENDS= libcdcl.so:science/cdcl \
libfontconfig.so:x11-fonts/fontconfig \