removed python2.6 flavor.
switch to python2.7 default flavor has already been made during the dance of the bump. ok jasper@ sthen@
This commit is contained in:
parent
7fbcc40803
commit
22be6d7ef6
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2011/06/08 17:33:59 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2011/06/10 05:48:35 rpointel Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -8,9 +8,9 @@ COMMENT-examples= example programs for the LDAP client API for Python
|
||||
V= 2.3.1
|
||||
DISTNAME= python-ldap-${V}
|
||||
PKGNAME-main= py-ldap-${V}
|
||||
REVISION-main = 6
|
||||
REVISION-main = 7
|
||||
FULLPKGNAME-examples= py-ldap-examples-${V}
|
||||
REVISION-examples = 7
|
||||
REVISION-examples = 8
|
||||
FULLPKGPATH-examples= databases/py-ldap,-examples
|
||||
|
||||
CATEGORIES= databases
|
||||
@ -34,13 +34,11 @@ LIB_DEPENDS-main= databases/openldap \
|
||||
security/cyrus-sasl2
|
||||
WANTLIB-main += ldap_r>=7 lber>=7 sasl2>=2
|
||||
|
||||
FLAVORS= python2.4 python2.6 python2.7
|
||||
FLAVORS= python2.4 python2.7
|
||||
FLAVOR?= python2.7
|
||||
|
||||
.if ${FLAVOR:L:Mpython2.4} && !${FLAVOR:L:Npython2.4}
|
||||
MULTI_PACKAGES= -main
|
||||
.elif ${FLAVOR:L:Mpython2.6} && !${FLAVOR:L:Npython2.6}
|
||||
MULTI_PACKAGES= -main -examples
|
||||
.elif ${FLAVOR:L:Mpython2.7} && !${FLAVOR:L:Npython2.7}
|
||||
MULTI_PACKAGES= -main -examples
|
||||
.else
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2011/06/08 17:39:25 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2011/06/10 05:52:06 rpointel Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
COMMENT = date and time types for Python
|
||||
|
||||
MODPY_EGG_VERSION = 3.1.3
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
DISTNAME = egenix-mx-base-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-mxDateTime-${MODPY_EGG_VERSION}
|
||||
CATEGORIES = devel
|
||||
@ -20,7 +20,7 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MASTER_SITES = http://www.lemburg.com/files/python/
|
||||
|
||||
FLAVORS = python2.4 python2.6 python2.7 # 2.4 needed for Zope, e.g.
|
||||
FLAVORS = python2.4 python2.7 # 2.4 needed for Zope, e.g.
|
||||
FLAVOR ?= python2.7
|
||||
|
||||
WANTLIB += m
|
||||
|
Loading…
Reference in New Issue
Block a user