Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 May 2026 22:13:51 +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: dc0a16e774c7 - main - net/unison253: Fix PKGBASE value
Message-ID:  <69fa6b9f.1f4e9.7809fca@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=dc0a16e774c7c3177ac45eabed195bdedd9fa20c

commit dc0a16e774c7c3177ac45eabed195bdedd9fa20c
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2026-05-05 22:07:40 +0000
Commit:     Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2026-05-05 22:13:45 +0000

    net/unison253: Fix PKGBASE value
    
    Reported by:    antoine
    Fixes:          b09b2548c2 net/unison253: Add port preserving new legacy version
---
 net/unison253/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/net/unison253/Makefile b/net/unison253/Makefile
index 45495a904293..2114151fc280 100644
--- a/net/unison253/Makefile
+++ b/net/unison253/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	unison
 PORTVERSION=	2.53.8
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net
 
@@ -18,15 +19,16 @@ VERSIONSUFFIX=	253
 DEPRECATED=	Legacy release unsupported by upstream
 EXPIRATION_DATE=	2027-06-30
 
-nox11_PKGNAMESUFFIX=		-nox11
-nox11_CONFLICTS_INSTALL=	unison
+nox11_PKGNAMESUFFIX=		${VERSIONSUFFIX}-nox11
+nox11_CONFLICTS_INSTALL=	unison${VERSIONSUFFIX}
 
+x11_PKGNAMESUFFIX=	${VERSIONSUFFIX}
 x11_BUILD_DEPENDS=	icotool:graphics/icoutils \
 			ocaml-lablgtk3>0:x11-toolkits/ocaml-lablgtk3
 x11_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 			libfreetype.so:print/freetype2 \
 			libharfbuzz.so:print/harfbuzz
-x11_CONFLICTS_INSTALL=	unison-nox11
+x11_CONFLICTS_INSTALL=	unison${VERSIONSUFFIX}-nox11
 
 USES=		localbase ocaml:build pkgconfig
 USE_GITHUB=	yes


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fa6b9f.1f4e9.7809fca>