Date: Tue, 4 Mar 2014 18:56:47 +0000 From: Olivier Duchateau <olivierd@freebsd.org> To: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r347040 - head/security/py-itsdangerous Message-ID: <20140304185647.790b193bef1e22df1f1f6ef8@freebsd.org> In-Reply-To: <201403041622.s24GMm8K092352@svn.freebsd.org> References: <201403041622.s24GMm8K092352@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 4 Mar 2014 16:22:48 +0000 (UTC) Sunpoet Po-Chuan Hsieh <sunpoet@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140304185647.790b193bef1e22df1f1f6ef8>