From 511a44f0723b4979ae895bf6e8e57ed960fbe990 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Thu, 7 Jan 2016 09:34:01 +0000 Subject: [PATCH] Set PORTROACH to 'ignore:1', these ports are tightly coupled with awscli and aws-shell wrt versioning. --- devel/py-colorama/Makefile | 3 ++- devel/py-prompt_toolkit/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/devel/py-colorama/Makefile b/devel/py-colorama/Makefile index 1a93ca08bd8..d1872822915 100644 --- a/devel/py-colorama/Makefile +++ b/devel/py-colorama/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2016/01/06 17:15:14 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.4 2016/01/07 09:34:01 ajacoutot Exp $ # !!! do not update blindly: sysutils/awscli requires a specific version +PORTROACH= ignore:1 COMMENT= print colored terminal text from Python apps diff --git a/devel/py-prompt_toolkit/Makefile b/devel/py-prompt_toolkit/Makefile index a10d8267970..1992b7403b9 100644 --- a/devel/py-prompt_toolkit/Makefile +++ b/devel/py-prompt_toolkit/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2016/01/07 08:15:41 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.2 2016/01/07 09:34:01 ajacoutot Exp $ # !!! do not update blindly: sysutils/aws-shell requires a specific version +PORTROACH= ignore:1 COMMENT= python library for building powerful interactive CLI