Enclosed diff adds a PORTROACH annotation to the Makefile of unison/2.4x. This fixes portroach picking up a newer, incompatible version (which is used by unison/2.5x).
OK? Index: Makefile =================================================================== RCS file: /cvs/ports/net/unison/2.4x/Makefile,v retrieving revision 1.1 diff -u -p -r1.1 Makefile --- Makefile 26 Apr 2018 21:34:23 -0000 1.1 +++ Makefile 1 May 2018 18:54:15 -0000 @@ -5,7 +5,9 @@ REV= v3 REVISION= 0 GH_TAGNAME= v${VER}${REV} DISTNAME= ${GH_PROJECT}-${VER} - + +PORTROACH= limit:^2\.4 + WRKDIST= ${WRKDIR}/${PKGNAME}${REV}/src .include <bsd.port.mk>