Date: Sat, 11 Apr 2026 07:25:42 +0000 From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ffdc40fe23d3 - main - lang/ghc94: Deprecate together with consumers Message-ID: <69d9f776.3a32a.1fd2e38b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=ffdc40fe23d3094b2d66840ca11019a544a29ac5 commit ffdc40fe23d3094b2d66840ca11019a544a29ac5 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2026-04-11 07:25:09 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2026-04-11 07:25:36 +0000 lang/ghc94: Deprecate together with consumers --- lang/ghc94/Makefile | 5 ++++- math/hs-syfco/Makefile | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lang/ghc94/Makefile b/lang/ghc94/Makefile index 6851bdf61469..b21363d0a5c8 100644 --- a/lang/ghc94/Makefile +++ b/lang/ghc94/Makefile @@ -1,6 +1,9 @@ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= 94 +DEPRECATED= Old version +EXPIRATION_DATE= 2026-05-30 + OPTIONS_DEFINE= DYNAMIC GMP PROFILE GHC_VERSION= 9.4.8 diff --git a/math/hs-syfco/Makefile b/math/hs-syfco/Makefile index d1cc64af78db..c9e587e97ced 100644 --- a/math/hs-syfco/Makefile +++ b/math/hs-syfco/Makefile @@ -2,12 +2,16 @@ PORTNAME= syfco DISTVERSIONPREFIX= v DISTVERSION= 1.1-34 DISTVERSIONSUFFIX= -g0f0f6a6 +PORTREVISION= 1 CATEGORIES= math lang haskell MAINTAINER= yuri@FreeBSD.org COMMENT= Synthesis Format Conversion Tool WWW= https://github.com/reactive-systems/syfco +DEPRECATED= Depends on a deprecated compiler version +EXPIRATION_DATE= 2026-05-30 + LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSEhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d9f776.3a32a.1fd2e38b>
