pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/uncrustify uncrustify: ... actually, PYTHON_V...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9671abd1071
branches:  trunk
changeset: 336249:f9671abd1071
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jul 09 20:36:21 2019 +0000

description:
uncrustify: ... actually, PYTHON_VERSIONS_ACCEPTED is better here

diffstat:

 textproc/uncrustify/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2747fd5e46ac -r f9671abd1071 textproc/uncrustify/Makefile
--- a/textproc/uncrustify/Makefile      Tue Jul 09 20:31:33 2019 +0000
+++ b/textproc/uncrustify/Makefile      Tue Jul 09 20:36:21 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/07/09 20:23:07 nia Exp $
+# $NetBSD: Makefile,v 1.5 2019/07/09 20:36:21 nia Exp $
 
 DISTNAME=      uncrustify-uncrustify-0.69.0
 PKGNAME=       ${DISTNAME:S/uncrustify-//}
@@ -19,7 +19,7 @@
 CONFIGURE_DIRS=                ${OBJDIR}
 CMAKE_ARG_PATH=                ${WRKSRC}
 
-PYTHON_VERSIONS_INCOMPATIBLE=  36 37
+PYTHON_VERSIONS_ACCEPTED=      27
 PYTHON_FOR_BUILD_ONLY= yes
 
 pre-configure:



Home | Main Index | Thread Index | Old Index