diff options
| author | Guido Falsi <madpilot@FreeBSD.org> | 2026-05-05 22:07:40 +0000 |
|---|---|---|
| committer | Guido Falsi <madpilot@FreeBSD.org> | 2026-05-05 22:13:45 +0000 |
| commit | dc0a16e774c7c3177ac45eabed195bdedd9fa20c (patch) | |
| tree | 6c521bfed1efeaa783b81c93debc43e83eef17ff | |
| parent | b0bfd9dfeaa2e1822973b2bed676f4427fd8b7c7 (diff) | |
net/unison253: Fix PKGBASE value
Reported by: antoine
Fixes: b09b2548c2 net/unison253: Add port preserving new legacy version
| -rw-r--r-- | net/unison253/Makefile | 8 |
1 files 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 |
