Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Apr 2026 06:49:31 +0000
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eab605ed827b - main - net/unison*: Deprecate old unison releases
Message-ID:  <69ce117b.1f3d9.26a8fd30@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by madpilot:

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

commit eab605ed827b57c3a6d4a947a6943fa136962e9d
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2026-04-02 06:49:03 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2026-04-02 06:49:03 +0000

    net/unison*: Deprecate old unison releases
    
    These versions are quite old and unsupported upstream.
---
 net/unison248/Makefile | 3 +++
 net/unison251/Makefile | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/net/unison248/Makefile b/net/unison248/Makefile
index fb0910436386..9afa8fb12c6b 100644
--- a/net/unison248/Makefile
+++ b/net/unison248/Makefile
@@ -17,6 +17,9 @@ FLAVOR?=	${FLAVORS:[1]}
 
 VERSIONSUFFIX=	248
 
+DEPRECATED=	Legacy release unsupported by upstream
+EXPIRATION_DATE=	2026-06-30
+
 nox11_PKGNAMESUFFIX=		${VERSIONSUFFIX}-nox11
 nox11_CONFLICTS_INSTALL=	unison${VERSIONSUFFIX}
 
diff --git a/net/unison251/Makefile b/net/unison251/Makefile
index 0b54826495b0..4d044f44ae42 100644
--- a/net/unison251/Makefile
+++ b/net/unison251/Makefile
@@ -16,6 +16,9 @@ FLAVOR?=	${FLAVORS:[1]}
 
 VERSIONSUFFIX=	251
 
+DEPRECATED=	Legacy release unsupported by upstream
+EXPIRATION_DATE=	2026-06-30
+
 nox11_PKGNAMESUFFIX=		${VERSIONSUFFIX}-nox11
 nox11_CONFLICTS_INSTALL=	unison${VERSIONSUFFIX}
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ce117b.1f3d9.26a8fd30>