From cb0dcedee3140e3db30577aea7e90bc06810141f Mon Sep 17 00:00:00 2001 From: bket Date: Wed, 2 May 2018 08:08:11 +0000 Subject: [PATCH] Add PORTROACH annotation. This fixes portroach picking up a newer, incompatible version (which is offered via unison/2.5x). OK sthen@ --- net/unison/2.4x/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/unison/2.4x/Makefile b/net/unison/2.4x/Makefile index f63e8bbbdbe..54c6d334bcc 100644 --- a/net/unison/2.4x/Makefile +++ b/net/unison/2.4x/Makefile @@ -1,11 +1,13 @@ -# $OpenBSD: Makefile,v 1.1 2018/04/26 21:34:23 bket Exp $ +# $OpenBSD: Makefile,v 1.2 2018/05/02 08:08:11 bket Exp $ VER= 2.48.15 REV= v3 REVISION= 0 GH_TAGNAME= v${VER}${REV} DISTNAME= ${GH_PROJECT}-${VER} - + +PORTROACH= limit:^2\.4 + WRKDIST= ${WRKDIR}/${PKGNAME}${REV}/src .include