Date: Sun, 24 Mar 2013 14:57:08 +0800 From: Martin Wilke <miwi@bsdhash.org> To: Ruslan Mahmatkhanov <rm@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r315099 - head/security/py-keyring Message-ID: <CC6938E3-CA8E-4570-8170-51D4AE16A974@bsdhash.org> In-Reply-To: <201303240533.r2O5XGBV039972@svn.freebsd.org> References: <201303240533.r2O5XGBV039972@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mar 24, 2013, at 1:33 PM, Ruslan Mahmatkhanov <rm@FreeBSD.org> 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 <douglas@douglasthrift.net> (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 <bsd.port.pre.mk> > - > -.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 <bsd.port.post.mk> > +.include <bsd.port.mk> >=20 +-----------------oOO--(_)--OOo-------------------------+ With best Regards, Martin Wilke (miwi_(at)_FreeBSD.org) Mess with the Best, Die like the Rest
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CC6938E3-CA8E-4570-8170-51D4AE16A974>