From f4683ac1be44ded112bcbc18f7473aeb47bfee59 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Tue, 28 Jan 2025 16:01:58 -0500 Subject: [PATCH] lang/quickjs: resolve conflict with lang/quickjs-ng Bump PORTREVISION. --- lang/quickjs/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lang/quickjs/Makefile b/lang/quickjs/Makefile index 31da1f00d164..6662e89c22af 100644 --- a/lang/quickjs/Makefile +++ b/lang/quickjs/Makefile @@ -1,5 +1,6 @@ PORTNAME= quickjs DISTVERSION= 2024.01.13-20240727 +PORTREVISION= 1 CATEGORIES= lang devel #MASTER_SITES= https://bellard.org/${PORTNAME}/ #DISTNAME= ${PORTNAME}-${DISTVERSION:S/./-/g} @@ -19,6 +20,8 @@ GH_TAGNAME= 6e2e68f CPE_VENDOR= ${PORTNAME}_project +CONFLICTS= quickjs + TEST_TARGET= test .include