svn commit: r347040 - head/security/py-itsdangerous
Olivier Duchateau
olivierd at freebsd.org
Tue Mar 4 18:59:37 UTC 2014
On Tue, 4 Mar 2014 16:22:48 +0000 (UTC)
Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org> wrote:
> Author: sunpoet
> Date: Tue Mar 4 16:22:48 2014
> New Revision: 347040
> URL: http://svnweb.freebsd.org/changeset/ports/347040
> QAT: https://qat.redports.org/buildarchive/r347040/
>
> Log:
> - Add LICENSE
> - Convert to new options helper
Could you justify, why did you change option helper? It's my own port, I would like to understand, why.
Next time, email would be better.
>
> Approved by: portmgr (blanket)
>
> Modified:
> head/security/py-itsdangerous/Makefile
>
> Modified: head/security/py-itsdangerous/Makefile
> ==============================================================================
> --- head/security/py-itsdangerous/Makefile Tue Mar 4 16:17:15 2014 (r347039)
> +++ head/security/py-itsdangerous/Makefile Tue Mar 4 16:22:48 2014 (r347040)
> @@ -10,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
> MAINTAINER= olivierd at FreeBSD.org
> COMMENT= Various helpers to pass data in untrusted environments
>
> +LICENSE= BSD3CLAUSE
> +
> USE_PYTHON= yes
> USE_PYDISTUTILS= yes
> PYDISTUTILS_AUTOPLIST= yes
> @@ -17,10 +19,6 @@ PYDISTUTILS_AUTOPLIST= yes
> OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
> OPTIONS_DEFINE= JSON
>
> -.include <bsd.port.options.mk>
> -
> -.if ${PORT_OPTIONS:MJSON}
> -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=3.0:${PORTSDIR}/devel/py-simplejson
> -.endif
> +JSON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=3.0:${PORTSDIR}/devel/py-simplejson
>
> .include <bsd.port.mk>
>
--
olivier
More information about the svn-ports-all
mailing list