svn commit: r423024 - head/www/py-django-contrib-comments

René Ladan rene at freebsd.org
Tue Oct 25 18:09:08 UTC 2016


2016-10-25 17:44 GMT+02:00 Dmitry Marakasov <amdmi3 at amdmi3.ru>:
> * Rene Ladan (rene at FreeBSD.org) wrote:
>
>> Author: rene
>> Date: Fri Sep 30 21:13:20 2016
>> New Revision: 423024
>> URL: https://svnweb.freebsd.org/changeset/ports/423024
>>
>> Log:
>>   - Update to 1.7.3
>>   - Switch to django 1.8
>>
>>   PR:         213009
>>   Submitted by:       myself
>>   Approved by:        maintainer (koobs)
>>
>> Modified:
>>   head/www/py-django-contrib-comments/Makefile
>>   head/www/py-django-contrib-comments/distinfo
>>
>> Modified: head/www/py-django-contrib-comments/Makefile
>> ==============================================================================
>> --- head/www/py-django-contrib-comments/Makefile      Fri Sep 30 21:13:04 2016        (r423023)
>> +++ head/www/py-django-contrib-comments/Makefile      Fri Sep 30 21:13:20 2016        (r423024)
>> @@ -2,8 +2,7 @@
>>  # $FreeBSD$
>>
>>  PORTNAME=    django-contrib-comments
>> -PORTVERSION= 1.6.1
>> -PORTREVISION=        1
>> +PORTVERSION= 1.7.3
>>  CATEGORIES=  www python
>>  MASTER_SITES=        CHEESESHOP
>>  PKGNAMEPREFIX=       ${PYTHON_PKGNAMEPREFIX}
>> @@ -14,7 +13,7 @@ COMMENT=    Code formerly known as django.c
>>  LICENSE=     BSD3CLAUSE
>>  LICENSE_FILE=        ${WRKSRC}/LICENSE.txt
>>
>> -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django16
>> +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18
>
> This has broken www/py-django-mezzanine, which depends on both
> py-django16 and this port which depends on py-django18. Maybe
> py-django-mezzanine should be switche to django18 as well?
>
Or update the port (and its consumers) to the latest version, 4.2.2 ?
See https://github.com/stephenmcd/mezzanine

René

-- 
https://rene-ladan.nl/


More information about the svn-ports-all mailing list