pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-bsddb3 rather than accepting python 24 23...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebbbc89d3dac
branches:  trunk
changeset: 540939:ebbbc89d3dac
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Apr 11 15:19:07 2008 +0000

description:
rather than accepting python 24 23 & 22, mark 15 20 & 21 as incompat

diffstat:

 databases/py-bsddb3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3aa5605071dd -r ebbbc89d3dac databases/py-bsddb3/Makefile
--- a/databases/py-bsddb3/Makefile      Fri Apr 11 14:59:16 2008 +0000
+++ b/databases/py-bsddb3/Makefile      Fri Apr 11 15:19:07 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2008/01/12 11:36:29 adam Exp $
+# $NetBSD: Makefile,v 1.26 2008/04/11 15:19:07 abs Exp $
 #
 
 DISTNAME=      bsddb3-4.5.0
@@ -21,7 +21,7 @@
 
 .include "../../mk/pthread.buildlink3.mk"
 .if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "native"
-PYTHON_VERSIONS_ACCEPTED=      24 23 22
+PYTHON_VERSIONS_INCOMPATIBLE=  15 20 21
 .endif
 
 do-test:



Home | Main Index | Thread Index | Old Index