Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2013 14:30:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        zope@FreeBSD.org
Subject:   Re: ports/182423: commit references a PR
Message-ID:  <201309271430.r8REU1LF093233@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182423; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182423: commit references a PR
Date: Fri, 27 Sep 2013 14:27:36 +0000 (UTC)

 Author: rm
 Date: Fri Sep 27 14:27:27 2013
 New Revision: 328482
 URL: http://svnweb.freebsd.org/changeset/ports/328482
 
 Log:
   Strict python version to 2.x branch. ZODB < 3.11 or 4.0 does not support
   python3.
   
   PR:		182423
   Reported by:	Arseny Nasokin <eirnym@gmail.com>
 
 Modified:
   head/databases/zodb3/Makefile
 
 Modified: head/databases/zodb3/Makefile
 ==============================================================================
 --- head/databases/zodb3/Makefile	Fri Sep 27 14:26:55 2013	(r328481)
 +++ head/databases/zodb3/Makefile	Fri Sep 27 14:27:27 2013	(r328482)
 @@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zcon
  		${PYTHON_PKGNAMEPREFIX}zclockfile>=1.0.0:${PORTSDIR}/devel/py-zclockfile \
  		${PYTHON_PKGNAMEPREFIX}zope.event>=1.0.0:${PORTSDIR}/devel/py-zope.event
  
 -USE_PYTHON=	yes
 +USE_PYTHON=	-2.7
  USE_PYDISTUTILS=	easy_install
  PYEASYINSTALL_ARCHDEP=	yes
  PYDISTUTILS_PKGNAME=	ZODB3
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309271430.r8REU1LF093233>