svn commit: r362772 - in head/devel: . py-colorlog
Marcus von Appen
mva at freebsd.org
Thu Jul 24 13:58:59 UTC 2014
Alexey Dokuchaev <danfe at freebsd.org>:
> Author: danfe
> Date: Thu Jul 24 09:32:44 2014
> New Revision: 362772
> URL: http://svnweb.freebsd.org/changeset/ports/362772
> QAT: https://qat.redports.org/buildarchive/r362772/
>
> Log:
> - Add py-colorlog, Python module for log formatting with colors
> - Fix some misplaced entries in devel/Makefile while I am at it
>
> Added:
> head/devel/py-colorlog/
> head/devel/py-colorlog/Makefile (contents, props changed)
> head/devel/py-colorlog/distinfo (contents, props changed)
> head/devel/py-colorlog/pkg-descr (contents, props changed)
> Modified:
> head/devel/Makefile
>
[...]
>
> Added: head/devel/py-colorlog/Makefile
> ==============================================================================
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ head/devel/py-colorlog/Makefile Thu Jul 24 09:32:44 2014 (r362772)
> @@ -0,0 +1,26 @@
> +# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
> +# $FreeBSD$
> +
> +PORTNAME= colorlog
> +PORTVERSION= 2.3.1
> +CATEGORIES= devel python
> +MASTER_SITES= CHEESESHOP
> +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
> +
> +MAINTAINER= python at FreeBSD.org
> +COMMENT= Python module for log formatting with colors
> +
> +LICENSE= MIT
> +
> +USE_PYTHON= yes
> +USE_PYDISTUTILS= yes
> +PYDISTUTILS_AUTOPLIST= yes
> +
> +DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
You want PYTHON_CONCURRENT_INSTALL=yes here, instead of the DOCSDIR
reassignment.
Cheers
Marcus
More information about the svn-ports-all
mailing list