Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2023 12:43:40 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 645adbc449e3 - main - science/*dcl: Reset EXPIRATION_DATE
Message-ID:  <202303211243.32LCheC1060442@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=645adbc449e339b597e72c80799597a762c3c7e6

commit 645adbc449e339b597e72c80799597a762c3c7e6
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-03-21 12:41:59 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-03-21 12:43:31 +0000

    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.
---
 science/cdcl/Makefile             | 2 +-
 science/rubygem-ruby-dcl/Makefile | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

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 \



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