svn commit: r318965 - head/www/uwsgi

Chris Rees utisoft at gmail.com
Fri May 24 16:18:30 UTC 2013


On 24 May 2013 14:27, "Dmitry Sivachenko" <demon at freebsd.org> wrote:
>
> Author: demon
> Date: Fri May 24 13:27:10 2013
> New Revision: 318965
> URL: http://svnweb.freebsd.org/changeset/ports/318965
>
> Log:
>   pkg_add seems to have problems if PLIST_FILES contain absolute path.
>
> Added:
>   head/www/uwsgi/pkg-plist   (contents, props changed)
> Modified:
>   head/www/uwsgi/Makefile
>
> Modified: head/www/uwsgi/Makefile
>
==============================================================================
> --- head/www/uwsgi/Makefile     Fri May 24 13:16:49 2013        (r318964)
> +++ head/www/uwsgi/Makefile     Fri May 24 13:27:10 2013        (r318965)
> @@ -18,9 +18,6 @@ USE_GNOME=    libxml2
>  USE_PYTHON=    yes
>  USE_RC_SUBR=   uwsgi
>
> -PLIST_FILES=   bin/uwsgi \
> -               ${PYTHONPREFIX_SITELIBDIR}/uwsgidecorators.py
> -

${PYTHON_SITELIBDIR} is sufficient here.

Chris

>  post-patch:
>         ${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|' ${WRKSRC}/Makefile
>
>
> Added: head/www/uwsgi/pkg-plist
>
==============================================================================
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/www/uwsgi/pkg-plist    Fri May 24 13:27:10 2013        (r318965)
> @@ -0,0 +1,2 @@
> +bin/uwsgi
> +%%PYTHON_SITELIBDIR%%/uwsgidecorators.py
>


More information about the svn-ports-all mailing list