svn commit: r463044 - head/www/py-django-picklefield

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Mon Feb 26 21:24:05 UTC 2018


On Tue, Feb 27, 2018 at 3:39 AM, Antoine Brodin <antoine at freebsd.org> wrote:

> Author: antoine
> Date: Mon Feb 26 19:39:24 2018
> New Revision: 463044
> URL: https://svnweb.freebsd.org/changeset/ports/463044
>
> Log:
>   Switch django-picklefield back to django 1.8 as all ports depending on it
>   use django 1.8
>
>   Reported by:  pkg-fallout (via django-constance)
>   With hat:     portmgr
>

ultima@ notified me about this and I'm ready to do so.
Thanks for fixing it. :)

Regards,
sunpoet


> Modified:
>   head/www/py-django-picklefield/Makefile
>
> Modified: head/www/py-django-picklefield/Makefile
> ============================================================
> ==================
> --- head/www/py-django-picklefield/Makefile     Mon Feb 26 19:33:21 2018
>       (r463043)
> +++ head/www/py-django-picklefield/Makefile     Mon Feb 26 19:39:24 2018
>       (r463044)
> @@ -3,6 +3,7 @@
>
>  PORTNAME=      django-picklefield
>  PORTVERSION=   1.0.0
> +PORTREVISION=  1
>  CATEGORIES=    www python
>  MASTER_SITES=  CHEESESHOP
>  PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
> @@ -12,7 +13,7 @@ COMMENT=      Pickled object field for Django
>
>  LICENSE=       MIT
>
> -RUN_DEPENDS=   ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${
> FLAVOR}
> +RUN_DEPENDS=   ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@
> ${FLAVOR}
>
>  USES=          python
>  USE_PYTHON=    autoplist concurrent distutils
>
>


More information about the svn-ports-head mailing list