From owner-svn-ports-head@FreeBSD.ORG Sun Mar 24 06:57:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 60E9293; Sun, 24 Mar 2013 06:57:14 +0000 (UTC) (envelope-from miwi@bsdhash.org) Received: from bsdhash.org (bsdhash.org [94.23.250.27]) by mx1.freebsd.org (Postfix) with ESMTP id 2E97E988; Sun, 24 Mar 2013 06:57:14 +0000 (UTC) Received: from [192.168.0.105] (unknown [175.139.48.247]) by bsdhash.org (Postfix) with ESMTPA id 0E3F851257; Sun, 24 Mar 2013 14:57:10 +0800 (MYT) Subject: Re: svn commit: r315099 - head/security/py-keyring Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Content-Type: text/plain; charset=us-ascii From: Martin Wilke In-Reply-To: <201303240533.r2O5XGBV039972@svn.freebsd.org> Date: Sun, 24 Mar 2013 14:57:08 +0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201303240533.r2O5XGBV039972@svn.freebsd.org> To: Ruslan Mahmatkhanov X-Mailer: Apple Mail (2.1499) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Mar 2013 06:57:14 -0000 On Mar 24, 2013, at 1:33 PM, Ruslan Mahmatkhanov wrote: > Author: rm > Date: Sun Mar 24 05:33:16 2013 > New Revision: 315099 > URL: http://svnweb.freebsd.org/changeset/ports/315099 >=20 > Log: > - add missing build dependency on py-pytest-runner to fix build on > pointyhat This is not really a pointyhat issue that is/was a real bug. For more infos please have a look at: https://wiki.freebsd.org/PortsFailingInJails (note this is out of date) - Martin > - remove conditional simplejson dependency, since we don't more > have python2.5 in the tree > - change USE_PYTHON to ``yes'', because both python branches are > supported by this port > - bump PORTREVISION >=20 > Reported by: pointyhat (miwi) > Submitted by: rm (myself) > Approved by: Douglas Thrift (maintainer, = by mail) >=20 > Modified: > head/security/py-keyring/Makefile >=20 > Modified: head/security/py-keyring/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/security/py-keyring/Makefile Sun Mar 24 05:32:19 2013 = (r315098) > +++ head/security/py-keyring/Makefile Sun Mar 24 05:33:16 2013 = (r315099) > @@ -3,6 +3,7 @@ >=20 > PORTNAME=3D keyring > PORTVERSION=3D 1.2 > +PORTREVISION=3D 1 > CATEGORIES=3D security python > MASTER_SITES=3D CHEESESHOP > PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} > @@ -12,10 +13,12 @@ COMMENT=3D Store and access your passwords >=20 > LICENSE=3D PSFL >=20 > +BUILD_DEPENDS=3D = ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner > + > LATEST_LINK=3D py-${PORTNAME} >=20 > USE_ZIP=3D yes > -USE_PYTHON=3D 2.5+ > +USE_PYTHON=3D yes > USE_PYDISTUTILS=3D easy_install >=20 > OPTIONS_DEFINE=3D CRYPT_FILE GNOME_KEYRING KDE_KWALLET > @@ -37,10 +40,4 @@ USE_GNOME+=3D pygnomedesktop > USE_KDE4+=3D pykde4 > .endif >=20 > -.include > - > -.if ${PORT_OPTIONS:MCRYPT_FILE} && ${PYTHON_VERSION} =3D=3D = "python2.5" > -RUN_DEPENDS+=3D = ${PYTHON_PKGNAMEPREFIX}simplejson>=3D2.5:${PORTSDIR}/devel/py-simplejson > -.endif > - > -.include > +.include >=20 +-----------------oOO--(_)--OOo-------------------------+ With best Regards, Martin Wilke (miwi_(at)_FreeBSD.org) Mess with the Best, Die like the Rest