Date: Tue, 25 Oct 2016 18:44:08 +0300 From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: Rene Ladan <rene@FreeBSD.org>, koobs@FreeBSD.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r423024 - head/www/py-django-contrib-comments Message-ID: <20161025154408.GD60716@hades.panopticon> In-Reply-To: <201609302113.u8ULDKSO042487@repo.freebsd.org> References: <201609302113.u8ULDKSO042487@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* Rene Ladan (rene@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? > USES= python > USE_PYTHON= autoplist distutils > > Modified: head/www/py-django-contrib-comments/distinfo > ============================================================================== > --- head/www/py-django-contrib-comments/distinfo Fri Sep 30 21:13:04 2016 (r423023) > +++ head/www/py-django-contrib-comments/distinfo Fri Sep 30 21:13:20 2016 (r423024) > @@ -1,2 +1,3 @@ > -SHA256 (django-contrib-comments-1.6.1.tar.gz) = ef82f5f2f23b5a4e83d1ebcc67e974453368de51b7a38631a1ac5a933c0a244b > -SIZE (django-contrib-comments-1.6.1.tar.gz) = 601181 > +TIMESTAMP = 1474912086 > +SHA256 (django-contrib-comments-1.7.3.tar.gz) = c504ac3abb50175d5ddef7b98197d38e023508546f0ba8b173e0a5d2a2223e39 > +SIZE (django-contrib-comments-1.7.3.tar.gz) = 856984 -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://amdmi3.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161025154408.GD60716>