svn commit: r315099 - head/security/py-keyring

Martin Wilke miwi at bsdhash.org
Sun Mar 24 06:57:14 UTC 2013


On Mar 24, 2013, at 1:33 PM, Ruslan Mahmatkhanov <rm at FreeBSD.org> wrote:

> Author: rm
> Date: Sun Mar 24 05:33:16 2013
> New Revision: 315099
> URL: http://svnweb.freebsd.org/changeset/ports/315099
> 
> 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
> 
>  Reported by:    pointyhat (miwi)
>  Submitted by:	rm (myself)
>  Approved by:	Douglas Thrift <douglas at douglasthrift.net> (maintainer, by mail)
> 
> Modified:
>  head/security/py-keyring/Makefile
> 
> Modified: head/security/py-keyring/Makefile
> ==============================================================================
> --- 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 @@
> 
> PORTNAME=	keyring
> PORTVERSION=	1.2
> +PORTREVISION=	1
> CATEGORIES=	security python
> MASTER_SITES=	CHEESESHOP
> PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> @@ -12,10 +13,12 @@ COMMENT=	Store and access your passwords
> 
> LICENSE=	PSFL
> 
> +BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner
> +
> LATEST_LINK=	py-${PORTNAME}
> 
> USE_ZIP=	yes
> -USE_PYTHON=	2.5+
> +USE_PYTHON=	yes
> USE_PYDISTUTILS=	easy_install
> 
> OPTIONS_DEFINE=		CRYPT_FILE GNOME_KEYRING KDE_KWALLET
> @@ -37,10 +40,4 @@ USE_GNOME+=	pygnomedesktop
> USE_KDE4+=	pykde4
> .endif
> 
> -.include <bsd.port.pre.mk>
> -
> -.if ${PORT_OPTIONS:MCRYPT_FILE} && ${PYTHON_VERSION} == "python2.5"
> -RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}simplejson>=2.5:${PORTSDIR}/devel/py-simplejson
> -.endif
> -
> -.include <bsd.port.post.mk>
> +.include <bsd.port.mk>
> 

+-----------------oOO--(_)--OOo-------------------------+
With best Regards,
       Martin Wilke (miwi_(at)_FreeBSD.org)

Mess with the Best, Die like the Rest



More information about the svn-ports-all mailing list